v86/tests/benchmark
Rob Blanckaert d2fc7dc295 Optimize pack_memory by moving zero check to rust.
As suggested by copy in #1219 move the check if a memory
page is all zeros to rust.  Executes on 64bit chunks, which
is likely not as good simd could do, but is still a 5x speedup
in the included snapshot benchmark on my machine.

Co-authored-by: Adam M. Smith <adam@adamsmith.as>
2025-02-01 19:07:54 -07:00
..
arch-bytemark.js use emulator.destroy() over emulator.stop() to properly remove v86 instances 2024-12-20 10:41:09 -07:00
arch-python.js use emulator.destroy() over emulator.stop() to properly remove v86 instances 2024-12-20 10:41:09 -07:00
linux-boot.js use emulator.destroy() over emulator.stop() to properly remove v86 instances 2024-12-20 10:41:09 -07:00
snapshot.js Optimize pack_memory by moving zero check to rust. 2025-02-01 19:07:54 -07:00