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

Issue 46583006: Refactored EXTERNAL_REFERENCE handling. (Closed)

Created:
7 years, 1 month ago by Sven Panne
Modified:
7 years, 1 month ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Refactored EXTERNAL_REFERENCE handling. Previously, the result of target_reference_address() could only be read, writing to it would have had an architecture-dependent effect, e.g. writing into the code on ia32, a no-op on arm, etc. This refactoring-only CL turns this into a simple getter, making it impossible to use incorrectly. More to come... R=bmeurer@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17467

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -18 lines) Patch
M src/arm/assembler-arm-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/objects.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/serialize.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
7 years, 1 month ago (2013-10-29 13:33:08 UTC) #1
Benedikt Meurer
LGTM
7 years, 1 month ago (2013-10-29 13:34:19 UTC) #2
Sven Panne
7 years, 1 month ago (2013-11-05 09:22:45 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17467.

Powered by Google App Engine
This is Rietveld 408576698