Commit History

Автор SHA1 Съобщение Дата
  Bentley James Oakes 345ee3d3f5 Fix up imports in kernel dir. преди 7 години
  Bentley James Oakes 81375f396f Put items, keys, and values in lists. преди 7 години
  Bentley James Oakes a5e35fad10 Fix relative imports and use of unicode. преди 7 години
  Yentl Van Tendeloo a8117802fb Fixed Modelverse input, partially by disabling the JIT on the input function преди 8 години
  Yentl Van Tendeloo b698243fcb WIP on testing: 00e6db4 Add instantiate which immediately fixes the location of the new elements преди 8 години
  jonathanvdc 4bbcd830c0 Create a bytecode graph interpreter преди 8 години
  jonathanvdc 91ef7e162b Define an adaptive JIT mode преди 8 години
  jonathanvdc 97e5897a4c Create stack traces for jitted functions преди 8 години
  jonathanvdc 45a6192e8e Include the function origin in DEBUG_INFO requests преди 8 години
  jonathanvdc cf12250712 Implement source map generation for the baseline JIT преди 8 години
  jonathanvdc 4e99a21877 Fix another thunk-related bug преди 8 години
  jonathanvdc 45186fcf06 Make unreachable throw an Exception instance преди 8 години
  jonathanvdc 7ece5c8296 Fix a number of CFG JIT bugs преди 8 години
  jonathanvdc 30e78f8988 Correct the assumption that every tree_ir node returns a temporary преди 8 години
  jonathanvdc eb6b42526d Standardize the 'global not found' message between JIT and interpreter преди 8 години
  jonathanvdc 57cbf2bb08 Rename 'username' to 'taskname' in runtime.py преди 8 години
  jonathanvdc ddf162c025 Rename 'user_root' to 'task_root' преди 8 години
  jonathanvdc 18a7dc7f61 Use thunks in the JIT преди 8 години
  jonathanvdc 4b20cd2d24 Define interpret_function_body in the JIT runtime преди 8 години
  jonathanvdc 6fecb551fa Fix a couple of bugs in the bytecode parser преди 8 години
  jonathanvdc 0cb4f5999c Detect 'mutable' functions in the JIT преди 8 години
  jonathanvdc 9b75bd1d82 Comment out a debug statement in runtime.py преди 8 години
  jonathanvdc 0df878586a Ensure that the JIT's locals don't get GC'ed преди 8 години
  jonathanvdc a1bc2ba493 Change a docstring преди 8 години
  jonathanvdc 36faf93d7b Fix an exception handling bug in the JIT runtime преди 8 години
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls преди 8 години
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions преди 8 години
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction преди 8 години
  jonathanvdc 571b802436 Implement the 'RUN' instruction in the interpreter преди 8 години
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization преди 8 години