Historial de Commits

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