diff options
author | Alon Zakai <azakai@google.com> | 2021-10-13 12:14:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 19:14:49 +0000 |
commit | 7126a43e9e1cea50d3534b50d4554f4a18cd6e14 (patch) | |
tree | 8267b7f52cc914463bafc892b7c3f97554f10fc8 /src/shell-interface.h | |
parent | 31af332f2a1627ae2bd9232baf5837366a481cfe (diff) | |
download | binaryen-7126a43e9e1cea50d3534b50d4554f4a18cd6e14.tar.gz binaryen-7126a43e9e1cea50d3534b50d4554f4a18cd6e14.tar.bz2 binaryen-7126a43e9e1cea50d3534b50d4554f4a18cd6e14.zip |
[Wasm GC] Take advantage of immutable struct fields in effects.h (#4240)
This is the easy part of using immutability more: Just note immutable
fields as such when we read from them, and then a write to a struct
does not interfere with such reads. That is, only a read from a mutable
field can notice the effect of a write.
Diffstat (limited to 'src/shell-interface.h')
0 files changed, 0 insertions, 0 deletions