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

Аутор SHA1 Порука Датум
  jonathanvdc fbd3c35529 Merge blocks before constructing SSA form пре 8 година
  jonathanvdc 835933a3cd Expand definitions after merging blocks in the CFG pass pipeline пре 8 година
  jonathanvdc 828a12714d Postpone CFG JIT intrinsic expansion in the pass pipeline пре 8 година
  jonathanvdc 5943ae6bd3 Fix some minor issues in cfg_{optimization,to_tree}.py пре 8 година
  jonathanvdc 7b4a5a94b7 Get fast-jit to work on normal Python пре 8 година
  jonathanvdc 9b1437dc0e Optimize cfg_optimization.elide_local_checks пре 8 година
  jonathanvdc 68e8dce1ad Respect jit.allow_direct_calls in fast-jit пре 8 година
  jonathanvdc b420d58b42 Evaluate constant unaries in the CFG optimizer пре 8 година
  jonathanvdc 4e99a21877 Fix another thunk-related bug пре 8 година
  jonathanvdc 2df18a921c Give JIT intrinsics the jit-no-gc calling convention пре 8 година
  jonathanvdc 4fd68c8951 Strategically insert GC protects пре 8 година
  jonathanvdc db819b9eba Introduce the concept of bidirectional dependencies in CFG IR, define cfg_ir.CreateEdge пре 8 година
  jonathanvdc 556781dd38 Optimize the dict iteration idiom in fast-JIT пре 8 година
  jonathanvdc 540c727d10 Optimize repeated reads in CFG IR пре 8 година
  jonathanvdc 2a077896c6 Re-write the block-merging optimization пре 8 година
  jonathanvdc 7ece5c8296 Fix a number of CFG JIT bugs пре 8 година
  jonathanvdc c8a432c739 Nullify entry point block parameters after SSA construction пре 8 година
  jonathanvdc 73ec6df3b4 Allow DCE to eliminate unused block parameters пре 8 година
  jonathanvdc f7ffb9394d Expand indirect definitions before CFG->tree lowering пре 8 година
  jonathanvdc a0f8467006 Move some CFG algorithms into cfg_ir пре 8 година
  jonathanvdc 6bbca23196 Perform constant reads at compile-time, even for CFGs пре 8 година
  jonathanvdc 5f5489b5f2 Implement a value-simplifying optimization for the CFG JIT пре 8 година
  jonathanvdc 5f330045d4 Apply CFG JIT intrinsics to function calls пре 8 година
  jonathanvdc f1fa1e669f Make the optimize_calls optimization more powerful пре 8 година
  jonathanvdc 8b51fb92c1 Delete debug statement пре 8 година
  jonathanvdc 70b79c679c Implement trivial phi elimination пре 8 година
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls пре 8 година
  jonathanvdc 3f36859158 Fix a bug in check-local-exists elision пре 8 година
  jonathanvdc 6347ecdd1d Implement the CFG block merging optimization пре 8 година
  jonathanvdc f80b5a57ca Implement dead code elimination for CFGs пре 8 година