Commit History

Upphovsman SHA1 Meddelande Datum
  jonathanvdc 6e82fa81bf Support unary intrinsics in JIT 8 år sedan
  jonathanvdc 24ae748898 Parenthesize binary instructions in JIT codegen 8 år sedan
  jonathanvdc 712634b74e Move JIT intrisic definitions to a separate file 8 år sedan
  jonathanvdc 4096e3ca22 Fix a JIT bug for calls to parameterless functions 8 år sedan
  jonathanvdc a1521fa838 Simplify 'RV(CNV(val))' to 'val' 8 år sedan
  jonathanvdc c243bb2479 Add intrinsics for subtraction 8 år sedan
  jonathanvdc 8b75a0c6cc Make the JIT compile calls to certain functions as intrinsics 8 år sedan
  jonathanvdc d69e7a8854 Make JIT-compiled function names more natural 8 år sedan
  jonathanvdc a03d9129a6 Wire up the JIT's compiled_function_lookup member in the kernel 8 år sedan
  jonathanvdc f82ad5a190 Support compiled function lookup in the JIT 8 år sedan
  jonathanvdc 7bdca769aa Implement 'call' instructions in the JIT 8 år sedan
  jonathanvdc a24ff0eb87 Store compiled and primitive functions in the JIT 8 år sedan
  jonathanvdc 174ef72417 Change how the JIT is enabled/disabled 8 år sedan
  jonathanvdc 361b26aa10 Change how the JIT stores jitted functions 8 år sedan
  jonathanvdc f0dadade69 Make pylint keep silent about our use of 'exec' 8 år sedan
  jonathanvdc 143ad1a6be Support the 'input' instruction in the JIT 8 år sedan
  jonathanvdc 63ee28d86a Make the JIT load global names at compile-time 8 år sedan
  jonathanvdc d981a25a25 Add JIT support for 'access' instructions 8 år sedan
  jonathanvdc 22879d37d9 Institute an upper bound on the size of jittable functions 8 år sedan
  jonathanvdc ee99c30325 Elide redundant 'pass' before 'raise PrimitiveFinished' 8 år sedan
  jonathanvdc 1b597a3b83 Optimize PythonGenerator's append method 8 år sedan
  jonathanvdc 60b60b805f Optimize temporaries in tree-ir codegen 8 år sedan
  jonathanvdc 629f012d60 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit 8 år sedan
  jonathanvdc 02813ad728 Improve codegen slightly 8 år sedan
  jonathanvdc 9a2f5c88cd Fix a number of JIT-related issues, implement 'assign' in JIT 8 år sedan
  jonathanvdc 237877daea Add theoretical JIT support for 'declare', 'global' and 'resolve' 8 år sedan
  jonathanvdc cfb552fff4 Optimize 'while True' to 'while 1' 8 år sedan
  jonathanvdc 1ed4d6add2 Change some exception variable names 8 år sedan
  jonathanvdc 03eea8ad27 Support 'if' without an 'else' branch in the JIT 8 år sedan
  jonathanvdc 6b0321802f Fix a comment 8 år sedan