Re: [tcljava-dev] Prototype Jacl Runtime Compiler
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2005-09-19 15:06:46
|
On Sun, Sep 18, 2005 at 10:34:58PM -0400, Bruce Johnson wrote: > I'll be posting the code shortly at my web site, but if anyone would > like it sooner just email me > and I'll send you a copy (the compressed code is only 46Kb). > It consists of 11 modified or new Java source files that can just be Bruce, this looks cool! Please send me a copy. I started a small 'performance' project, trying to cache the parsed TclParse objects per each Procedure, mapping them to the character offset in each proc body. This turned out not to have a great performance impact, only about 1.3 - 1.5 increase. There's still quite a bit of overhead in Parser.evalTokens(). Oh well, nice experiment anyway. -- Tom Poindexter tpo...@ny... http://www.nyx.net/~tpoindex/ |