Historique des commits

Auteur SHA1 Message Date
  jonathanvdc 9a90c1c868 Write initial temperatures to the JIT success log il y a 8 ans
  jonathanvdc a34b712cea Fix a bug with the loop-favoring heuristic's initial temperature il y a 8 ans
  jonathanvdc 536c898a92 Avert potenital memory leak in adaptive JIT construction il y a 8 ans
  jonathanvdc 351af6bc6f Create the adaptive-jit-favor-loops kernel, make it the default il y a 8 ans
  jonathanvdc d61f8c4782 Add an adaptive JIT heuristic that favors small functions il y a 8 ans
  jonathanvdc 0f17d07805 Define an adaptive JIT mode il y a 8 ans
  jonathanvdc 270990122b Define CFG JIT intrinsics for common string operations il y a 8 ans
  jonathanvdc 9da9327045 Include the function origin in DEBUG_INFO requests il y a 8 ans
  jonathanvdc 0888c0133d Generate DEBUG_INFO requests during baseline JIT codegen il y a 8 ans
  jonathanvdc 4e5f6dfa21 Add an option to the JIT that enables source maps il y a 8 ans
  jonathanvdc c6f8db1c5f Apply tree optimizations to lowered CFG il y a 8 ans
  jonathanvdc d19e936007 Make unary intrinsics CFG intrinsics il y a 8 ans
  jonathanvdc 444de619be Fix another thunk-related bug il y a 8 ans
  jonathanvdc c67d87f46e Fix a bug with thunks to constant anonymous functions il y a 8 ans
  jonathanvdc f8a767f479 Make cast intrinsics CFG intrinsics too il y a 8 ans
  jonathanvdc 78848e484f Fix a number of CFG JIT bugs il y a 8 ans
  jonathanvdc 8e1fd2ecdd Implement tracing in the fast JIT il y a 8 ans
  jonathanvdc bd107ed8b4 Define some simple CFG JIT intrinsics il y a 8 ans
  jonathanvdc d4eeb6885c Move some CFG algorithms into cfg_ir il y a 8 ans
  jonathanvdc 7deb185691 Allow the kernel to switch between baseline and complex JIT il y a 8 ans
  jonathanvdc 567b430277 Implement instruction scheduling for CFG->tree transformation il y a 8 ans
  jonathanvdc 3b2e587f40 Perform constant reads at compile-time, even for CFGs il y a 8 ans
  jonathanvdc ad8628c346 Define CFG JIT intrinsics il y a 8 ans
  jonathanvdc d6ea282cdd Avoid generating thunks for recursive functions il y a 8 ans
  jonathanvdc cc101d3772 Add an optimization that replaces indirect calls by direct calls il y a 8 ans
  jonathanvdc a995543d2c Include function parameters in CFG IR prologs il y a 8 ans
  jonathanvdc 8e3512c898 Optimize CFG flow before lowering il y a 8 ans
  jonathanvdc f125820f06 Print jitted function definitions before exec'ing them il y a 8 ans
  jonathanvdc e8b059d885 Print lowered CFG when the code log is activated il y a 8 ans
  jonathanvdc 6ae853a3fc Print CFG alongside function bodies il y a 8 ans