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

Issue 8467010: Refactor embedded pointer visitors for the serializer (Closed)

Created:
9 years, 1 month ago by kisg
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Refactor embedded pointer visitors for the serializer This patch continues the refactoring that started in r9597 and extends it with support for the serializer. This is required for MIPS support in the serializer. Committed: http://code.google.com/p/v8/source/detail?r=9971

Patch Set 1 #

Total comments: 7

Patch Set 2 : Rebased on r9943, updated based on code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -9 lines) Patch
M src/arm/assembler-arm-inl.h View 3 chunks +5 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +5 lines, -3 lines 0 comments Download
M src/mark-compact.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/serialize.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kisg
Refactoring required for MIPS support in the serializer. See issue http://codereview.chromium.org/8491008/ for the actual serializer ...
9 years, 1 month ago (2011-11-07 09:53:38 UTC) #1
Michael Starzinger
LGTM (with nits). Once comments are addressed I'll land this for you. http://codereview.chromium.org/8467010/diff/1/src/objects.cc File src/objects.cc ...
9 years, 1 month ago (2011-11-09 10:46:19 UTC) #2
Michael Starzinger
9 years, 1 month ago (2011-11-11 12:29:56 UTC) #3
Landed. Sorry for the delay, missed the second patch set. Thanks for the patch.

Powered by Google App Engine
This is Rietveld 408576698