GDC Explorer - an online disassembler for D
bearophile
bearophileHUGS at lycos.com
Fri Sep 21 06:21:34 PDT 2012
Andrei Alexandrescu:
> I've met Matt Goldbolt, the author of the GCC Explorer at
> http://gcc.godbolt.org - a very handy online disassembler for
> GCC.
>
> We got to talk a bit about D and he hacked together support for
> D by using gdc. Take a look at http://d.godbolt.org, I think
> it's pretty darn cool! I'm talking to him about integrating his
> work with our servers.
It's a nice idea. I'd like a way to filter the output to the
disassembly of just one (or few) functions, because otherwise the
output risks being too much large.
At my second try I have received this, I don't know why:
<No output: Error: Command failed: cat:
/tmp/gcc-explorer-compiler11285-17644-1vcygvl/output.S: No such
file or directory
core.exception.AssertError@/usr/include/d2/4.6/std/stdio.d(989):
Bug in File.readln
>
Bye,
bearophile
More information about the Digitalmars-d
mailing list