Commit History

Author SHA1 Message Date
  jonathanvdc 8b26436f56 Fix a typo in a bytecode_to_tree comment 8 years ago
  jonathanvdc 44b5c05feb Move jit_define_function calls into the jit compilation functions 8 years ago
  jonathanvdc 92938faad9 Tweak the performance correctness test yet again 8 years ago
  jonathanvdc 118b0f2248 Fix a bug in the performance correctness test runner 8 years ago
  jonathanvdc a2a731cd60 Turn one of the test_mvc tests into a performance test 8 years ago
  jonathanvdc 20881e9be6 Fix a typo 8 years ago
  jonathanvdc 4962bd76b5 Write initial temperatures to the JIT success log 8 years ago
  jonathanvdc ec9ad22ae2 Fix a bug with the loop-favoring heuristic's initial temperature 8 years ago
  jonathanvdc 9767f33c57 Change the default has_result_temporary() implementation in tree_ir 8 years ago
  jonathanvdc 0f05bb18b7 Avert potenital memory leak in adaptive JIT construction 8 years ago
  jonathanvdc 37962014a3 Move bytecode_to_tree's create_return function to the module level 8 years ago
  jonathanvdc 835933a3cd Expand definitions after merging blocks in the CFG pass pipeline 8 years ago
  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