This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: stack overflow


Godmar Back <gback@cs.utah.edu> writes:

> In April, we've had a brief discussion on this list about stack 
> overflow detection.  I noticed that it's still not implemented
> in the recent snapshot I compiled.
> 
> Has there been any design or implementation since?  I've grepped
> the mailing list archives, but couldn't find anything.

Well, check *does* have a -fstack-check option, which does
    "Emit code to check for stack overflow; also may cause large objects
     to be allocated dynamically."
Have you tried it?
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]