We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0312a6f commit 5cbd7f0Copy full SHA for 5cbd7f0
1 file changed
test/lit/passes/global-effects-indirect-merge.wast
@@ -5,7 +5,7 @@
5
;; Test that indirect call effects are preserved when types are rewritten
6
;; globally. When we rewrite $effectful and $not-effectful into the same type,
7
;; the resulting type has the same effects as the union of the two. This is
8
-;; pessemistic since indirect calls that targeted $not-effectful now look like
+;; pessimistic since indirect calls that targeted $not-effectful now look like
9
;; they may target $effectful as well which is not true in practice. This is the
10
;; best we can do without preserving extra information before rewriting.
11
0 commit comments