jonathanvdc
|
afdcc42c4c
Fix a typo in a bytecode_to_tree comment
|
8 年之前 |
jonathanvdc
|
0c7bf13c9c
Move bytecode_to_tree's create_return function to the module level
|
8 年之前 |
jonathanvdc
|
9da9327045
Include the function origin in DEBUG_INFO requests
|
8 年之前 |
jonathanvdc
|
01277aee16
Implement source map generation for the baseline JIT
|
8 年之前 |
jonathanvdc
|
166099e326
Fix a bug in baseline JIT tracing
|
8 年之前 |
jonathanvdc
|
551518d709
Correct the assumption that every tree_ir node returns a temporary
|
8 年之前 |
jonathanvdc
|
f9ecb70bdf
Refactor bytecode_to_tree.retrieve_task_root
|
8 年之前 |
jonathanvdc
|
3d5af736ab
Standardize the 'global not found' message between JIT and interpreter
|
8 年之前 |
jonathanvdc
|
dfd4d5bc6c
Refactor indirect call analysis
|
8 年之前 |
jonathanvdc
|
78ff4d7528
Refactor input, output tree construction
|
8 年之前 |
jonathanvdc
|
68a6dc7d25
Refactor parts of bytecode_to_tree.py
|
8 年之前 |
jonathanvdc
|
ad49396033
Define LocalNameMap in bytecode_to_tree.py
|
8 年之前 |
jonathanvdc
|
9c73ac67af
Rename 'user_root' to 'task_root'
|
8 年之前 |
jonathanvdc
|
8cc038d626
Use thunks in the JIT
|
8 年之前 |
jonathanvdc
|
19172aae71
Fix a bug in bytecode-to-tree tranformation
|
8 年之前 |
jonathanvdc
|
8669cc6a4a
Add theoretical support for thunks to the JIT
|
8 年之前 |
jonathanvdc
|
32ea339924
Parse bytecode graphs before tree construction in the JIT
|
8 年之前 |