Commit History

Author SHA1 Message Date
  jonathanvdc df6751d806 Move more generators into 'try' blocks 8 years ago
  jonathanvdc 9c7ada326c Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit 8 years ago
  jonathanvdc 993d0eaa31 Switch to call-by-name in JIT 8 years ago
  jonathanvdc b729123ec5 Stop accidentally ignoring 'input' instructions' 'next' values in the JIT 8 years ago
  jonathanvdc a236e5def8 Rename the kwargs parameter in jitted functions 8 years ago
  jonathanvdc 09d3a81093 Add some string operations to the JIT intrinsics 8 years ago
  jonathanvdc 591363db02 Fix a bug where jitted functions rely on non-jitted functions 8 years ago
  jonathanvdc 4f83e248f7 Fix a bug in UnaryInstruction 8 years ago
  jonathanvdc b8eb32cd04 Turn some read-like primitives into intrinsics 8 years ago
  jonathanvdc a079194cee Turn some state-manipulation primitives into intrinsics 8 years ago
  jonathanvdc df915c8b65 Remove trailing whitespace 8 years ago
  jonathanvdc 3fa3dbee66 Support unary intrinsics in JIT 8 years ago
  jonathanvdc e2028259ad Parenthesize binary instructions in JIT codegen 8 years ago
  jonathanvdc 1b39be5c4c Move JIT intrisic definitions to a separate file 8 years ago
  jonathanvdc 188753557a Fix a JIT bug for calls to parameterless functions 8 years ago
  jonathanvdc 222a8ab77a Simplify 'RV(CNV(val))' to 'val' 8 years ago
  jonathanvdc 92848c6f33 Add intrinsics for subtraction 8 years ago
  jonathanvdc 6b753fa24e Make the JIT compile calls to certain functions as intrinsics 8 years ago
  jonathanvdc 285cb3d8ff Make JIT-compiled function names more natural 8 years ago
  jonathanvdc 6cdf50bda4 Wire up the JIT's compiled_function_lookup member in the kernel 8 years ago
  jonathanvdc a1c7f6af1c Support compiled function lookup in the JIT 8 years ago
  jonathanvdc 7fcb4983ce Implement 'call' instructions in the JIT 8 years ago
  jonathanvdc e6eb7192de Store compiled and primitive functions in the JIT 8 years ago
  jonathanvdc 1c935e6087 Change how the JIT is enabled/disabled 8 years ago
  jonathanvdc d8feb907a9 Change how the JIT stores jitted functions 8 years ago
  jonathanvdc 7a664137d9 Make pylint keep silent about our use of 'exec' 8 years ago
  jonathanvdc 2972e79df9 Support the 'input' instruction in the JIT 8 years ago
  jonathanvdc 2ab0109b1c Make the JIT load global names at compile-time 8 years ago
  jonathanvdc faf17ecb65 Add JIT support for 'access' instructions 8 years ago
  jonathanvdc 8f43e78834 Institute an upper bound on the size of jittable functions 8 years ago