Historique des commits

Auteur SHA1 Message Date
  jonathanvdc 90070546f1 Add a 'create' method to every CFG Instruction il y a 8 ans
  jonathanvdc 9a1cbd6d06 Define some simple CFG JIT intrinsics il y a 8 ans
  jonathanvdc 9b9135c2be Implement SSA form construction il y a 8 ans
  jonathanvdc a0f8467006 Move some CFG algorithms into cfg_ir il y a 8 ans
  jonathanvdc 4d07204a1b Add a --kernel=fast-jit option to the server il y a 8 ans
  jonathanvdc 32c9b7d941 Allow the kernel to switch between baseline and complex JIT il y a 8 ans
  jonathanvdc d124442b79 Fix some miscellaneous cfg_to_tree bugs il y a 8 ans
  jonathanvdc bfb1601031 Refactor bytecode_to_tree.retrieve_task_root il y a 8 ans
  jonathanvdc 79e3c01d60 Make declare-local values dependent on the root node il y a 8 ans
  jonathanvdc be13e41468 Implement instruction scheduling for CFG->tree transformation il y a 8 ans
  jonathanvdc 2f12145d5e Make free-root-node CFG instructions value-less il y a 8 ans
  jonathanvdc d9d6c5bd62 Define __repr__ methods for all tree_ir classes il y a 8 ans
  jonathanvdc 4db86cf6e4 Try harder to inline values during CFG->tree lowering il y a 8 ans
  jonathanvdc 14af8fb162 Simplify loop, loop-multiple relooped block lowering il y a 8 ans
  jonathanvdc 6bbca23196 Perform constant reads at compile-time, even for CFGs il y a 8 ans
  jonathanvdc 5f5489b5f2 Implement a value-simplifying optimization for the CFG JIT il y a 8 ans
  jonathanvdc 5f330045d4 Apply CFG JIT intrinsics to function calls il y a 8 ans
  jonathanvdc cb973d3b83 Use regular JIT intrinsics during CFG->tree lowering il y a 8 ans
  jonathanvdc 080698ee51 Define CFG JIT intrinsics il y a 8 ans
  jonathanvdc d33896df4b Introduced create-node CFG values il y a 8 ans
  jonathanvdc a24d76bd6a Avoid generating thunks for recursive functions il y a 8 ans
  jonathanvdc f1fa1e669f Make the optimize_calls optimization more powerful il y a 8 ans
  jonathanvdc 8b51fb92c1 Delete debug statement il y a 8 ans
  jonathanvdc 70b79c679c Implement trivial phi elimination il y a 8 ans
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls il y a 8 ans
  jonathanvdc a3dcaa74a1 Include function parameters in CFG IR prologs il y a 8 ans
  jonathanvdc 3f36859158 Fix a bug in check-local-exists elision il y a 8 ans
  jonathanvdc 6347ecdd1d Implement the CFG block merging optimization il y a 8 ans
  jonathanvdc 8ab65078e4 Support lowering of defs that point to defs il y a 8 ans
  jonathanvdc a01ac84e97 Protected {alloc|free}-root-node from dead code elimination il y a 8 ans