[Tcl Java] Re: How fast is Jacl?

1999-08-23 Thread Scott Redman
Mo, when I was looking at the Makefile.in and configure.in, I noticed that the Java compiler flags are hard-coded to "-g" for Unix (on Windows, it switches between -g and -O). Could this be part of the problem? -- Scott Moses DeJong wrote: On Fri, 20 Aug 1999, Thomas McKay wrote: You

[Tcl Java] Re: How fast is Jacl?

1999-08-20 Thread Thomas McKay
I just ran a test of Jacl 1.1a1, 1.2.3, and 1.2.4 and they all had nearly identical results (+/- 0.1 seconds). (I'll be happy to test 1.1 if I can get a pre-built version.) My only guess is that a change I made between now and the last time I tested against 1.1 (which was the version I saw the

[Tcl Java] Re: How fast is Jacl?

1999-08-17 Thread Thomas McKay
I noticed a problem when switch from 1.1a1 to the next version (which was...?) in that source'ing files was orders of magnitude slower. Now, I didn't take the time to determine if it was the file sourcing itself of calling all of the commands (which were java extensions loaded on-demand) or