Commit Verlauf

Autor SHA1 Nachricht Datum
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions vor 8 Jahren
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction vor 8 Jahren
  jonathanvdc 496f2acd0e Make 'list_len' an intrinsic vor 8 Jahren
  jonathanvdc f4daba2e98 Various improvements to JIT vor 8 Jahren
  jonathanvdc 32022e9f6b Combine state definitions during codegen vor 8 Jahren
  jonathanvdc ca0e5a806d Fold constant reads in the JIT vor 8 Jahren
  jonathanvdc d97682e853 Change how simplify(), has_result() and has_definition() are implemented vor 8 Jahren
  jonathanvdc 2c7648ee90 Add support for JIT tracing vor 8 Jahren
  jonathanvdc 72e7c3176d Implement calls to interpreted code from jitted code vor 8 Jahren
  jonathanvdc 356d593694 Define StoreMemberInstruction in tree_ir vor 8 Jahren
  jonathanvdc 9c9b2fd771 Change CompoundInstruction semantics vor 8 Jahren
  jonathanvdc 7b49b00f9c Make 'string_startswith' an intrinsic vor 8 Jahren
  jonathanvdc 993d0eaa31 Switch to call-by-name in JIT vor 8 Jahren
  jonathanvdc 4f83e248f7 Fix a bug in UnaryInstruction vor 8 Jahren
  jonathanvdc a079194cee Turn some state-manipulation primitives into intrinsics vor 8 Jahren
  jonathanvdc 3fa3dbee66 Support unary intrinsics in JIT vor 8 Jahren
  jonathanvdc e2028259ad Parenthesize binary instructions in JIT codegen vor 8 Jahren
  jonathanvdc 188753557a Fix a JIT bug for calls to parameterless functions vor 8 Jahren
  jonathanvdc 222a8ab77a Simplify 'RV(CNV(val))' to 'val' vor 8 Jahren
  jonathanvdc 6b753fa24e Make the JIT compile calls to certain functions as intrinsics vor 8 Jahren
  jonathanvdc 7fcb4983ce Implement 'call' instructions in the JIT vor 8 Jahren
  jonathanvdc 2972e79df9 Support the 'input' instruction in the JIT vor 8 Jahren
  jonathanvdc 6dd0d6f534 Elide redundant 'pass' before 'raise PrimitiveFinished' vor 8 Jahren
  jonathanvdc ce1c6541d7 Optimize PythonGenerator's append method vor 8 Jahren
  jonathanvdc 43cd62ce69 Optimize temporaries in tree-ir codegen vor 8 Jahren
  jonathanvdc 2b3d0a7544 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit vor 8 Jahren
  jonathanvdc 65330d93c3 Improve codegen slightly vor 8 Jahren
  jonathanvdc 30be6a2408 Fix a number of JIT-related issues, implement 'assign' in JIT vor 8 Jahren
  jonathanvdc 4db787a096 Add theoretical JIT support for 'declare', 'global' and 'resolve' vor 8 Jahren
  jonathanvdc 17680bd8fc Optimize 'while True' to 'while 1' vor 8 Jahren