Skip to content

Commit 889772f

Browse files
authored
GH-93678: refactor compiler so that optimizer does not need the assembler and compiler structs (GH-93842)
1 parent 77c839c commit 889772f

File tree

2 files changed

+170
-160
lines changed

2 files changed

+170
-160
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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 commit comments

Comments
 (0)