LGTM if we have good test coverage that will verify the cases when caching is
valid and invalid.

also different interesting cases:

var a = 10;
eval("a");
with ({a:11}) { eval("a"); }

and similiar.


http://codereview.chromium.org/10238006/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to