1. 02 Jul, 2015 2 commits
    • Marius Wachtler's avatar
      Add new JIT tier between the interpreter and the LLVM JIT tiers. · fc366564
      Marius Wachtler authored
      This JIT is tightly coupled to the ASTInterpreter, at every CFGBlock* entry/exit
      on can switch between interpreting and directly executing the generated code without having
      to do any translations.
      Generating the code is pretty fast compared to the LLVM tier but the generated code is not as fast
      as code generated by the higher LLVM tiers.
      But because the JITed can use runtime ICs, avoids a lot of interpretation overhead and
      stores CFGBlock locals sysbols inside register/stack slots, it's much faster than the interpreter.
      fc366564
    • Kevin Modzelewski's avatar
      Merge pull request #659 from tjhance/displacement · 1ee49a67
      Kevin Modzelewski authored
      Use less large constants
      1ee49a67
  2. 01 Jul, 2015 8 commits
  3. 30 Jun, 2015 13 commits
  4. 29 Jun, 2015 2 commits
  5. 27 Jun, 2015 5 commits
  6. 26 Jun, 2015 10 commits