• Kevin Modzelewski's avatar
    Add additional args-in-place check right before jumps · 4d4eeeab
    Kevin Modzelewski authored
    We would check that they're in the right place as part of
    restoreArgs (ie putting them in the right place), but then we
    would do some other work (loading the value to check, loading
    the constant) which could potentially spill registers.
    
    So add an additional check right before we emit the actual
    jump instruction.  I'm surprised this never failed.
    4d4eeeab
rewriter.h 22.7 KB