Histórico de commits

Autor SHA1 Mensagem Data
  jonathanvdc 571b802436 Implement the 'RUN' instruction in the interpreter 8 anos atrás
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization 8 anos atrás
  jonathanvdc 8d8257d8db Register functions as JIT entry points in __interpret_function 8 anos atrás
  jonathanvdc b37a34366d Make list_read, list_append intrinsics 8 anos atrás
  jonathanvdc 496f2acd0e Make 'list_len' an intrinsic 8 anos atrás
  jonathanvdc 2b6bc61473 Define a couple of intrinsics 8 anos atrás
  jonathanvdc b56f9f9d74 Remove default limit on number of instructions in JIT 8 anos atrás
  jonathanvdc 48ec143b5d Up the max instruction count 8 anos atrás
  jonathanvdc 53fb330dbe Don't accidentally enable tracing in the JIT 8 anos atrás
  jonathanvdc f4daba2e98 Various improvements to JIT 8 anos atrás
  jonathanvdc 32022e9f6b Combine state definitions during codegen 8 anos atrás
  jonathanvdc ca0e5a806d Fold constant reads in the JIT 8 anos atrás
  jonathanvdc d97682e853 Change how simplify(), has_result() and has_definition() are implemented 8 anos atrás
  jonathanvdc 2c7648ee90 Add support for JIT tracing 8 anos atrás
  jonathanvdc 8214637816 Add a comment to modelverse_kernel/main.py 8 anos atrás
  jonathanvdc 6994bb820f Add a switch to disable direct calls from jitted functions to jitted functions 8 anos atrás
  jonathanvdc ee1a7745b4 Add a comment that explains __primitive_return's rationale 8 anos atrás
  jonathanvdc 3a0a4939ed Support __primitive_return in ModelverseKernel.execute_jit 8 anos atrás
  jonathanvdc 46621cc480 Support primitive calls to constants in the JIT 8 anos atrás
  jonathanvdc 8533292ee5 Merge remote-tracking branch 'yentl/master' into jit 8 anos atrás
  jonathanvdc 8135adad98 Optimize the 'interpret_function' function in the JIT runtime 8 anos atrás
  jonathanvdc 72e7c3176d Implement calls to interpreted code from jitted code 8 anos atrás
  jonathanvdc c0c939e6e2 Anonymize some variables in the JIT, improve 'input' construction 8 anos atrás
  jonathanvdc 356d593694 Define StoreMemberInstruction in tree_ir 8 anos atrás
  Yentl Van Tendeloo 08db2aef0a Dump more information in debug_info 8 anos atrás
  Yentl Van Tendeloo 7649d96d8d Built in some safety when running tests and there is no debug_info 8 anos atrás
  Yentl Van Tendeloo f563c2e8ba Decent merge 8 anos atrás
  Yentl Van Tendeloo 3a6d73e5e7 Merge branch 'master' into yentl 8 anos atrás
  Yentl Van Tendeloo 425f93bf71 Add separate file for debugging the MvK (for now...) 8 anos atrás
  Yentl Van Tendeloo 9826c4b0f8 Updated link to get-pip to something local 8 anos atrás