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

Issue 198163002: MIPS: Reland "Pass a Code object to Assembler::(set_)target_address_at for use by ool constant pool… (Closed)

Created:
6 years, 9 months ago by kilvadyb
Modified:
6 years, 9 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Reland "Pass a Code object to Assembler::(set_)target_address_at for use by ool constant pool." Port r19856 (0546217) Original commit message: The ool constant pool will require a pointer to the code's constant pool when updating or reading target addresses using set_target_address_at() and target_address_at(). BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -11 lines) Patch
M src/mips/assembler-mips.h View 2 chunks +22 lines, -1 line 0 comments Download
M src/mips/assembler-mips-inl.h View 8 chunks +12 lines, -10 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-12 21:10:27 UTC) #1
Paul Lind
LGTM. I'll fix the nit on landing. https://codereview.chromium.org/198163002/diff/1/src/mips/frames-mips.h File src/mips/frames-mips.h (right): https://codereview.chromium.org/198163002/diff/1/src/mips/frames-mips.h#newcode166 src/mips/frames-mips.h:166: static const ...
6 years, 9 months ago (2014-03-12 22:07:14 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-12 22:10:30 UTC) #3
Committed as r19867.

Powered by Google App Engine
This is Rietveld 408576698