This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.lang.Thread.start() doesn't work?
On Fri, 2002-04-19 at 09:16, Lars Andersen wrote:
> --enable-threads==posix (suggested in previous reply does not work - produces an error during make)
--enable-threads=posix (only one '=')
> My big application (200+ classes) which spawns lots of threads and uses xerces for xml-parsing now appear to be working perfectly.
>
> My first perception is a clear improvement in performance.
>
> I will now proceed with more testing and some sort of benchmarking.
Great! Looking forward to the results...
AG