Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  jonathanvdc 7bdca769aa Implement 'call' instructions in the JIT 8 vuotta sitten
  jonathanvdc a24ff0eb87 Store compiled and primitive functions in the JIT 8 vuotta sitten
  jonathanvdc 174ef72417 Change how the JIT is enabled/disabled 8 vuotta sitten
  jonathanvdc 361b26aa10 Change how the JIT stores jitted functions 8 vuotta sitten
  jonathanvdc f0dadade69 Make pylint keep silent about our use of 'exec' 8 vuotta sitten
  jonathanvdc 143ad1a6be Support the 'input' instruction in the JIT 8 vuotta sitten
  jonathanvdc 63ee28d86a Make the JIT load global names at compile-time 8 vuotta sitten
  jonathanvdc d981a25a25 Add JIT support for 'access' instructions 8 vuotta sitten
  jonathanvdc 22879d37d9 Institute an upper bound on the size of jittable functions 8 vuotta sitten
  jonathanvdc ee99c30325 Elide redundant 'pass' before 'raise PrimitiveFinished' 8 vuotta sitten
  jonathanvdc 1b597a3b83 Optimize PythonGenerator's append method 8 vuotta sitten
  jonathanvdc 60b60b805f Optimize temporaries in tree-ir codegen 8 vuotta sitten
  jonathanvdc 629f012d60 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit 8 vuotta sitten
  jonathanvdc 02813ad728 Improve codegen slightly 8 vuotta sitten
  jonathanvdc 9a2f5c88cd Fix a number of JIT-related issues, implement 'assign' in JIT 8 vuotta sitten
  jonathanvdc 237877daea Add theoretical JIT support for 'declare', 'global' and 'resolve' 8 vuotta sitten
  jonathanvdc cfb552fff4 Optimize 'while True' to 'while 1' 8 vuotta sitten
  jonathanvdc 1ed4d6add2 Change some exception variable names 8 vuotta sitten
  jonathanvdc 03eea8ad27 Support 'if' without an 'else' branch in the JIT 8 vuotta sitten
  jonathanvdc 6b0321802f Fix a comment 8 vuotta sitten
  jonathanvdc 2f85d99833 Add PrimitiveFinished to JIT globals 8 vuotta sitten
  jonathanvdc 7caaaa62fd Insert a length comment on why NOP_LITERAL works 8 vuotta sitten
  jonathanvdc 28062d4561 Make JIT capable of compiling and running a leaf function 8 vuotta sitten
  jonathanvdc d9d4f2ae3a Protect against non-tree graphs in JIT 8 vuotta sitten
  jonathanvdc fe341663b6 Add JIT support for 'output' instructions 8 vuotta sitten
  jonathanvdc 39ae0c54ca Support 'while' in the JIT 8 vuotta sitten
  jonathanvdc 745a1b96cb Support 'next' edges on arbitrary nodes in the JIT 8 vuotta sitten
  jonathanvdc 6924b13c2a Start constructing IR trees from method bodies 8 vuotta sitten
  jonathanvdc 19b9d18d1f Remove debug print statement 8 vuotta sitten
  jonathanvdc c2517c0d60 Insert JIT hooks in the kernel 8 vuotta sitten