História revízii

Autor SHA1 Správa Dátum
  jonathanvdc 8669cc6a4a Add theoretical support for thunks to the JIT 8 rokov pred
  jonathanvdc 7c4f5e16e7 Factor jit_define_function out of jit_recompile 8 rokov pred
  jonathanvdc 0109c97676 Factor out create_function from jit_recompile 8 rokov pred
  jonathanvdc a256b31114 Refactor jit_compile into three functions 8 rokov pred
  jonathanvdc c6d64c410f Map global names to body ids in the JIT instead of the kernel 8 rokov pred
  jonathanvdc 32ea339924 Parse bytecode graphs before tree construction in the JIT 8 rokov pred
  jonathanvdc 72b2c6bb73 Support single-level break/continue in the JIT 8 rokov pred
  jonathanvdc 85bea2fbbf Detect 'mutable' functions in the JIT 8 rokov pred
  jonathanvdc 555e067798 Embed logging hooks in the JIT 8 rokov pred
  jonathanvdc 6d0cf2ed4f Protect non-call JIT input implementation from GC 8 rokov pred
  jonathanvdc de10bb6587 Shield JIT temporaries from the garbage collector 8 rokov pred
  jonathanvdc b03a765eda Ensure that the JIT's locals don't get GC'ed 8 rokov pred
  jonathanvdc 192c88f778 Make the JIT insert nops 8 rokov pred
  jonathanvdc 44650c1015 Make 'time' an intrinsic 8 rokov pred
  jonathanvdc a665257f8f Turn a bunch of cast operations into intrinsics 8 rokov pred
  jonathanvdc e66cbba294 Edit jitted code error message about unresolved globals for consistency with interpreter 8 rokov pred
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls 8 rokov pred
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions 8 rokov pred
  jonathanvdc fd3ca83618 Turn off a debug statement in the JIT 8 rokov pred
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction 8 rokov pred
  jonathanvdc 1d067be8c7 Rename interpret_function to call_function, add straight-to-JIT optimization 8 rokov pred
  jonathanvdc d35808ba4f Remove default limit on number of instructions in JIT 8 rokov pred
  jonathanvdc abc187f84e Up the max instruction count 8 rokov pred
  jonathanvdc b821503484 Don't accidentally enable tracing in the JIT 8 rokov pred
  jonathanvdc c11313405a Various improvements to JIT 8 rokov pred
  jonathanvdc 043ea99f29 Fold constant reads in the JIT 8 rokov pred
  jonathanvdc 7d0c2a37bd Add support for JIT tracing 8 rokov pred
  jonathanvdc 08631bdfb1 Add a switch to disable direct calls from jitted functions to jitted functions 8 rokov pred
  jonathanvdc f7feb6b3eb Support primitive calls to constants in the JIT 8 rokov pred
  jonathanvdc a3d3e5f006 Implement calls to interpreted code from jitted code 8 rokov pred