[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-23 Thread Moses DeJong
On Mon, 23 Aug 1999, Scott Redman wrote: I do not think so. Thomas reported that Jacl scripts were getting 3-4 times slower with the 1.2 tree. A little debug info could not cause a slowdown like that. Besides, the -O flag to javac does not really do much to make Java programs faster (aside from r