Skip to content

Commit

Permalink
Manually fix projeciton -> projection
Browse files Browse the repository at this point in the history
I happen to stumble upon this one that `typos` didn't catch. I've logged
it on: crate-ci/typos#784
  • Loading branch information
WalterSmuts committed Aug 31, 2023
1 parent 3705dfa commit 987232b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Subscripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ These two restrictions serve two goals:
1. Guarantee that continuations cannot break control flow and cannot.
2. Handle overlapping projections that do not nest.

One over-approximation of a continuation's scope is the dominance frontier of the basic block in which the projection starts, excluding the instructions before the start of the projeciton.
One over-approximation of a continuation's scope is the dominance frontier of the basic block in which the projection starts, excluding the instructions before the start of the projection.
In the above example, the continuation associated with `t` would contain all instructions in `loop.body` after the definition of `%t`.

Using dominance frontiers also obviates the difficulty to identify definitions may escape a continuation.
Expand Down

0 comments on commit 987232b

Please sign in to comment.