Go to file
2009-06-30 10:05:36 +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 Changed the global object representation.The global object is now always in dictionary (slow) mode with each of its properties stored in a cell object. A cell object has one field containing the actual value for the property. Inline caches for access to global properties which uses direct to the cell are now created for load, store and call to properties of the global object. When properties of the global object are deleted the cell for that property is kept with an indcation of that the property is deleted.Added counters to track the use of the global property inline caches.Added additional information on IC's in the disassembler. 2009-06-30 10:05:36 +00:00
test Changed the global object representation.The global object is now always in dictionary (slow) mode with each of its properties stored in a cell object. A cell object has one field containing the actual value for the property. Inline caches for access to global properties which uses direct to the cell are now created for load, store and call to properties of the global object. When properties of the global object are deleted the cell for that property is kept with an indcation of that the property is deleted.Added counters to track the use of the global property inline caches.Added additional information on IC's in the disassembler. 2009-06-30 10:05:36 +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