You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Matt Godbolt b40fec86bb Possibly fix up orphaned gcc processes; maybe there was a race with the end and the exit() call 12 years ago
etc/config Slightly improve the options filter 12 years ago
examples Initial import of GCC-Explorer 12 years ago
lib Initial import of GCC-Explorer 12 years ago
static Implement options black- and white-listing. Defaults catch a few exploits 12 years ago
.gitignore Initial import of GCC-Explorer 12 years ago
LICENSE Initial import of GCC-Explorer 12 years ago
Makefile Less confusing installation options 12 years ago
README.md Initial import of GCC-Explorer 12 years ago
app.js Possibly fix up orphaned gcc processes; maybe there was a race with the end and the exit() call 12 years ago
package.json More up-to-date packages 12 years ago

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.