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

Issue 207012: Don't convert jump and call targets to code object pointers when (de)serializ... (Closed)

Created:
11 years, 3 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Don't convert jump and call targets to code object pointers when (de)serializing. Committed: http://code.google.com/p/v8/source/detail?r=2932

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -13 lines) Patch
M src/serialize.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/serialize.cc View 1 2 6 chunks +30 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
This is tested on all platforms, with snapshots on and off, and is ready for ...
11 years, 3 months ago (2009-09-17 12:32:15 UTC) #1
Erik Corry
11 years, 3 months ago (2009-09-18 10:36:36 UTC) #2
I think it's silly to define an empty function in a .cc file when it could just
go in the .h file, but given that this is just a step towards where we want to
go it LGTM.

Powered by Google App Engine
This is Rietveld 408576698