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

Issue 1258503003: Debugger: correctly recompile toplevel eval functions for debugging. (Closed)

Created:
5 years, 4 months ago by Yang
Modified:
5 years, 4 months ago
Reviewers:
mvstanton
CC:
v8-dev, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Debugger: correctly recompile toplevel eval functions for debugging. R=mvstanton@chromium.org Committed: https://crrev.com/3069c43813252faedeb6cd2832f102cb83c70218 Cr-Commit-Position: refs/heads/master@{#29871}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -31 lines) Patch
M src/compiler.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 8 chunks +73 lines, -21 lines 0 comments Download
M src/debug.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (4 generated)
Yang
5 years, 4 months ago (2015-07-27 10:12:20 UTC) #1
Yang
https://codereview.chromium.org/1258503003/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1258503003/diff/1/src/compiler.cc#newcode1229 src/compiler.cc:1229: isolate->debug()->OnAfterCompile(script); Moving OnAfterCompile is necessary so that we have ...
5 years, 4 months ago (2015-07-27 10:16:49 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1258503003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1258503003/1
5 years, 4 months ago (2015-07-27 10:17:03 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-27 10:43:08 UTC) #6
mvstanton
one nit, LGTM. https://codereview.chromium.org/1258503003/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1258503003/diff/1/src/compiler.cc#newcode1229 src/compiler.cc:1229: isolate->debug()->OnAfterCompile(script); On 2015/07/27 10:16:49, Yang wrote: ...
5 years, 4 months ago (2015-07-27 12:42:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1258503003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1258503003/20001
5 years, 4 months ago (2015-07-27 12:50:22 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 4 months ago (2015-07-27 13:15:13 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/3069c43813252faedeb6cd2832f102cb83c70218 Cr-Commit-Position: refs/heads/master@{#29871}
5 years, 4 months ago (2015-07-27 13:15:34 UTC) #12
Michael Achenbach
5 years, 4 months ago (2015-07-27 20:36:47 UTC) #13
Message was sent while issue was closed.
On 2015/07/27 13:15:34, commit-bot: I haz the power wrote:
> Patchset 2 (id:??) landed as
> https://crrev.com/3069c43813252faedeb6cd2832f102cb83c70218
> Cr-Commit-Position: refs/heads/master@{#29871}

This has the same problem as the last CL:
http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim...

After the revert of the last CL, the bot greenified. With landing this, the test
times out again.

Powered by Google App Engine
This is Rietveld 408576698