Re: [tcljava-dev] Tcl Java Compiler
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-01-17 05:27:32
|
On Fri, 13 Jan 2006 16:34:17 -0800 Martti Tienhaara <ma...@da...> wrote: > > > Today's Topics: > > > > 1. A new Tcl to Java compiler for Xmas (Mo DeJong) > > > > This is a great addition for the Jacl world. However I found that it > doesn't provide any improvement when executing a large number of small > procedures. Perhaps the documentation that I just added in the docs/TJC subdirectory will help to explain how to use the TJC compiler. My own testing has shown that most TJC compiled code executes 2 to 3 times faster while some code could execute up to 10 times faster. It really depends on the Tcl code you are compiling. I hope that helps Mo DeJong |