logoalt Hacker News

bspammerlast Friday at 12:18 PM1 replyview on HN

They disabled optimisations:

> Lets compile the code, disabling optimizations with /Od to make sure that the pesky compiler doesn’t interfere with our algorithm


Replies

bluGilllast Friday at 2:36 PM

I would have wanted to see them look at the assembly from various optimization levels to see if the compiler really did. Ideally o1 or something wouldn't see through this but would generate better code in other ways. Disabled optimizations often are really stupid about how they code gen.