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

Issue 2742713003: [debugger] correctly annotate scripts with debug id. (Closed)

Created:
3 years, 9 months ago by Yang
Modified:
3 years, 9 months ago
Reviewers:
jgruber
CC:
v8-reviews_googlegroups.com, Yang
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] correctly annotate scripts with debug id. Previously, we would incorrectly not assign any debug id to scripts deserialized from the code cache. R=jgruber@chromium.org BUG=v8:6072 Review-Url: https://codereview.chromium.org/2742713003 Cr-Commit-Position: refs/heads/master@{#43740} Committed: https://chromium.googlesource.com/v8/v8/+/07ee0b175cdf8048ad23b8f58ad24df3d8426b4b

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M src/compiler.cc View 1 3 chunks +7 lines, -10 lines 0 comments Download
M src/debug/debug.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M test/debugger/debug/debug-step.js View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
Yang
3 years, 9 months ago (2017-03-09 13:44:31 UTC) #1
jgruber
lgtm https://codereview.chromium.org/2742713003/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2742713003/diff/1/src/compiler.cc#newcode1510 src/compiler.cc:1510: if (eval_result.has_shared()) { Nit: Maybe we could merge ...
3 years, 9 months ago (2017-03-10 08:29:34 UTC) #6
Yang
https://codereview.chromium.org/2742713003/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2742713003/diff/1/src/compiler.cc#newcode1510 src/compiler.cc:1510: if (eval_result.has_shared()) { On 2017/03/10 08:29:34, jgruber wrote: > ...
3 years, 9 months ago (2017-03-13 08:46:27 UTC) #7
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/2742713003/20001
3 years, 9 months ago (2017-03-13 08:46:37 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-13 09:13:52 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/07ee0b175cdf8048ad23b8f58ad24df3d84...

Powered by Google App Engine
This is Rietveld 408576698