Skip to content

Commit

Permalink
Update on "[compiler] add fixture for optimization across scopes"
Browse files Browse the repository at this point in the history
Adds a fixture based on internal case where our current output is quite a bit more verbose than the original memoization. See the comment in the fixture for more about the heuristic we can apply.

[ghstack-poisoned]
  • Loading branch information
josephsavona committed Jun 21, 2024
2 parents 77f1f6d + 9fe36a1 commit 137e4f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ type References = {
};
type LastAssignments = Map<string, InstructionId>;
type SingleUseIdentifiers = Set<IdentifierId>;
type Range = { start: InstructionId; end: InstructionId };
enum ReferenceKind {
Read,
Write,
Expand Down

0 comments on commit 137e4f0

Please sign in to comment.