Re: [PD-dev] getting the classname in an class

2007-10-31 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: This looks good. How about storing the symbols somewhere to save some symbol table lookups? ??? why not? (one could also implement the storage function in MMX (or SSE2) to save another 3 cycles :-)) not that the idea is bad or something, but i don't think

Re: [PD-dev] getting the classname in an class

2007-10-31 Thread Mathieu Bouchard
On Wed, 31 Oct 2007, Hans-Christoph Steiner wrote: This looks good. How about storing the symbols somewhere to save some symbol table lookups? t_symbol *poundx_symbol = gemsym(#X); t_symbol *obj_symbol = gemsym(obj); There is already s__X for the first one, but really, I don't think that

Re: [PD-dev] getting the classname in an class

2007-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2007, at 10:21 AM, Mathieu Bouchard wrote: On Wed, 31 Oct 2007, Hans-Christoph Steiner wrote: This looks good. How about storing the symbols somewhere to save some symbol table lookups? t_symbol *poundx_symbol = gemsym(#X); t_symbol *obj_symbol = gemsym(obj); There is

Re: [PD-dev] getting the classname in an class

2007-10-31 Thread Mathieu Bouchard
On Wed, 31 Oct 2007, Hans-Christoph Steiner wrote: Yes, this is small, but it can't hurt, it's quite simple, and I think its often makes for more readable code. I don't see any difference in readability... well, the only small one is that one has to lookup obj_symbol to make sure that it's a

[PD-dev] Komodo/ActiveState GUI Builder/specTcl

2007-10-31 Thread Hans-Christoph Steiner
Hey, Has anyone tried Komodo/ActiveState GUI Builder/specTcl? It's a program to build GUIs using Tk. ActiveState used to sell it, but now seems to have released it under a BSD license: http://wiki.tcl.tk/1414 http://wiki.tcl.tk/1958 .hc