Visual C++ style inline asms

Andi Kleen ak@muc.de
Wed Jun 15 01:29:00 GMT 2005


Mike Stump <mrs@apple.com> writes:

> Any objections to adding Visual C++ style inline asms?

Doesn't that need support to parse assembly? (= essentially
a builtin assembler). How else would the compiler
know what registers are clobbered and where to put input/output
variables?

All compilers i've seen who supported that had builtin
assemblers. 

-Andi



More information about the Gcc mailing list