Commit Verlauf

Autor SHA1 Nachricht Datum
  jonathanvdc 14f6d31ab7 Apply tree optimizations to lowered CFG vor 8 Jahren
  jonathanvdc ba3590b0e0 Make unary intrinsics CFG intrinsics vor 8 Jahren
  jonathanvdc 4e99a21877 Fix another thunk-related bug vor 8 Jahren
  jonathanvdc fa0ae67898 Fix a bug with thunks to constant anonymous functions vor 8 Jahren
  jonathanvdc 8f6c41b590 Make cast intrinsics CFG intrinsics too vor 8 Jahren
  jonathanvdc 7ece5c8296 Fix a number of CFG JIT bugs vor 8 Jahren
  jonathanvdc fd0277c139 Implement tracing in the fast JIT vor 8 Jahren
  jonathanvdc 9a1cbd6d06 Define some simple CFG JIT intrinsics vor 8 Jahren
  jonathanvdc a0f8467006 Move some CFG algorithms into cfg_ir vor 8 Jahren
  jonathanvdc 32c9b7d941 Allow the kernel to switch between baseline and complex JIT vor 8 Jahren
  jonathanvdc be13e41468 Implement instruction scheduling for CFG->tree transformation vor 8 Jahren
  jonathanvdc 6bbca23196 Perform constant reads at compile-time, even for CFGs vor 8 Jahren
  jonathanvdc 080698ee51 Define CFG JIT intrinsics vor 8 Jahren
  jonathanvdc a24d76bd6a Avoid generating thunks for recursive functions vor 8 Jahren
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls vor 8 Jahren
  jonathanvdc a3dcaa74a1 Include function parameters in CFG IR prologs vor 8 Jahren
  jonathanvdc 95f6704a5e Optimize CFG flow before lowering vor 8 Jahren
  jonathanvdc 9e9717213a Print jitted function definitions before exec'ing them vor 8 Jahren
  jonathanvdc 9bbb8cc738 Print lowered CFG when the code log is activated vor 8 Jahren
  jonathanvdc 7be2d56c79 Print CFG alongside function bodies vor 8 Jahren
  jonathanvdc ddf162c025 Rename 'user_root' to 'task_root' vor 8 Jahren
  jonathanvdc 18a7dc7f61 Use thunks in the JIT vor 8 Jahren
  jonathanvdc 6c11fe3123 Add theoretical support for thunks to the JIT vor 8 Jahren
  jonathanvdc cadc7c9226 Factor jit_define_function out of jit_recompile vor 8 Jahren
  jonathanvdc 75b93b4246 Factor out create_function from jit_recompile vor 8 Jahren
  jonathanvdc 2bcaa5a199 Refactor jit_compile into three functions vor 8 Jahren
  jonathanvdc 7a2df5436a Map global names to body ids in the JIT instead of the kernel vor 8 Jahren
  jonathanvdc 95525acbec Parse bytecode graphs before tree construction in the JIT vor 8 Jahren
  jonathanvdc f7ce4a7630 Support single-level break/continue in the JIT vor 8 Jahren
  jonathanvdc 0cb4f5999c Detect 'mutable' functions in the JIT vor 8 Jahren