Historie revizí

Autor SHA1 Zpráva Datum
  jonathanvdc 222a8ab77a Simplify 'RV(CNV(val))' to 'val' před 8 roky
  jonathanvdc 92848c6f33 Add intrinsics for subtraction před 8 roky
  jonathanvdc 6b753fa24e Make the JIT compile calls to certain functions as intrinsics před 8 roky
  jonathanvdc 285cb3d8ff Make JIT-compiled function names more natural před 8 roky
  jonathanvdc 6cdf50bda4 Wire up the JIT's compiled_function_lookup member in the kernel před 8 roky
  jonathanvdc a1c7f6af1c Support compiled function lookup in the JIT před 8 roky
  jonathanvdc 7fcb4983ce Implement 'call' instructions in the JIT před 8 roky
  jonathanvdc e6eb7192de Store compiled and primitive functions in the JIT před 8 roky
  jonathanvdc 1c935e6087 Change how the JIT is enabled/disabled před 8 roky
  jonathanvdc d8feb907a9 Change how the JIT stores jitted functions před 8 roky
  jonathanvdc 7a664137d9 Make pylint keep silent about our use of 'exec' před 8 roky
  jonathanvdc 2972e79df9 Support the 'input' instruction in the JIT před 8 roky
  jonathanvdc 2ab0109b1c Make the JIT load global names at compile-time před 8 roky
  jonathanvdc faf17ecb65 Add JIT support for 'access' instructions před 8 roky
  jonathanvdc 8f43e78834 Institute an upper bound on the size of jittable functions před 8 roky
  jonathanvdc 6dd0d6f534 Elide redundant 'pass' before 'raise PrimitiveFinished' před 8 roky
  jonathanvdc ce1c6541d7 Optimize PythonGenerator's append method před 8 roky
  jonathanvdc 43cd62ce69 Optimize temporaries in tree-ir codegen před 8 roky
  jonathanvdc 2b3d0a7544 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit před 8 roky
  jonathanvdc 65330d93c3 Improve codegen slightly před 8 roky
  jonathanvdc 30be6a2408 Fix a number of JIT-related issues, implement 'assign' in JIT před 8 roky
  jonathanvdc 4db787a096 Add theoretical JIT support for 'declare', 'global' and 'resolve' před 8 roky
  jonathanvdc 17680bd8fc Optimize 'while True' to 'while 1' před 8 roky
  jonathanvdc 2ec97f9288 Change some exception variable names před 8 roky
  jonathanvdc 2d9c0fbfd2 Support 'if' without an 'else' branch in the JIT před 8 roky
  jonathanvdc b884a46a50 Fix a comment před 8 roky
  jonathanvdc a5619a718c Add PrimitiveFinished to JIT globals před 8 roky
  jonathanvdc 5314e7dd99 Insert a length comment on why NOP_LITERAL works před 8 roky
  jonathanvdc 28acadeb06 Make JIT capable of compiling and running a leaf function před 8 roky
  jonathanvdc 1f8353c85b Protect against non-tree graphs in JIT před 8 roky