Bruce, > In older versions of the generator you could disable variable > optimization for variables matching a certain pattern. Is this possible > anymore?
I'm afraid no. > I like optimizing (and obfuscating) the variables most of the > time, but occasionally I have a variable or two that needs to be > accessible in an eval() call, and used to use the "don't optimize a > pattern" capability to do this. There is a bug open (I think) for exempting the variables in eval() from optimization. If this wouldn't solve your use cases, feel free to add another bug suggesting the variable pattern approach. T. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
