diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Patch for /trunk/closure/goog/debug/debug.js #468

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Added option on deepExpose to hide closure library's signature 
('closure_uid_*') and applied two optimization techniques for faster execution: 
Variable shortcut on goog global object 
(http://jsperf.com/global-vs-local-symbol-refs) and String concatenation 
instead of array join (http://jsperf.com/join-concat)

Original issue reported on code.google.com by Thanpolas on 13 May 2012 at 10:12

Attachments:

GoogleCodeExporter commented 8 years ago
this is debug code, so clarity matters before speed. we don't want to 
complicate the api with another flag.  in any case, we can't take a patch 
without a CLA -- see contributor wiki page.

Original comment by nn...@google.com on 15 May 2012 at 10:30