search for: createtablesection

Displaying 2 results from an estimated 2 matches for "createtablesection".

2018 Jun 01
2
[WebAssembly] lld dynamic loader
...l_indirect can call dynamically some function coming from another wasm module. So I am wondering if the static size of the table have a specific goal ? If not did you think the WASM_LIMITS_FLAG_HAS_MAX can be remove ? https://llvm.org/svn/llvm-project/lld/trunk/wasm/Writer.cpp void Writer::createTableSection() { .. WasmLimits Limits = {WASM_LIMITS_FLAG_HAS_MAX, TableSize, TableSize}; Thks in advance, Ghis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180601/ff3ced7a/attachment-0001.html>
2018 Jun 15
2
[WebAssembly] lld dynamic loader
...; > So I am wondering if the static size of the table have a specific goal ? > > > > If not did you think the WASM_LIMITS_FLAG_HAS_MAX can be remove ? > > > > > > > > https://llvm.org/svn/llvm-project/lld/trunk/wasm/Writer.cpp > > > > void Writer::createTableSection() { > > > > .. > > > > WasmLimits Limits = {WASM_LIMITS_FLAG_HAS_MAX, TableSize, TableSize}; > > > > > > > > > > > > Thks in advance, > > > > Ghis > > > > > > > > ________________________________________...