This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos 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: POSIX threads early startup C++ exceptions


> 512 bytes? I didn't realize. That is a bit on the high end, yes. Not
> entirely intentional on my part so I would have to examine where that
> happened.

The POSIX standard says that a minimum of 128 per-thread variables
must be supported and each one takes 4 bytes.

However, since this is eCos, you can reduce the number of variables,
but by default, it is 128.

     Andrew


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