Hacker News new | ask | show | jobs
by praulv 2985 days ago
godbolt?

edit: curious as to how you perform this optimisation.

1 comments

It's been a few years since I've had to do it - but back then I just used the Visual Studio disassembly. You can get something similar (but more messy) with objdump.

Godbolt seems like a good solution now-a-days, but you still need to run benchmarks