Commit History

Author SHA1 Message Date
  jonathanvdc c734e30cc0 Make read_dict a CFG JIT intrinsic 8 years ago
  jonathanvdc 88a822eb45 Make dict_in, dict_in_node CFG JIT intrinsics 8 years ago
  jonathanvdc 4cd36fda5f Make dict_len a JIT intrinsic 8 years ago
  jonathanvdc 3c39971e73 Make read_nr_out an intrinsic 8 years ago
  jonathanvdc 5dce610b0d Merge remote-tracking branch 'yentl/master' into jit 8 years ago
  jonathanvdc 96e730638f Make list_len a CFG JIT intrinsic 8 years ago
  jonathanvdc 270990122b Define CFG JIT intrinsics for common string operations 8 years ago
  jonathanvdc 4a265c6464 Define CFG JIT intrinsics for reference equality 8 years ago
  jonathanvdc 6419734131 Check has_definition() in tree_ir.DebugInfoInstruction.generate_python_def 8 years ago
  jonathanvdc abe408dc47 Define positive versions of 'no-thunks', 'no-source-maps' options 8 years ago
  jonathanvdc b9c0845621 Add 'trace', 'no-source-maps' options to the MvK controller 8 years ago
  jonathanvdc 431bce5a9f Add a helpful comment to the kernel 8 years ago
  jonathanvdc 6be9e08ac4 Implement source maps in fast-jit 8 years ago
  jonathanvdc b072a71f26 Create stack traces for jitted functions 8 years ago
  jonathanvdc 9da9327045 Include the function origin in DEBUG_INFO requests 8 years ago
  jonathanvdc 0888c0133d Generate DEBUG_INFO requests during baseline JIT codegen 8 years ago
  jonathanvdc b8f4673134 Fix some minor issues in cfg_{optimization,to_tree}.py 8 years ago
  jonathanvdc 4ef42ee2bd Fix some bugs in the request handler 8 years ago
  jonathanvdc 8ac72c4e9e Define a DEBUG_INFO request in the request handler 8 years ago
  jonathanvdc d6fd12b6a9 Refactor request_handler.py to use GeneratorStackEntry objects instead of tuples 8 years ago
  jonathanvdc f3f9234a71 Remove an old test case from tree_ir.py 8 years ago
  jonathanvdc 01277aee16 Implement source map generation for the baseline JIT 8 years ago
  jonathanvdc 4e5f6dfa21 Add an option to the JIT that enables source maps 8 years ago
  jonathanvdc a52237662d Add debug info support to tree IR 8 years ago
  jonathanvdc 3a2c6cc528 Define source maps 8 years ago
  jonathanvdc af8d6e00bb Remove a misleading comment from the Modelverse kernel 8 years ago
  jonathanvdc dd7dc07414 Get fast-jit to work on normal Python 8 years ago
  jonathanvdc 1233035cc5 Optimize cfg_optimization.elide_local_checks 8 years ago
  jonathanvdc ceda2eafee Fix a bug in cfg_ir.get_all_blocks 8 years ago
  jonathanvdc 32ca27d582 Fix a bug in SSA construction 8 years ago