커밋 기록

작성자 SHA1 메시지 날짜
  jonathanvdc 4e5f6dfa21 Add an option to the JIT that enables source maps 8 년 전
  jonathanvdc c6f8db1c5f Apply tree optimizations to lowered CFG 8 년 전
  jonathanvdc d19e936007 Make unary intrinsics CFG intrinsics 8 년 전
  jonathanvdc 444de619be Fix another thunk-related bug 8 년 전
  jonathanvdc c67d87f46e Fix a bug with thunks to constant anonymous functions 8 년 전
  jonathanvdc f8a767f479 Make cast intrinsics CFG intrinsics too 8 년 전
  jonathanvdc 78848e484f Fix a number of CFG JIT bugs 8 년 전
  jonathanvdc 8e1fd2ecdd Implement tracing in the fast JIT 8 년 전
  jonathanvdc bd107ed8b4 Define some simple CFG JIT intrinsics 8 년 전
  jonathanvdc d4eeb6885c Move some CFG algorithms into cfg_ir 8 년 전
  jonathanvdc 7deb185691 Allow the kernel to switch between baseline and complex JIT 8 년 전
  jonathanvdc 567b430277 Implement instruction scheduling for CFG->tree transformation 8 년 전
  jonathanvdc 3b2e587f40 Perform constant reads at compile-time, even for CFGs 8 년 전
  jonathanvdc ad8628c346 Define CFG JIT intrinsics 8 년 전
  jonathanvdc d6ea282cdd Avoid generating thunks for recursive functions 8 년 전
  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 년 전