v8/test
ager@chromium.org a09832ab76 Optimize loads from variables that might be shadowed by variables
introduced by eval.

In the cases where calls to eval have not introduced any variables, we
do not need to perform a runtime call.  Instead, we verify that the
context extension objects have not been created and perform a direct
load.

Not implemented for ARM yet and the scope resolution code could use
some better abstractions.  I'd like to do that in a separate
changelist.
Review URL: http://codereview.chromium.org/20419

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1298 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-18 13:04:28 +00:00
..
cctest Fix lint errors and compile erors on Linux. 2009-02-13 12:50:47 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Optimize loads from variables that might be shadowed by variables 2009-02-18 13:04:28 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00