Историја ревизија

Аутор SHA1 Порука Датум
  jonathanvdc 633daf3df2 Turn some read-like primitives into intrinsics пре 8 година
  jonathanvdc 0607096020 Turn some state-manipulation primitives into intrinsics пре 8 година
  jonathanvdc 9c4dd7bad4 Remove trailing whitespace пре 8 година
  jonathanvdc 6e82fa81bf Support unary intrinsics in JIT пре 8 година
  jonathanvdc 24ae748898 Parenthesize binary instructions in JIT codegen пре 8 година
  jonathanvdc 712634b74e Move JIT intrisic definitions to a separate file пре 8 година
  jonathanvdc 4096e3ca22 Fix a JIT bug for calls to parameterless functions пре 8 година
  jonathanvdc a1521fa838 Simplify 'RV(CNV(val))' to 'val' пре 8 година
  jonathanvdc c243bb2479 Add intrinsics for subtraction пре 8 година
  jonathanvdc 8b75a0c6cc Make the JIT compile calls to certain functions as intrinsics пре 8 година
  jonathanvdc d69e7a8854 Make JIT-compiled function names more natural пре 8 година
  jonathanvdc a03d9129a6 Wire up the JIT's compiled_function_lookup member in the kernel пре 8 година
  jonathanvdc f82ad5a190 Support compiled function lookup in the JIT пре 8 година
  jonathanvdc 7bdca769aa Implement 'call' instructions in the JIT пре 8 година
  jonathanvdc a24ff0eb87 Store compiled and primitive functions in the JIT пре 8 година
  jonathanvdc 174ef72417 Change how the JIT is enabled/disabled пре 8 година
  jonathanvdc 361b26aa10 Change how the JIT stores jitted functions пре 8 година
  jonathanvdc f0dadade69 Make pylint keep silent about our use of 'exec' пре 8 година
  jonathanvdc 143ad1a6be Support the 'input' instruction in the JIT пре 8 година
  jonathanvdc 63ee28d86a Make the JIT load global names at compile-time пре 8 година
  jonathanvdc d981a25a25 Add JIT support for 'access' instructions пре 8 година
  jonathanvdc 22879d37d9 Institute an upper bound on the size of jittable functions пре 8 година
  jonathanvdc ee99c30325 Elide redundant 'pass' before 'raise PrimitiveFinished' пре 8 година
  jonathanvdc 1b597a3b83 Optimize PythonGenerator's append method пре 8 година
  jonathanvdc 60b60b805f Optimize temporaries in tree-ir codegen пре 8 година
  jonathanvdc 629f012d60 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit пре 8 година
  jonathanvdc 02813ad728 Improve codegen slightly пре 8 година
  jonathanvdc 9a2f5c88cd Fix a number of JIT-related issues, implement 'assign' in JIT пре 8 година
  jonathanvdc 237877daea Add theoretical JIT support for 'declare', 'global' and 'resolve' пре 8 година
  jonathanvdc cfb552fff4 Optimize 'while True' to 'while 1' пре 8 година