Statically bind global variable references where possible (bug 561923, r=brendan).
commitbe73fd0ce733a52f6a6fd7a971597ddf36570638
authorDavid Anderson <danderson@mozilla.com>
Mon, 24 May 2010 00:15:16 +0000 (23 17:15 -0700)
committerDavid Anderson <danderson@mozilla.com>
Mon, 24 May 2010 00:15:16 +0000 (23 17:15 -0700)
treee9bd392bd21000bb6c0ef7ebad732e5eecc5344a
parentb71c3cbaa7d384d23f8b8ea1a491b477ba137fa6
Statically bind global variable references where possible (bug 561923, r=brendan).
14 files changed:
js/src/jsemit.cpp
js/src/jsemit.h
js/src/jsfun.cpp
js/src/jsobj.cpp
js/src/jsopcode.cpp
js/src/jsopcode.h
js/src/jsopcode.tbl
js/src/jsops.cpp
js/src/jsparse.cpp
js/src/jsparse.h
js/src/jsscript.cpp
js/src/jsscript.h
js/src/jstracer.cpp
js/src/trace-test/tests/basic/globalOptimize-1.js [new file with mode: 0644]