snapshot benchmark

simple benchmark for the snapshots
This commit is contained in:
Takacs, Philipp
2023-01-27 18:31:17 +01:00
parent 80bd825420
commit 550265f3c1
3 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
USE64
DEFAULT REL
SECTION .text
loop:
xor rcx, rcx
write:
mov [rbx+rcx*8], rsi
inc rcx
mov rdi, rax
sub rdi, rcx
jnz write
jmp loop