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 d1c7aa2 commit e061828Copy full SHA for e061828
src/v8/v8.cc
@@ -43,6 +43,7 @@ wasm::Engine *engine() {
43
static wasm::own<wasm::Engine> engine;
44
45
std::call_once(init, []() {
46
+ // Disable the Liftoff compiler to force optimized JIT up-front.
47
std::string args = absl::StrFormat("--wasm_max_mem_pages=%u --no-liftoff",
48
PROXY_WASM_HOST_MAX_WASM_MEMORY_SIZE_BYTES /
49
PROXY_WASM_HOST_WASM_MEMORY_PAGE_SIZE_BYTES);
0 commit comments