jonathanvdc
|
9da9327045
Include the function origin in DEBUG_INFO requests
|
8 年之前 |
jonathanvdc
|
0888c0133d
Generate DEBUG_INFO requests during baseline JIT codegen
|
8 年之前 |
jonathanvdc
|
b8f4673134
Fix some minor issues in cfg_{optimization,to_tree}.py
|
8 年之前 |
jonathanvdc
|
4ef42ee2bd
Fix some bugs in the request handler
|
8 年之前 |
jonathanvdc
|
8ac72c4e9e
Define a DEBUG_INFO request in the request handler
|
8 年之前 |
jonathanvdc
|
d6fd12b6a9
Refactor request_handler.py to use GeneratorStackEntry objects instead of tuples
|
8 年之前 |
jonathanvdc
|
f3f9234a71
Remove an old test case from tree_ir.py
|
8 年之前 |
jonathanvdc
|
01277aee16
Implement source map generation for the baseline JIT
|
8 年之前 |
jonathanvdc
|
4e5f6dfa21
Add an option to the JIT that enables source maps
|
8 年之前 |
jonathanvdc
|
a52237662d
Add debug info support to tree IR
|
8 年之前 |
jonathanvdc
|
3a2c6cc528
Define source maps
|
8 年之前 |
jonathanvdc
|
af8d6e00bb
Remove a misleading comment from the Modelverse kernel
|
8 年之前 |
jonathanvdc
|
dd7dc07414
Get fast-jit to work on normal Python
|
8 年之前 |
jonathanvdc
|
1233035cc5
Optimize cfg_optimization.elide_local_checks
|
8 年之前 |
jonathanvdc
|
ceda2eafee
Fix a bug in cfg_ir.get_all_blocks
|
8 年之前 |
jonathanvdc
|
32ca27d582
Fix a bug in SSA construction
|
8 年之前 |
jonathanvdc
|
166099e326
Fix a bug in baseline JIT tracing
|
8 年之前 |
jonathanvdc
|
f3491749bf
Fix a bug in bytecode_ir.CallInstruction.__repr__
|
8 年之前 |
jonathanvdc
|
7bd6bbbc74
Define __repr__ for bytecode IR
|
8 年之前 |
jonathanvdc
|
758858462a
Respect jit.allow_direct_calls in fast-jit
|
8 年之前 |
jonathanvdc
|
033de36915
Support automatic nop insertion in fast-jit
|
8 年之前 |
jonathanvdc
|
d6d41d9b2a
Rename 'read_userroot' intrinsic to 'read_taskroot'
|
8 年之前 |
jonathanvdc
|
c6f8db1c5f
Apply tree optimizations to lowered CFG
|
8 年之前 |
jonathanvdc
|
64031d996f
Try to use fewer local variables in intrinsics
|
8 年之前 |
jonathanvdc
|
d52ae472cf
Fix a bug in the unary lowering code
|
8 年之前 |
jonathanvdc
|
175d8ab3b8
Evaluate constant unaries in the CFG optimizer
|
8 年之前 |
jonathanvdc
|
d19e936007
Make unary intrinsics CFG intrinsics
|
8 年之前 |
jonathanvdc
|
71d0e830f3
Add unary operators to CFG IR
|
8 年之前 |
jonathanvdc
|
3477ecd6fb
Make fast-jit the default JIT
|
8 年之前 |
jonathanvdc
|
444de619be
Fix another thunk-related bug
|
8 年之前 |