comp.lang.ada
 help / color / mirror / Atom feed
From: Samuel Tardieu <sam@rfc1149.net>
Subject: Re: Strip procedure prologue and epilogue
Date: Fri, 19 Dec 2008 01:01:47 +0100
Date: 2008-12-19T01:05:03+01:00	[thread overview]
Message-ID: <87iqph9gno.fsf@willow.rfc1149.net> (raw)
In-Reply-To: 0bc2447d-ee51-4fce-8bb5-18a0822b7099@r10g2000prf.googlegroups.com

>>>>> "pini" == pini  <zepini@gmail.com> writes:

pini> I have a very specific procedure whose purpose is to be called
pini> at bootloading time and set up a stack, so there is no need for
pini> the prologue and epilogue of this procedure to exist.  Is there
pini> an ada-only way (through a pragma for instance) to strip the
pini> prologue and epilogue of this procedure ?

Probably not, as the existence of the prologue/epilogue is not
supposed to change anything for the Ada programmer.

If you're using GNAT, you may be lucky by using
"-fomit-frame-pointer" on your code.

  Sam
-- 
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/



      parent reply	other threads:[~2008-12-19  0:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-16 22:52 Strip procedure prologue and epilogue pini
2008-12-16 23:06 ` Ludovic Brenta
2008-12-17  0:01 ` Jeffrey R. Carter
2008-12-17  8:11 ` Rolf
2008-12-17  9:40   ` pini
2008-12-17  9:50     ` Ludovic Brenta
2008-12-19  0:01 ` Samuel Tardieu [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox