https://bugzilla.wikimedia.org/show_bug.cgi?id=15402
--- Comment #13 from SharkD <[email protected]> 2008-12-26 07:23:46 UTC --- > It mixes things that are probably useful with way too > much stuff that's ugly (converting if to ternary operator, > adding temp variables to avoid array accesses) Not sure what you're talking about here. There are no instances of if statements being changed to ternary form. In fact there are only three types of optimizations being made: storing frequently used objects and object properties in variables, using literal definitions to intialize objects and sorting the regular expressions in order of likelihood. > and unlikely to help anything. Also not sure what you're talking about here. The use of variables to store common objects accounts for the bulk of the difference in performance. -Mike -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
