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