Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc 2ec4aa3147 Add a --kernel=bytecode-interpreter option to the server hace 8 años
  jonathanvdc 4bbcd830c0 Create a bytecode graph interpreter hace 8 años
  jonathanvdc 8b26436f56 Fix a typo in a bytecode_to_tree comment hace 8 años
  jonathanvdc 44b5c05feb Move jit_define_function calls into the jit compilation functions hace 8 años
  jonathanvdc 92938faad9 Tweak the performance correctness test yet again hace 8 años
  jonathanvdc 118b0f2248 Fix a bug in the performance correctness test runner hace 8 años
  jonathanvdc a2a731cd60 Turn one of the test_mvc tests into a performance test hace 8 años
  jonathanvdc 20881e9be6 Fix a typo hace 8 años
  jonathanvdc 4962bd76b5 Write initial temperatures to the JIT success log hace 8 años
  jonathanvdc ec9ad22ae2 Fix a bug with the loop-favoring heuristic's initial temperature hace 8 años
  jonathanvdc 9767f33c57 Change the default has_result_temporary() implementation in tree_ir hace 8 años
  jonathanvdc 0f05bb18b7 Avert potenital memory leak in adaptive JIT construction hace 8 años
  jonathanvdc 37962014a3 Move bytecode_to_tree's create_return function to the module level hace 8 años
  jonathanvdc 835933a3cd Expand definitions after merging blocks in the CFG pass pipeline hace 8 años
  jonathanvdc 26b889bda6 Use SwitchInstruction in CFG->tree lowering hace 8 años
  jonathanvdc 0243877577 Define a SwitchInstruction type in tree_ir hace 8 años
  jonathanvdc a4a8a98a3b Create --kernel={no-,}insert-nops switches hace 8 años
  jonathanvdc 24a9339ea6 Create the adaptive-jit-favor-loops kernel, make it the default hace 8 años
  jonathanvdc 8c89761326 Add an adaptive JIT heuristic that favors small functions hace 8 años
  jonathanvdc 7dfd3cb7f2 Create a --kernel=adaptive-jit option, make it the default hace 8 años
  jonathanvdc 91ef7e162b Define an adaptive JIT mode hace 8 años
  jonathanvdc deffc10627 Make fast-jit insert nops at function entry points hace 8 años
  jonathanvdc 828a12714d Postpone CFG JIT intrinsic expansion in the pass pipeline hace 8 años
  jonathanvdc 960614f697 Add an attribute that turns request handler stack traces off hace 8 años
  jonathanvdc 3b3f11233c Make read_dict a CFG JIT intrinsic hace 8 años
  jonathanvdc 8299f2ecca Make dict_in, dict_in_node CFG JIT intrinsics hace 8 años
  jonathanvdc 9022ef5db5 Make dict_len a JIT intrinsic hace 8 años
  jonathanvdc 77f36ab5ba Make read_nr_out an intrinsic hace 8 años
  jonathanvdc 473d986847 Merge remote-tracking branch 'yentl/master' into jit hace 8 años
  jonathanvdc 60b5c65e80 Make list_len a CFG JIT intrinsic hace 8 años