On Tue, Oct 19, 2010 at 10:41:15AM +0200, Michael Schnell wrote: > Thread support _might_ be a candidate, as threadvar access could be > improved (but maybe it could be improved even without dropping the > threadlib binding). OTOH threadlib automatically provides FUTEX access > for archs that provide it.
No it could not, since this is non-portable. The current threadlib is global for all *nix, not *nix flavour-architecture specific. And unit libc has never had any part in the RTL. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
