Project Investigation: Why this optimization failed
Looking into x86_64 ASM In the x86_64 assembly I was looking for any particularly large instructions that might be sensitive to alignment. To start I found the section of the binary that the decompress all tags function is in. Also the disassembly contains the byte pattern from the inline assembler. asm(“.byte 0x0f, 0x1f, 0x84, 0x00, …
Project Investigation: Why this optimization failed Read More »