Used for WebAssembly threads proposal. Add a flag --shared-memory
which sets the IS_SHARED bit in WasmLimits
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54130
[WebAssembly] Support creation and import of shared memories ClosedPublic Authored by dschuff on Nov 5 2018, 5:33 PM.
Details Summary Used for WebAssembly threads proposal. Add a flag --shared-memory
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google. · View Herald TranscriptNov 5 2018, 5:33 PM dschuff added a child revision: D54131: [WebAssembly] Add shared memory support to limits field.Nov 5 2018, 5:37 PM This revision is now accepted and ready to land.Nov 6 2018, 8:42 AM Closed by commit rL346248: [WebAssembly] Support creation and import of shared memories (authored by dschuff). · Explain WhyNov 6 2018, 10:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172783 lld/trunk/test/wasm/data-layout.ll
lld/trunk/test/wasm/import-memory.test
lld/trunk/wasm/Config.h
lld/trunk/wasm/Driver.cpp
lld/trunk/wasm/Options.td
lld/trunk/wasm/Writer.cpp
|