chiark
/
gitweb
/
~mdw
/
dep-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
6cfd419
)
dep.js, dep-ui.js: Remove `with (MOD) { ... }' wrappers from modules.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 27 Jun 2014 15:35:16 +0000
(16:35 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 27 Jun 2014 15:35:16 +0000
(16:35 +0100)
Using `with' is apparently an excellent way of inhibiting optimization
in V8 (and probably other implementations).
No differences found