1. 03 Feb, 2016 1 commit
    • Kevin Modzelewski's avatar
      Get assembly comments working for the bjit · c387acda
      Kevin Modzelewski authored
      First issue is that the assembly logging previously worked
      on the assembler buffer, which is reasonable but has issues with the bjit
      which will update the assembly post-relocation (ie by initializing the patchpoints).
      
      Also add some extra flags to separate commenting for rewriter-level comments
      ("this is the beginning of a setattr") and the new bjit ones ("this is
      a set local").
      c387acda
  2. 02 Feb, 2016 3 commits
  3. 31 Jan, 2016 1 commit
  4. 14 Dec, 2015 1 commit
  5. 09 Dec, 2015 1 commit
  6. 08 Dec, 2015 9 commits
  7. 05 Dec, 2015 1 commit
  8. 04 Dec, 2015 1 commit
  9. 24 Nov, 2015 6 commits
  10. 21 Nov, 2015 1 commit
    • Kevin Modzelewski's avatar
      Starting to enable refcounting in the bjit · dab628d1
      Kevin Modzelewski authored
      Current issue is that this is triggering the "mark IC as something
      being inside", which trips up the bjit's "overwrite the last few
      bytes of the previous block, assuming that they are just a jump".
      dab628d1
  11. 20 Nov, 2015 12 commits
  12. 19 Nov, 2015 3 commits