jonathanvdc
|
8c89761326
Add an adaptive JIT heuristic that favors small functions
|
8 年之前 |
jonathanvdc
|
91ef7e162b
Define an adaptive JIT mode
|
8 年之前 |
jonathanvdc
|
07a3998c2b
Define CFG JIT intrinsics for common string operations
|
8 年之前 |
jonathanvdc
|
45a6192e8e
Include the function origin in DEBUG_INFO requests
|
8 年之前 |
jonathanvdc
|
45c319cc22
Generate DEBUG_INFO requests during baseline JIT codegen
|
8 年之前 |
jonathanvdc
|
1a81e0a6fe
Add an option to the JIT that enables source maps
|
8 年之前 |
jonathanvdc
|
14f6d31ab7
Apply tree optimizations to lowered CFG
|
8 年之前 |
jonathanvdc
|
ba3590b0e0
Make unary intrinsics CFG intrinsics
|
8 年之前 |
jonathanvdc
|
4e99a21877
Fix another thunk-related bug
|
8 年之前 |
jonathanvdc
|
fa0ae67898
Fix a bug with thunks to constant anonymous functions
|
8 年之前 |
jonathanvdc
|
8f6c41b590
Make cast intrinsics CFG intrinsics too
|
8 年之前 |
jonathanvdc
|
7ece5c8296
Fix a number of CFG JIT bugs
|
8 年之前 |
jonathanvdc
|
fd0277c139
Implement tracing in the fast JIT
|
8 年之前 |
jonathanvdc
|
9a1cbd6d06
Define some simple CFG JIT intrinsics
|
8 年之前 |
jonathanvdc
|
a0f8467006
Move some CFG algorithms into cfg_ir
|
8 年之前 |
jonathanvdc
|
32c9b7d941
Allow the kernel to switch between baseline and complex JIT
|
8 年之前 |
jonathanvdc
|
be13e41468
Implement instruction scheduling for CFG->tree transformation
|
8 年之前 |
jonathanvdc
|
6bbca23196
Perform constant reads at compile-time, even for CFGs
|
8 年之前 |
jonathanvdc
|
080698ee51
Define CFG JIT intrinsics
|
8 年之前 |
jonathanvdc
|
a24d76bd6a
Avoid generating thunks for recursive functions
|
8 年之前 |
jonathanvdc
|
aaf866c85d
Add an optimization that replaces indirect calls by direct calls
|
8 年之前 |
jonathanvdc
|
a3dcaa74a1
Include function parameters in CFG IR prologs
|
8 年之前 |
jonathanvdc
|
95f6704a5e
Optimize CFG flow before lowering
|
8 年之前 |
jonathanvdc
|
9e9717213a
Print jitted function definitions before exec'ing them
|
8 年之前 |
jonathanvdc
|
9bbb8cc738
Print lowered CFG when the code log is activated
|
8 年之前 |
jonathanvdc
|
7be2d56c79
Print CFG alongside function bodies
|
8 年之前 |
jonathanvdc
|
ddf162c025
Rename 'user_root' to 'task_root'
|
8 年之前 |
jonathanvdc
|
18a7dc7f61
Use thunks in the JIT
|
8 年之前 |
jonathanvdc
|
6c11fe3123
Add theoretical support for thunks to the JIT
|
8 年之前 |
jonathanvdc
|
cadc7c9226
Factor jit_define_function out of jit_recompile
|
8 年之前 |