diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-07-17 01:11:28 +0430 |
---|---|---|
committer | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-07-17 01:11:28 +0430 |
commit | 23b48f8fe127bd631522b7235e51ea3b8e66835d (patch) | |
tree | 9d3e3e69d2e1929f9c4e07ab88ef11fadb5b8ddb /Tests/LibWasm/test-wasm.cpp | |
parent | 35394dbfaa23b44a293da85b20a63a10f73572c3 (diff) | |
download | serenity-23b48f8fe127bd631522b7235e51ea3b8e66835d.zip |
Revert "LibWasm: Some more performance stuff (#8812)"
This reverts commit 35394dbfaa23b44a293da85b20a63a10f73572c3.
I pushed the wrong button again, hopefully this will be the last of
such incidents.
Diffstat (limited to 'Tests/LibWasm/test-wasm.cpp')
-rw-r--r-- | Tests/LibWasm/test-wasm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/LibWasm/test-wasm.cpp b/Tests/LibWasm/test-wasm.cpp index d0b16d7d70..2cb6abe619 100644 --- a/Tests/LibWasm/test-wasm.cpp +++ b/Tests/LibWasm/test-wasm.cpp @@ -34,7 +34,6 @@ public: explicit WebAssemblyModule(JS::Object& prototype) : JS::Object(prototype) { - m_machine.enable_instruction_count_limit(); } static Wasm::AbstractMachine& machine() { return m_machine; } |