Skip to content

Commit

Permalink
GH-93678: refactor compiler so that optimizer does not need the assem…
Browse files Browse the repository at this point in the history
…bler and compiler structs (GH-93842)
  • Loading branch information
iritkatriel committed Jun 21, 2022
1 parent 77c839c commit 889772f
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 160 deletions.
@@ -0,0 +1 @@
Refactor compiler optimisation code so that it no longer needs the ``struct assembler`` and ``struct compiler`` passed around. Instead, each function takes the CFG and other data that it actually needs. This will make it possible to test this code directly.

0 comments on commit 889772f

Please sign in to comment.