Commit Verlauf

Autor SHA1 Nachricht Datum
  jonathanvdc abc187f84e Up the max instruction count vor 8 Jahren
  jonathanvdc b821503484 Don't accidentally enable tracing in the JIT vor 8 Jahren
  jonathanvdc c11313405a Various improvements to JIT vor 8 Jahren
  jonathanvdc 043ea99f29 Fold constant reads in the JIT vor 8 Jahren
  jonathanvdc 7d0c2a37bd Add support for JIT tracing vor 8 Jahren
  jonathanvdc 08631bdfb1 Add a switch to disable direct calls from jitted functions to jitted functions vor 8 Jahren
  jonathanvdc f7feb6b3eb Support primitive calls to constants in the JIT vor 8 Jahren
  jonathanvdc a3d3e5f006 Implement calls to interpreted code from jitted code vor 8 Jahren
  jonathanvdc f6f19702b5 Anonymize some variables in the JIT, improve 'input' construction vor 8 Jahren
  jonathanvdc 95b1fdee52 Increase max instruction threshold vor 8 Jahren
  jonathanvdc 03363f7a4f Move more generators into 'try' blocks vor 8 Jahren
  jonathanvdc 4abcd0c4aa Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit vor 8 Jahren
  jonathanvdc 5bf4011e5d Switch to call-by-name in JIT vor 8 Jahren
  jonathanvdc 451e2ab956 Stop accidentally ignoring 'input' instructions' 'next' values in the JIT vor 8 Jahren
  jonathanvdc f1d8d01231 Rename the kwargs parameter in jitted functions vor 8 Jahren
  jonathanvdc e1ff62bbaf Fix a bug where jitted functions rely on non-jitted functions vor 8 Jahren
  jonathanvdc 9c4dd7bad4 Remove trailing whitespace vor 8 Jahren
  jonathanvdc 6e82fa81bf Support unary intrinsics in JIT vor 8 Jahren
  jonathanvdc 8b75a0c6cc Make the JIT compile calls to certain functions as intrinsics vor 8 Jahren
  jonathanvdc d69e7a8854 Make JIT-compiled function names more natural vor 8 Jahren
  jonathanvdc f82ad5a190 Support compiled function lookup in the JIT vor 8 Jahren
  jonathanvdc 7bdca769aa Implement 'call' instructions in the JIT vor 8 Jahren
  jonathanvdc a24ff0eb87 Store compiled and primitive functions in the JIT vor 8 Jahren
  jonathanvdc 174ef72417 Change how the JIT is enabled/disabled vor 8 Jahren
  jonathanvdc 361b26aa10 Change how the JIT stores jitted functions vor 8 Jahren
  jonathanvdc f0dadade69 Make pylint keep silent about our use of 'exec' vor 8 Jahren
  jonathanvdc 143ad1a6be Support the 'input' instruction in the JIT vor 8 Jahren
  jonathanvdc 63ee28d86a Make the JIT load global names at compile-time vor 8 Jahren
  jonathanvdc d981a25a25 Add JIT support for 'access' instructions vor 8 Jahren
  jonathanvdc 22879d37d9 Institute an upper bound on the size of jittable functions vor 8 Jahren