Re: [qooxdoo-devel] Accessor obfuscation

2007-05-31 Thread Hugh Gibson
> > > :clap: Anyone play the spoons? We could get a band together ;-D Hugh - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Ju

Re: [qooxdoo-devel] Accessor obfuscation

2007-05-31 Thread dperez
This idea is much better than mine, not only it would make the program shorter, but also faster. :clap: Hugh Gibson wrote: > >> In >> this case you get two map lookups where a simple property accessor >> was before. Anyway I think its great for commercial applications >> which want to protec

Re: [qooxdoo-devel] Accessor obfuscation

2007-05-31 Thread Fabian Jakobs
Hugh Gibson schrieb: >> In >> this case you get two map lookups where a simple property accessor >> was before. Anyway I think its great for commercial applications >> which want to protect the code. >> > > > Not forgetting the suggestion in > http://bugzilla.qooxdoo.org/show_bug.cgi?id=4

Re: [qooxdoo-devel] Accessor obfuscation

2007-05-31 Thread Hugh Gibson
> In > this case you get two map lookups where a simple property accessor > was before. Anyway I think its great for commercial applications > which want to protect the code. Not forgetting the suggestion in http://bugzilla.qooxdoo.org/show_bug.cgi?id=433 which would reduce it to one lookup

Re: [qooxdoo-devel] Accessor obfuscation

2007-05-31 Thread Fabian Jakobs
dperez schrieb: > Hi, > > Some months ago I suggested this, but you replied that it would slow down > performance, although for long identifiers, it could make the program > shorter. > > http://www.nabble.com/String-compression-%28enabled-by-default%29-tf2260415.html#a6302166 > > Maybe you have

Re: [qooxdoo-devel] Accessor obfuscation

2007-05-31 Thread dperez
Hi, Some months ago I suggested this, but you replied that it would slow down performance, although for long identifiers, it could make the program shorter. http://www.nabble.com/String-compression-%28enabled-by-default%29-tf2260415.html#a6302166 Sebastian Werner wrote: > > Hi! > > A day of

[qooxdoo-devel] Accessor obfuscation

2007-05-30 Thread Sebastian Werner
Hi! A day of small announcements :) Another nice new feature of the current trunk and this way 0.7 was just added. It is no possible to obfuscate accessors. Together with the already available string and variable optimization this dramatically reduces the possibility to understand the code. Y