Files
ladybird/Userland/Libraries/LibWasm/AbstractMachine/AbstractMachine.h
Ali Mohammad Pur 2b35e9f9be LibWasm: Generate Value::type() on the fly instead of storing it
The variant member already contains enough information to give us the
type when needed, so remove the type member and synthesize it when
needed, this allows lots of optimisation opportunaties when copying and
moving Values around.
2021-08-12 21:03:53 +02:00

16 KiB