Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc 9f2fe45fb9 Define a DEBUG_INFO request in the request handler hace 8 años
  jonathanvdc ab2249128f Refactor request_handler.py to use GeneratorStackEntry objects instead of tuples hace 8 años
  jonathanvdc 572ec81823 Remove an old test case from tree_ir.py hace 8 años
  jonathanvdc cf12250712 Implement source map generation for the baseline JIT hace 8 años
  jonathanvdc 1a81e0a6fe Add an option to the JIT that enables source maps hace 8 años
  jonathanvdc 47a14ce736 Add debug info support to tree IR hace 8 años
  jonathanvdc 968a677c07 Define source maps hace 8 años
  jonathanvdc e634d3e136 Remove a misleading comment from the Modelverse kernel hace 8 años
  jonathanvdc 7b4a5a94b7 Get fast-jit to work on normal Python hace 8 años
  jonathanvdc 9b1437dc0e Optimize cfg_optimization.elide_local_checks hace 8 años
  jonathanvdc 58052f5700 Fix a bug in cfg_ir.get_all_blocks hace 8 años
  jonathanvdc 8d148f7d55 Fix a bug in SSA construction hace 8 años
  jonathanvdc 5feb048491 Fix a bug in baseline JIT tracing hace 8 años
  jonathanvdc b3206d446b Fix a bug in bytecode_ir.CallInstruction.__repr__ hace 8 años
  jonathanvdc 440bd1512a Define __repr__ for bytecode IR hace 8 años
  jonathanvdc 68e8dce1ad Respect jit.allow_direct_calls in fast-jit hace 8 años
  jonathanvdc 889b1e0f1c Support automatic nop insertion in fast-jit hace 8 años
  jonathanvdc ce72a91903 Rename 'read_userroot' intrinsic to 'read_taskroot' hace 8 años
  jonathanvdc 14f6d31ab7 Apply tree optimizations to lowered CFG hace 8 años
  jonathanvdc ad4c576861 Try to use fewer local variables in intrinsics hace 8 años
  jonathanvdc bf2c18088f Fix a bug in the unary lowering code hace 8 años
  jonathanvdc b420d58b42 Evaluate constant unaries in the CFG optimizer hace 8 años
  jonathanvdc ba3590b0e0 Make unary intrinsics CFG intrinsics hace 8 años
  jonathanvdc 8f8642044d Add unary operators to CFG IR hace 8 años
  jonathanvdc db166546a5 Make fast-jit the default JIT hace 8 años
  jonathanvdc 4e99a21877 Fix another thunk-related bug hace 8 años
  jonathanvdc fa0ae67898 Fix a bug with thunks to constant anonymous functions hace 8 años
  jonathanvdc 2df18a921c Give JIT intrinsics the jit-no-gc calling convention hace 8 años
  jonathanvdc 4fd68c8951 Strategically insert GC protects hace 8 años
  jonathanvdc af55322db0 Implement create-edge to tree lowering hace 8 años