Commit Verlauf

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