Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Inline asm in naked inline C++ functions - fat??
It seems as though DMC++ generates code for inline functions if they're __declspec(naked) and have asm blocks, even if they're not used. Is this apparent phenomenon known? Jun 13 2004
"The Dr ... who?" <thedr who.com> wrote in message news:cah4re$29sp$1 digitaldaemon.com...It seems as though DMC++ generates code for inline functions if they're __declspec(naked) and have asm blocks, even if they're not used. Is this Jun 13 2004
"Walter" <newshound digitalmars.com> wrote in message news:caj1ii$1sut$1 digitaldaemon.com..."The Dr ... who?" <thedr who.com> wrote in message news:cah4re$29sp$1 digitaldaemon.com...It seems as though DMC++ generates code for inline functions if they're __declspec(naked) and have asm blocks, even if they're not used. Is this Jun 13 2004
"Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:caj8k3$29jk$1 digitaldaemon.com..."Walter" <newshound digitalmars.com> wrote in message news:caj1ii$1sut$1 digitaldaemon.com..."The Dr ... who?" <thedr who.com> wrote in message news:cah4re$29sp$1 digitaldaemon.com...It seems as though DMC++ generates code for inline functions if Jun 14 2004
|