jonathanvdc
|
26b889bda6
Use SwitchInstruction in CFG->tree lowering
|
8 years ago |
jonathanvdc
|
0243877577
Define a SwitchInstruction type in tree_ir
|
8 years ago |
jonathanvdc
|
a4a8a98a3b
Create --kernel={no-,}insert-nops switches
|
8 years ago |
jonathanvdc
|
24a9339ea6
Create the adaptive-jit-favor-loops kernel, make it the default
|
8 years ago |
jonathanvdc
|
8c89761326
Add an adaptive JIT heuristic that favors small functions
|
8 years ago |
jonathanvdc
|
7dfd3cb7f2
Create a --kernel=adaptive-jit option, make it the default
|
8 years ago |
jonathanvdc
|
91ef7e162b
Define an adaptive JIT mode
|
8 years ago |
jonathanvdc
|
deffc10627
Make fast-jit insert nops at function entry points
|
8 years ago |
jonathanvdc
|
828a12714d
Postpone CFG JIT intrinsic expansion in the pass pipeline
|
8 years ago |
jonathanvdc
|
960614f697
Add an attribute that turns request handler stack traces off
|
8 years ago |
jonathanvdc
|
3b3f11233c
Make read_dict a CFG JIT intrinsic
|
8 years ago |
jonathanvdc
|
8299f2ecca
Make dict_in, dict_in_node CFG JIT intrinsics
|
8 years ago |
jonathanvdc
|
9022ef5db5
Make dict_len a JIT intrinsic
|
8 years ago |
jonathanvdc
|
77f36ab5ba
Make read_nr_out an intrinsic
|
8 years ago |
jonathanvdc
|
473d986847
Merge remote-tracking branch 'yentl/master' into jit
|
8 years ago |
jonathanvdc
|
60b5c65e80
Make list_len a CFG JIT intrinsic
|
8 years ago |
jonathanvdc
|
07a3998c2b
Define CFG JIT intrinsics for common string operations
|
8 years ago |
jonathanvdc
|
e368577704
Define CFG JIT intrinsics for reference equality
|
8 years ago |
jonathanvdc
|
c37ed40f3c
Check has_definition() in tree_ir.DebugInfoInstruction.generate_python_def
|
8 years ago |
jonathanvdc
|
a6080657d9
Define positive versions of 'no-thunks', 'no-source-maps' options
|
8 years ago |
jonathanvdc
|
b8b7823ab5
Add 'trace', 'no-source-maps' options to the MvK controller
|
8 years ago |
jonathanvdc
|
f14bfe9715
Add a helpful comment to the kernel
|
8 years ago |
jonathanvdc
|
f8770ef322
Implement source maps in fast-jit
|
8 years ago |
jonathanvdc
|
97e5897a4c
Create stack traces for jitted functions
|
8 years ago |
jonathanvdc
|
45a6192e8e
Include the function origin in DEBUG_INFO requests
|
8 years ago |
jonathanvdc
|
45c319cc22
Generate DEBUG_INFO requests during baseline JIT codegen
|
8 years ago |
jonathanvdc
|
5943ae6bd3
Fix some minor issues in cfg_{optimization,to_tree}.py
|
8 years ago |
jonathanvdc
|
89a608135b
Fix some bugs in the request handler
|
8 years ago |
jonathanvdc
|
9f2fe45fb9
Define a DEBUG_INFO request in the request handler
|
8 years ago |
jonathanvdc
|
ab2249128f
Refactor request_handler.py to use GeneratorStackEntry objects instead of tuples
|
8 years ago |