Real-time C++ to x86 demo
2016-10-21 18:05:09.948927+00 by
Dan Lyke
2 comments
Oh this is a fun little web toy: Type in C++ on the left, get x86 assembly on the right. Particularly neat is to add -O3 and watch all the pre-compute happen... https://gcc.godbolt.org/
[ related topics:
Movies
]
comments in ascending chronological order (reverse):
#Comment Re: Real-time C++ to x86 demo made: 2016-10-22 13:10:05.068247+00 by:
DaveP
Do we get a link, or are you just taunting us?
#Comment Re: Real-time C++ to x86 demo made: 2016-10-24 16:06:13.962382+00 by:
Dan Lyke
Argh. Went back and hunted it down...