ladybird/Userland/Libraries/LibWasm/AbstractMachine
Diego Frias dc52998341 LibWasm: Remove Module::functions
`Module::functions` created clones of all of the functions in the
module. It provided a _slightly_ better API, but ended up costing around
40ms when instantiating spidermonkey.
2024-07-28 02:56:32 +02:00
..
AbstractMachine.cpp LibWasm: Remove Module::functions 2024-07-28 02:56:32 +02:00
AbstractMachine.h LibWasm: Remove Module::functions 2024-07-28 02:56:32 +02:00
BytecodeInterpreter.cpp LibWasm: Remove unused vector methods of the interpreter 2024-07-24 23:23:09 +02:00
BytecodeInterpreter.h LibWasm: Remove unused vector methods of the interpreter 2024-07-24 23:23:09 +02:00
Configuration.cpp LibWasm: Remove Module::functions 2024-07-28 02:56:32 +02:00
Configuration.h
Interpreter.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Operators.h LibWasm: Fix SIMD shuffle and swizzle 2024-07-24 23:23:09 +02:00
Validator.cpp LibWasm: Remove Module::functions 2024-07-28 02:56:32 +02:00
Validator.h LibWasm: Replace a hashtable with an RBTree to make instantiation faster 2024-07-18 14:54:50 +02:00