Optimizing nested, constant object literals (like JSON objects) by building one large...
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Mar 2009 09:38:17 +0000 (09:38 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Mar 2009 09:38:17 +0000 (09:38 +0000)
commitd46a9900ee7508d57702c97c361932aaa720cdc8
tree8059465f985df00c40b157ca95c9fb7aa62be685
parente2ccac2279737735fcadd578650699cbaaf98f77
Optimizing nested, constant object literals (like JSON objects) by building one large object template for the entire object instead of one for each sub-object.
Review URL: http://codereview.chromium.org/39184

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1432 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
src/ast.h
src/codegen-ia32.cc
src/parser.cc
src/runtime.cc
test/mjsunit/object-literal.js [new file with mode: 0644]