Go to file
sgjesse@chromium.org 92bb897081 Tweaks to global object inline cache code.
Remove the check for deleted properties in the global load inline cache if the property is known to be read only.

Propegate the in loop flag for the global call inline cache.

Changed the propagation of the code flags in the call stub compiler to compute these the same way for all types of call stubs and assert that the flags for the generated code is the same as those used for the cache lookup.

Addressed a few comments from previous review in test-api.cc.
Review URL: http://codereview.chromium.org/150101

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2308 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-06-30 14:07:29 +00:00
benchmarks Changed benchmark html and css files to be almost validating HTML 4.01 and CSS. 2009-06-24 10:10:49 +00:00
include A helper function to speed up creation of V8 wrappers for DOM Nodes. 2009-06-24 11:52:52 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Tweaks to global object inline cache code. 2009-06-30 14:07:29 +00:00
test Tweaks to global object inline cache code. 2009-06-30 14:07:29 +00:00
tools Attempt to reduce performance penalty for logging and profiling 2009-06-24 13:09:34 +00:00
AUTHORS Clarify precedence of operations involving bitwise and(&) in x64/assembler. 2009-06-19 09:12:20 +00:00
ChangeLog Prepare push of version 1.2.10 to trunk. 2009-06-29 08:12:02 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Make some small Mac-specific modifications to V8 to make it work on MacOS X 10.4 2009-06-18 00:22:52 +00:00