commit | d6bce4144634c0e1a9f5de1698dd63ce664c7860 | [log] [download] |
---|---|---|
author | Matt Godbolt <matt@godbolt.org> | Thu Apr 09 13:21:05 2015 -0500 |
committer | Matt Godbolt <matt@godbolt.org> | Thu Apr 09 13:21:05 2015 -0500 |
tree | d8b52065c4d12ec53c5d6b3ad37435b2abaf2e4a | |
parent | c5857732f5c75b620a5e89a25c2577cb9541c1ed [diff] |
Revert "Revert "Add some (belated) memory watching"" This reverts commit eafe0fa644b616c7d265623b17ad69042f79b3e5. Conflicts: app.js
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!
GCC Explorer is written in node. Most of the heavy lifting is actually done on the client, which is arguably a bad decision.
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.