Initialize Date parse cache with SMI instead of double to workaround sharing mutable...
authorulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Dec 2013 13:11:44 +0000 (13:11 +0000)
committerulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Dec 2013 13:11:44 +0000 (13:11 +0000)
commitcc401095fb8c48107ee9d465a93563b857c2b82c
tree27ca0ff741b5e32f7786eb8be5c4ba23aeecc07e
parent7967a195c74326378696b2092c1b8dd9ae0491cf
Initialize Date parse cache with SMI instead of double to workaround sharing mutable heap numbers in snapshot.

This is the only field in the snapshot that was tracked as double.

R=verwaest@chromium.org
TEST=mjsunit/regress/regress-280531.js
BUG=280531
LOG=Y

Review URL: https://chromiumcodereview.appspot.com/112003005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18298 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/date.js
test/mjsunit/regress/regress-280531.js [new file with mode: 0644]