Date: Tue, 19 Aug 1997 16:17:34 +0300 (IDT) From: Eli Zaretskii To: Chirayu Krishnappa cc: DJGPP Subject: Re: Function Sizes In-Reply-To: <1.5.4.16.19970819170452.3547702e@giasbga.vsnl.net.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 19 Aug 1997, Chirayu Krishnappa wrote: > >aware that you cannot be always sure that it will work. Subtle > >changes in compiler optimizations in some future release could > >rearrange functions and break this trick altogether. > > But then we need some way to lock functions in a compatible (with future > compiler versions) manner. This seems to be the only method. The only reliable way is to write the function in assembly.