This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Stack size


>>>>> "Steen" == Steen Jansdal <steen@jansdal.dk> writes:

Steen> Newbie question:
Steen> What is the stack size for each thread?
Steen> Is it possible to change the stack size on
Steen> a per-thread basis?

libgcj doesn't decide these things.  It simply makes a thread using
the appropriate OS call, and the OS decides.

Tom


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