Re: [tcljava-dev] TJC and ITcl Methods
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-01-23 22:41:04
|
Bruce Johnson wrote: > Mo, > > Does TJC compile ITcl methods? If not, how much work would be > involved to do that? > > Bruce > > No, TJC does not compile Itcl methods. I think it would take 2 to 3 weeks of effort to compile Itcl methods. It would be possible to compile the commands inside an Itcl method, but class variables and class methods would be really tricky to cache properly. Mo DeJong |