Searched hist:108753 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/
H A DMakefilediff 108753 Mon Jan 06 00:56:23 MST 2003 marcel Port libc_r to ia64. We need to do things slightly different
because we have 2 stacks per thread: the regular downward
memory stack and the irregular upward register stack. This
implementation lets both stacks grow toward each other. An
alternative scheme is to have them grow away from each other.
The alternate scheme has the advantage that both stack grow
toward guard pages. Since libc_r is virtually dead and we
really want the *context stuff for thread switching, we don't
try to be perfect, just functional.

Completed in 60 milliseconds