Commit History

Автор SHA1 Съобщение Дата
  jonathanvdc 1c935e6087 Change how the JIT is enabled/disabled преди 8 години
  jonathanvdc d8feb907a9 Change how the JIT stores jitted functions преди 8 години
  jonathanvdc 7a664137d9 Make pylint keep silent about our use of 'exec' преди 8 години
  jonathanvdc 2972e79df9 Support the 'input' instruction in the JIT преди 8 години
  jonathanvdc 2ab0109b1c Make the JIT load global names at compile-time преди 8 години
  jonathanvdc faf17ecb65 Add JIT support for 'access' instructions преди 8 години
  jonathanvdc 8f43e78834 Institute an upper bound on the size of jittable functions преди 8 години
  jonathanvdc 6dd0d6f534 Elide redundant 'pass' before 'raise PrimitiveFinished' преди 8 години
  jonathanvdc ce1c6541d7 Optimize PythonGenerator's append method преди 8 години
  jonathanvdc 43cd62ce69 Optimize temporaries in tree-ir codegen преди 8 години
  jonathanvdc 2b3d0a7544 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit преди 8 години
  jonathanvdc 65330d93c3 Improve codegen slightly преди 8 години
  jonathanvdc 30be6a2408 Fix a number of JIT-related issues, implement 'assign' in JIT преди 8 години
  jonathanvdc 4db787a096 Add theoretical JIT support for 'declare', 'global' and 'resolve' преди 8 години
  jonathanvdc 17680bd8fc Optimize 'while True' to 'while 1' преди 8 години
  jonathanvdc 2ec97f9288 Change some exception variable names преди 8 години
  jonathanvdc 2d9c0fbfd2 Support 'if' without an 'else' branch in the JIT преди 8 години
  jonathanvdc b884a46a50 Fix a comment преди 8 години
  jonathanvdc a5619a718c Add PrimitiveFinished to JIT globals преди 8 години
  jonathanvdc 5314e7dd99 Insert a length comment on why NOP_LITERAL works преди 8 години
  jonathanvdc 28acadeb06 Make JIT capable of compiling and running a leaf function преди 8 години
  jonathanvdc 1f8353c85b Protect against non-tree graphs in JIT преди 8 години
  jonathanvdc d27213658c Add JIT support for 'output' instructions преди 8 години
  jonathanvdc 6ada6c7c3a Support 'while' in the JIT преди 8 години
  jonathanvdc dbf9e99bb2 Support 'next' edges on arbitrary nodes in the JIT преди 8 години
  jonathanvdc 563da86d42 Start constructing IR trees from method bodies преди 8 години
  jonathanvdc 9dd8435769 Remove debug print statement преди 8 години
  jonathanvdc 0bb047fb9c Insert JIT hooks in the kernel преди 8 години
  jonathanvdc a319c031be Rename ir.py to tree_ir.py преди 8 години
  jonathanvdc 921c3ab095 Satisfy linter with ir.py преди 8 години