Историја ревизија

Аутор SHA1 Порука Датум
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls пре 8 година
  jonathanvdc a3dcaa74a1 Include function parameters in CFG IR prologs пре 8 година
  jonathanvdc 95f6704a5e Optimize CFG flow before lowering пре 8 година
  jonathanvdc 9e9717213a Print jitted function definitions before exec'ing them пре 8 година
  jonathanvdc 9bbb8cc738 Print lowered CFG when the code log is activated пре 8 година
  jonathanvdc 7be2d56c79 Print CFG alongside function bodies пре 8 година
  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 година