Don't update the assembly display if the C code only changes. Not quite sure why I thought that was necessary, was slowing down the whole thing.
1 file changed
tree: e47bd89c6ea484f77b8fc522f1117ae61a3073f5
  1. .gitignore
  2. .npm-updated
  3. LICENSE
  4. Makefile
  5. README.md
  6. app.js
  7. c-preload/
  8. etc/config/
  9. examples/
  10. lib/
  11. package.json
  12. static/
README.md

GCC Explorer

GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.

Try out the demo site!