Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Issue 43008: Make unique id to all scripts work with snapshot (Closed)

Created:
11 years, 9 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

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. Committed: http://code.google.com/p/v8/source/detail?r=1474

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -5 lines) Patch
M src/factory.cc View 1 chunk +18 lines, -3 lines 0 comments Download
M src/heap.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/heap.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/debug-setbreakpoint.js View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
Should I remove Factory::NewNumberFromUint as well? It is not used anymore.
11 years, 9 months ago (2009-03-10 10:54:36 UTC) #1
Mads Ager (chromium)
11 years, 9 months ago (2009-03-10 11:23:20 UTC) #2
LGTM

Yes, please remove the dead code as well.

Powered by Google App Engine
This is Rietveld 408576698