1. 22 Jun, 2015 1 commit
    • 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
  2. 20 Jun, 2015 16 commits
  3. 19 Jun, 2015 12 commits
  4. 18 Jun, 2015 11 commits