• Kevin Modzelewski's avatar
    Different approach for tracking ic gc references · c9598857
    Kevin Modzelewski authored
    1) instead of hooking loadConst to automatically find GC references,
       add an API for specifically saying that a reference needs to be tracked
       (I think/hope there aren't more that do this)
    2) change the way we store the gc references so that it's O(#references) to
       scan them instead of O(#ics).
    c9598857
rewriter.h 27.4 KB