• Kevin Modzelewski's avatar
    Remove some duplicated refUsed annotations · 42804b7f
    Kevin Modzelewski authored
    - I think I've finally convinced myself that a refConsumed() annotation
      automatically includes a refUsed annotation as well.  Or rather, that if you
      call refConsumed, the refcounter won't try to add a decref anyway.
    - emitCallWithAllocatedArgs already does the equivalent of refUsed() on its `additional_uses`
      argument.
    42804b7f
baseline_jit.cpp 48.2 KB