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

Issue 2951473002: Remove enum RelocInfo::CODE_TARGET_WITH_ID. (Closed)

Created:
3 years, 6 months ago by mvstanton
Modified:
3 years, 6 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Remove enum RelocInfo::CODE_TARGET_WITH_ID. RelocInfo no longer needs CODE_TARGET_WITH_ID thanks to the removal of Crankshaft. BUG=v8:6408 R=mstarzinger@chromium.org Review-Url: https://codereview.chromium.org/2951473002 Cr-Commit-Position: refs/heads/master@{#46047} Committed: https://chromium.googlesource.com/v8/v8/+/b2b38f00c05d6a6c2e2339af1eff0a1527c734f2

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix compile error. #

Patch Set 3 : REBASE. #

Patch Set 4 : Review update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -125 lines) Patch
M src/arm64/assembler-arm64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/assembler.h View 1 2 3 8 chunks +5 lines, -12 lines 0 comments Download
M src/assembler.cc View 1 2 3 14 chunks +11 lines, -82 lines 0 comments Download
M src/disassembler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/utils.h View 1 chunk +0 lines, -21 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 23 (17 generated)
mvstanton
Hi Michael, Here is a follow on. Removes TypeFeedbackId (as an aside), but mainly tightens ...
3 years, 6 months ago (2017-06-19 15:08:39 UTC) #3
Michael Starzinger
https://codereview.chromium.org/2951473002/diff/1/src/assembler.h File src/assembler.h (right): https://codereview.chromium.org/2951473002/diff/1/src/assembler.h#newcode644 src/assembler.h:644: static const int kDataMask = (1 << EMBEDDED_OBJECT) | ...
3 years, 6 months ago (2017-06-20 10:42:07 UTC) #14
mvstanton
Hi Michael, Thanks for the comments, updated... --Michael https://codereview.chromium.org/2951473002/diff/1/src/assembler.h File src/assembler.h (right): https://codereview.chromium.org/2951473002/diff/1/src/assembler.h#newcode644 src/assembler.h:644: static ...
3 years, 6 months ago (2017-06-20 12:57:33 UTC) #15
Michael Starzinger
LGTM. Thanks!
3 years, 6 months ago (2017-06-20 13:00:25 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2951473002/60001
3 years, 6 months ago (2017-06-20 13:19:34 UTC) #20
commit-bot: I haz the power
3 years, 6 months ago (2017-06-20 13:30:25 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/b2b38f00c05d6a6c2e2339af1eff0a1527c...

Powered by Google App Engine
This is Rietveld 408576698