v8/test
ager@chromium.org 12854e6c67 Allocate as many object-literal properties as possible inobject.
This can lead to large objects which wastes a lot of space if we normalize properties.  We therfore clear the inobject properties when normalizing properties.  This is done by adjusting the instance size in the new map and overwriting the inobject properties with a filler.
Review URL: http://codereview.chromium.org/17308

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1051 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-01-12 10:59:58 +00:00
..
cctest Added check that bails out of a repetition when the body is empty. 2009-01-08 12:40:47 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Allocate as many object-literal properties as possible inobject. 2009-01-12 10:59:58 +00:00
mozilla Two tests in the Mozilla test suite pass due to a bug in the framework (compares numbers to NaN with !=). 2008-12-03 12:44:13 +00:00