Note on UnsafeMemory perf.

This commit is contained in:
Florian Nücke
2020-09-16 11:57:42 +02:00
parent 8cc987f10c
commit d8e716decf

View File

@@ -7,6 +7,7 @@ import sun.misc.Cleaner;
import sun.misc.Unsafe;
import sun.misc.VM;
// Tends to be around 10% faster than ByteBufferMemory during regular emulation.
public final class UnsafeMemory implements PhysicalMemory {
private static final Unsafe UNSAFE = UnsafeGetter.get();