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

Issue 1186823003: Clean up JSConstructStub (Closed)

Created:
5 years, 6 months ago by Jakob Kummerow
Modified:
5 years, 6 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev, Michael Hablich
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Clean up JSConstructStub - fix truthfulness of comments - use InitializeFieldsWithFiller more consistently - use unsigned comparisons for pointers No change in functionality intended. Bonus: improve JavaScriptFrame::Print() for an enhanced debugging experience: - print PC of each frame - print the function's source also for optimized frames Committed: https://crrev.com/882055ff6a58f6b585575229f40f364e5f2a3ad0 Cr-Commit-Position: refs/heads/master@{#29082}

Patch Set 1 #

Patch Set 2 : improve JavaScriptFrame::Print() #

Total comments: 2

Patch Set 3 : fix nit #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -85 lines) Patch
M src/arm/builtins-arm.cc View 3 chunks +4 lines, -11 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 1 2 3 4 chunks +23 lines, -11 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +3 lines, -11 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +9 lines, -16 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 4 chunks +9 lines, -16 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +3 lines, -11 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
Jakob Kummerow
Some fallout from my last debugging session...
5 years, 6 months ago (2015-06-16 12:34:10 UTC) #2
Benedikt Meurer
LGTM with nit. https://codereview.chromium.org/1186823003/diff/20001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1186823003/diff/20001/src/frames.cc#newcode1050 src/frames.cc:1050: static void PrintFunctionSource(StringStream* accumulator, Nit: Put ...
5 years, 6 months ago (2015-06-17 03:21:39 UTC) #3
Jakob Kummerow
Thanks, CQ'ing. https://codereview.chromium.org/1186823003/diff/20001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1186823003/diff/20001/src/frames.cc#newcode1050 src/frames.cc:1050: static void PrintFunctionSource(StringStream* accumulator, On 2015/06/17 03:21:39, ...
5 years, 6 months ago (2015-06-17 11:23:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1186823003/60001
5 years, 6 months ago (2015-06-17 11:24:15 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 6 months ago (2015-06-17 11:58:23 UTC) #8
commit-bot: I haz the power
5 years, 6 months ago (2015-06-17 11:58:35 UTC) #9
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/882055ff6a58f6b585575229f40f364e5f2a3ad0
Cr-Commit-Position: refs/heads/master@{#29082}

Powered by Google App Engine
This is Rietveld 408576698