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
Ali Utku Selen 03b54de68a Bump required ffi version to 1.2.x
gcc-explorer doesn't build using node.js v0.10.25 with ffi 1.0.7
or anything below 1.2.x.
9 years ago
c-preload Field changes 10 years ago
d Use default gdc install 11 years ago
etc Merge branch 'master' of gcc.godbolt.org:gcc-ex-copy 10 years ago
examples Remove c++11 dependency from samples 10 years ago
lib Initial import of GCC-Explorer 11 years ago
static Don't use march=native by default 9 years ago
test Big fix up of asm filtering. Adds a bunch of tests too. 11 years ago
.gitignore Remove accidentally-added npm-updated file 11 years ago
LICENSE Initial import of GCC-Explorer 11 years ago
Makefile clean .npm-updated 9 years ago
Notes.md Update notes 10 years ago
README.md Updated README with the demo site - again 11 years ago
app.js Tweak to use latest node, and detached child process which hopefully will prevent process killing issues 10 years ago
package.json Bump required ffi version to 1.2.x 9 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.

Try out the demo site!