hoodmane wrote: And the other WASM_GLOBALS are actual wasm globals. This has some appeal for sure.
It's worth pointing out that a normal wasm global has no address but is otherwise a first class C value that can be used anywhere a normal term of that type can be used. Whereas tables are immediates and can only be used as direct arguments to table built-ins. So it is a bit of a judgement call whether we think it makes sense. https://github.com/llvm/llvm-project/pull/205817 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
