From: sgjesse@chromium.org Date: Tue, 10 Mar 2009 12:05:20 +0000 (+0000) Subject: Moved the storage of the last script id into the heap to make it part of the serializ... X-Git-Tag: upstream/4.7.83~24533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b74c5b1e39f46ce64ff1ec4395748a8113750c39;p=platform%2Fupstream%2Fv8.git Moved the storage of the last script id into the heap to make it part of the serialized data when starting V8 on a snapshot. Currently the script ids wrap when positive smi value is exhausted. Review URL: http://codereview.chromium.org/43008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1474 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/factory.cc b/src/factory.cc index a9cdd43..cf0ec43 100644 --- a/src/factory.cc +++ b/src/factory.cc @@ -153,17 +153,32 @@ Handle Factory::NewAccessorInfo() { Handle