Rolled back eager hash calculation during flattening. Introduced
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Oct 2008 13:04:56 +0000 (13:04 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Oct 2008 13:04:56 +0000 (13:04 +0000)
commit097d35065a8552e701056ae7a92d7034e2b6e748
tree082c40bba89bb80ff69dab41d32f02c70ed76c24
parent6a76d3c448a4133574a25286e73e505e199e12ac
Rolled back eager hash calculation during flattening.  Introduced
eager flattening of really short strings and lookup of one-character
strings in the one-character symbol cache.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@462 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc
src/objects.cc
src/objects.h
src/runtime.cc