Historique des commits

Auteur SHA1 Message Date
  jonathanvdc d8feb907a9 Change how the JIT stores jitted functions il y a 8 ans
  jonathanvdc 7a664137d9 Make pylint keep silent about our use of 'exec' il y a 8 ans
  jonathanvdc 2972e79df9 Support the 'input' instruction in the JIT il y a 8 ans
  jonathanvdc 2ab0109b1c Make the JIT load global names at compile-time il y a 8 ans
  jonathanvdc faf17ecb65 Add JIT support for 'access' instructions il y a 8 ans
  jonathanvdc 8f43e78834 Institute an upper bound on the size of jittable functions il y a 8 ans
  jonathanvdc 65330d93c3 Improve codegen slightly il y a 8 ans
  jonathanvdc 30be6a2408 Fix a number of JIT-related issues, implement 'assign' in JIT il y a 8 ans
  jonathanvdc 4db787a096 Add theoretical JIT support for 'declare', 'global' and 'resolve' il y a 8 ans
  jonathanvdc 2ec97f9288 Change some exception variable names il y a 8 ans
  jonathanvdc 2d9c0fbfd2 Support 'if' without an 'else' branch in the JIT il y a 8 ans
  jonathanvdc b884a46a50 Fix a comment il y a 8 ans
  jonathanvdc a5619a718c Add PrimitiveFinished to JIT globals il y a 8 ans
  jonathanvdc 28acadeb06 Make JIT capable of compiling and running a leaf function il y a 8 ans
  jonathanvdc 1f8353c85b Protect against non-tree graphs in JIT il y a 8 ans
  jonathanvdc d27213658c Add JIT support for 'output' instructions il y a 8 ans
  jonathanvdc 6ada6c7c3a Support 'while' in the JIT il y a 8 ans
  jonathanvdc dbf9e99bb2 Support 'next' edges on arbitrary nodes in the JIT il y a 8 ans
  jonathanvdc 563da86d42 Start constructing IR trees from method bodies il y a 8 ans
  jonathanvdc 9dd8435769 Remove debug print statement il y a 8 ans
  jonathanvdc 0bb047fb9c Insert JIT hooks in the kernel il y a 8 ans