Historique des commits

Auteur SHA1 Message Date
  jonathanvdc c0395eda31 Protect non-call JIT input implementation from GC il y a 8 ans
  jonathanvdc c50d53ad80 Shield JIT temporaries from the garbage collector il y a 8 ans
  jonathanvdc 37dd973b33 Define JIT primitives il y a 8 ans
  jonathanvdc 1e0ae6cb7e Nitpick a comment il y a 8 ans
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls il y a 8 ans
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions il y a 8 ans
  jonathanvdc 6a8e353456 Refactor execute_yields logic into a new module il y a 8 ans
  jonathanvdc 688c987c5e Improve backwards-compat for execute_yields il y a 8 ans
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction il y a 8 ans
  jonathanvdc 39dcba15fb Refactor some code to use RUN in the kernel il y a 8 ans
  jonathanvdc 571b802436 Implement the 'RUN' instruction in the interpreter il y a 8 ans
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization il y a 8 ans
  jonathanvdc 2c7648ee90 Add support for JIT tracing il y a 8 ans
  jonathanvdc 8214637816 Add a comment to modelverse_kernel/main.py il y a 8 ans
  jonathanvdc 3a0a4939ed Support __primitive_return in ModelverseKernel.execute_jit il y a 8 ans
  jonathanvdc 8533292ee5 Merge remote-tracking branch 'yentl/master' into jit il y a 8 ans
  jonathanvdc 8135adad98 Optimize the 'interpret_function' function in the JIT runtime il y a 8 ans
  Yentl Van Tendeloo 7649d96d8d Built in some safety when running tests and there is no debug_info il y a 8 ans
  Yentl Van Tendeloo f563c2e8ba Decent merge il y a 8 ans
  Yentl Van Tendeloo 2ffb99a9f6 Fixed lowest function call in call stack il y a 8 ans
  Simon Van Mierlo e7684134d6 tracing the stack il y a 8 ans
  Yentl Van Tendeloo 8c31c75c43 Delete information of removed users il y a 8 ans
  jonathanvdc 1587637f04 Make the kernel try and find function names for the JIT il y a 8 ans
  Yentl Van Tendeloo 41ae71646e Fixed minor bugs; always use PO even in make_all il y a 8 ans
  Yentl Van Tendeloo 73e91e3cc2 Store debug info at user-level il y a 8 ans
  Yentl Van Tendeloo 26f059bf12 Fix self-removing users il y a 8 ans
  jonathanvdc 1b39be5c4c Move JIT intrisic definitions to a separate file il y a 8 ans
  jonathanvdc 92848c6f33 Add intrinsics for subtraction il y a 8 ans
  jonathanvdc 6b753fa24e Make the JIT compile calls to certain functions as intrinsics il y a 8 ans
  jonathanvdc 6cdf50bda4 Wire up the JIT's compiled_function_lookup member in the kernel il y a 8 ans