Commit History

Автор SHA1 Съобщение Дата
  jonathanvdc ddf162c025 Rename 'user_root' to 'task_root' преди 8 години
  jonathanvdc 18a7dc7f61 Use thunks in the JIT преди 8 години
  jonathanvdc 6c11fe3123 Add theoretical support for thunks to the JIT преди 8 години
  jonathanvdc cadc7c9226 Factor jit_define_function out of jit_recompile преди 8 години
  jonathanvdc 75b93b4246 Factor out create_function from jit_recompile преди 8 години
  jonathanvdc 2bcaa5a199 Refactor jit_compile into three functions преди 8 години
  jonathanvdc 7a2df5436a Map global names to body ids in the JIT instead of the kernel преди 8 години
  jonathanvdc 95525acbec Parse bytecode graphs before tree construction in the JIT преди 8 години
  jonathanvdc f7ce4a7630 Support single-level break/continue in the JIT преди 8 години
  jonathanvdc 0cb4f5999c Detect 'mutable' functions in the JIT преди 8 години
  jonathanvdc 5e93e7666f Embed logging hooks in the JIT преди 8 години
  jonathanvdc c0395eda31 Protect non-call JIT input implementation from GC преди 8 години
  jonathanvdc c50d53ad80 Shield JIT temporaries from the garbage collector преди 8 години
  jonathanvdc 0df878586a Ensure that the JIT's locals don't get GC'ed преди 8 години
  jonathanvdc d145513ba5 Make the JIT insert nops преди 8 години
  jonathanvdc 3bc4bde236 Make 'time' an intrinsic преди 8 години
  jonathanvdc 76dfa0e596 Turn a bunch of cast operations into intrinsics преди 8 години
  jonathanvdc 012ab77bd7 Edit jitted code error message about unresolved globals for consistency with interpreter преди 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 2ea8bde902 Turn off a debug statement in the JIT преди 8 години
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction преди 8 години
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization преди 8 години
  jonathanvdc b56f9f9d74 Remove default limit on number of instructions in JIT преди 8 години
  jonathanvdc 48ec143b5d Up the max instruction count преди 8 години
  jonathanvdc 53fb330dbe Don't accidentally enable tracing in the JIT преди 8 години
  jonathanvdc f4daba2e98 Various improvements to JIT преди 8 години
  jonathanvdc ca0e5a806d Fold constant reads in the JIT преди 8 години
  jonathanvdc 2c7648ee90 Add support for JIT tracing преди 8 години
  jonathanvdc 6994bb820f Add a switch to disable direct calls from jitted functions to jitted functions преди 8 години