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

Issue 1740753002: [Interpreter] Adds translation of optimized frame to bytecode offset in FrameSummary (Closed)

Created:
4 years, 10 months ago by mythria
Modified:
4 years, 9 months ago
Reviewers:
rmcilroy
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Adds translation of optimized frame to bytecode offset in FrameSummary Adds the translation from optimized frame to bytecode offset in FrameSummary. For interpreter, the bailout id represents the bytecode array offset. So we can directly use the bailout id as the code offset in the FrameSummary. Also updates mjsunit.status with more information about failing tests. BUG=v8:4280, v8:4689 LOG=N Committed: https://crrev.com/844e410d5ce513beef2d2f635b63cc2f18d6df77 Cr-Commit-Position: refs/heads/master@{#34393}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixed comments #

Patch Set 3 : rebased the patch #

Total comments: 3

Patch Set 4 : removed tests that are working from mjsunit.status #

Patch Set 5 : Fix for a failing test on ia32. #

Patch Set 6 : Reverts to pathcset 4 and skips a failing cctest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -16 lines) Patch
M src/frames.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 1 chunk +6 lines, -11 lines 0 comments Download

Messages

Total messages: 42 (21 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/1
4 years, 10 months ago (2016-02-25 15:10:47 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/11498)
4 years, 10 months ago (2016-02-25 15:20:48 UTC) #6
mythria
PTAL. Thanks, Mythri
4 years, 10 months ago (2016-02-25 15:41:56 UTC) #10
rmcilroy
https://codereview.chromium.org/1740753002/diff/1/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1740753002/diff/1/src/frames.cc#newcode996 src/frames.cc:996: // based on the BytecodeArray and bytecode offset. Remove ...
4 years, 10 months ago (2016-02-25 16:46:02 UTC) #11
mythria
thanks, fixed comments. Thanks and Regards, Mythri https://codereview.chromium.org/1740753002/diff/1/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1740753002/diff/1/src/frames.cc#newcode996 src/frames.cc:996: // based ...
4 years, 10 months ago (2016-02-26 13:23:40 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/20001
4 years, 10 months ago (2016-02-26 13:23:49 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng/builds/2006) v8_linux_arm_rel on ...
4 years, 10 months ago (2016-02-26 13:25:02 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/40001
4 years, 10 months ago (2016-02-26 13:30:36 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng/builds/2007) v8_linux64_rel_ng_triggered on ...
4 years, 10 months ago (2016-02-26 13:43:54 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/60001
4 years, 10 months ago (2016-02-26 13:49:29 UTC) #22
rmcilroy
LGTM, but looks like you need to update the status file. https://codereview.chromium.org/1740753002/diff/40001/test/mjsunit/mjsunit.status File test/mjsunit/mjsunit.status (right): ...
4 years, 10 months ago (2016-02-26 13:49:40 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/14413)
4 years, 10 months ago (2016-02-26 14:04:34 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/80001
4 years, 9 months ago (2016-02-29 10:11:30 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-02-29 10:35:21 UTC) #29
mythria
Fixes a failing test on ia32. This is the same bug we found when during ...
4 years, 9 months ago (2016-02-29 10:49:01 UTC) #30
rmcilroy
Could you do the ia32 fix as a seperate CL please since it is unrelated ...
4 years, 9 months ago (2016-03-01 04:13:10 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/100001
4 years, 9 months ago (2016-03-01 13:01:35 UTC) #33
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-01 13:48:18 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740753002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740753002/100001
4 years, 9 months ago (2016-03-01 14:03:39 UTC) #38
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-01 14:15:15 UTC) #40
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 14:15:40 UTC) #42
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/844e410d5ce513beef2d2f635b63cc2f18d6df77
Cr-Commit-Position: refs/heads/master@{#34393}

Powered by Google App Engine
This is Rietveld 408576698