Reviewers: Kasper Lund, Message: I will run layout tests with this patch.
http://codereview.chromium.org/159587/diff/1001/11 File src/heap.cc (right): http://codereview.chromium.org/159587/diff/1001/11#newcode2165 Line 2165: StringDictionary::Allocate(map->NumberOfDescribedProperties() * 2 + 4); Shouldn't we allocate a larger dictionary here? Description: Allocate global object as a normalized object. The global object is now allocated and initialized as a normalized object. Please review this at http://codereview.chromium.org/159587 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/heap.h M src/heap.cc M src/objects.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
