v8/test
2009-06-30 10:05:36 +00:00
..
cctest 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
message Reintroduce recording of source position that was lost on ia32 for 2009-06-25 12:20:15 +00:00
mjsunit Add a compare stub on ARM. 2009-06-29 13:52:13 +00:00
mozilla More debug mode tweaks to mozilla.status. 2009-06-17 14:05:00 +00:00