Generate Function without Prologue and Epilogue
Xin Tong
xerox.time.tech@gmail.com
Wed Sep 5 05:36:00 GMT 2012
any reason why naked functions are not support for x86 ?
Xin
On Tue, Sep 4, 2012 at 1:52 PM, Ian Lance Taylor <iant@google.com> wrote:
> On Tue, Sep 4, 2012 at 12:15 PM, Xin Tong <xerox.time.tech@gmail.com> wrote:
>> This is gcc x86_64 linux
>>
>> Xin
>>
>>
>> On Tue, Sep 4, 2012 at 11:59 AM, Xin Tong <xerox.time.tech@gmail.com> wrote:
>>> Is there a way to force gcc to generate a function without prologue
>>> and epilogue ? can i enable it with pragmas ?
>
> No, for x86_64 GCC does not support any way to disable prologue or
> epilogue generation
>
> Ian
More information about the Gcc-help
mailing list