Commit History

Автор SHA1 Съобщение Дата
  jonathanvdc cc101d3772 Add an optimization that replaces indirect calls by direct calls преди 8 години
  jonathanvdc a995543d2c Include function parameters in CFG IR prologs преди 8 години
  jonathanvdc 8e3512c898 Optimize CFG flow before lowering преди 8 години
  jonathanvdc f125820f06 Print jitted function definitions before exec'ing them преди 8 години
  jonathanvdc e8b059d885 Print lowered CFG when the code log is activated преди 8 години
  jonathanvdc 6ae853a3fc Print CFG alongside function bodies преди 8 години
  jonathanvdc 9c73ac67af Rename 'user_root' to 'task_root' преди 8 години
  jonathanvdc 8cc038d626 Use thunks in the JIT преди 8 години
  jonathanvdc 8669cc6a4a Add theoretical support for thunks to the JIT преди 8 години
  jonathanvdc 7c4f5e16e7 Factor jit_define_function out of jit_recompile преди 8 години
  jonathanvdc 0109c97676 Factor out create_function from jit_recompile преди 8 години
  jonathanvdc a256b31114 Refactor jit_compile into three functions преди 8 години
  jonathanvdc c6d64c410f Map global names to body ids in the JIT instead of the kernel преди 8 години
  jonathanvdc 32ea339924 Parse bytecode graphs before tree construction in the JIT преди 8 години
  jonathanvdc 72b2c6bb73 Support single-level break/continue in the JIT преди 8 години
  jonathanvdc 85bea2fbbf Detect 'mutable' functions in the JIT преди 8 години
  jonathanvdc 555e067798 Embed logging hooks in the JIT преди 8 години
  jonathanvdc 6d0cf2ed4f Protect non-call JIT input implementation from GC преди 8 години
  jonathanvdc de10bb6587 Shield JIT temporaries from the garbage collector преди 8 години
  jonathanvdc b03a765eda Ensure that the JIT's locals don't get GC'ed преди 8 години
  jonathanvdc 192c88f778 Make the JIT insert nops преди 8 години
  jonathanvdc 44650c1015 Make 'time' an intrinsic преди 8 години
  jonathanvdc a665257f8f Turn a bunch of cast operations into intrinsics преди 8 години
  jonathanvdc e66cbba294 Edit jitted code error message about unresolved globals for consistency with interpreter преди 8 години
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls преди 8 години
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions преди 8 години
  jonathanvdc fd3ca83618 Turn off a debug statement in the JIT преди 8 години
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction преди 8 години
  jonathanvdc 1d067be8c7 Rename interpret_function to call_function, add straight-to-JIT optimization преди 8 години
  jonathanvdc d35808ba4f Remove default limit on number of instructions in JIT преди 8 години