We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5b60a commit fb970f8Copy full SHA for fb970f8
test/lit/passes/simplify-globals-gc.wast
@@ -58,6 +58,8 @@
58
;; One global reads another, and should contain the same value. We should not
59
;; erroneously optimize the global.get to a struct.new, as struct.new generates
60
;; a new value each time, and the export allows that difference to be noticed.
61
+;; TODO: We could flip the export to read $B instead, basically considering it
62
+;; a use that we can modify, like global.gets that we already do.
63
(module
64
;; CHECK: (type $struct (struct))
65
(type $struct (struct))
0 commit comments