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 b4581bd294 Clarify the README 7 years ago
.idea Do all filtering on the server 7 years ago
c-preload First steps towards new config for amazon 8 years ago
d Copyright update, formatting changes 8 years ago
etc asm mode improvements 7 years ago
examples Update optimized examples to work with GCC 5.1 and Clang (thanks @cdomville) 8 years ago
lib Convert tabs to spaces. Fixes #57 7 years ago
static asm mode improvements 7 years ago
test Fix clang line indicators. Fixes #85 7 years ago
.gitignore Add heapsnapshot 8 years ago
.jshintrc Add IDEA files. 8 years ago
LICENSE Copyright update, formatting changes 8 years ago
Makefile Fix makefile on newer ubuntae 8 years ago
Notes.md Add some notes on LTO version 7 years ago
README.md Clarify the README 7 years ago
app.js Switch to memwatch-next 8 years ago
package.json Bump versions of everything 7 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!

Developing

GCC Explorer is written in node.

Assuming you have npm and node installed, simply running make ought to get you up and running with a GCC explorer running on port 10240 on your local machine: http://localhost:10240

If you want to point it at your own GCC or similar binaries, either edit the etc/config/gcc-explorer.defaults.properties or else make a new one with the name gcc-explorer.YOURHOSTNAME.properties. The config system leaves a lot to be desired, I'm working on porting CCS to javascript and then something more rational can be used.

Feel free to raise an issue on github or email me directly for more help.