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

Issue 11821049: Combine DEBUG_BREAK and DEBUG_PREPARE_STEP_IN into one IC stub kind DEBUG_STUB, encoding DEBUG_BREA… (Closed)

Created:
7 years, 11 months ago by Toon Verwaest
Modified:
7 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Combine DEBUG_BREAK and DEBUG_PREPARE_STEP_IN into one IC stub kind DEBUG_STUB, encoding DEBUG_BREAK and DEBUG_PREPARE_STEP_IN as extra ic state. Committed: https://code.google.com/p/v8/source/detail?r=13352

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -52 lines) Patch
M src/builtins.h View 1 chunk +25 lines, -25 lines 0 comments Download
M src/debug.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 8 chunks +8 lines, -15 lines 0 comments Download
M src/liveedit.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/objects-inl.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
7 years, 11 months ago (2013-01-10 12:53:07 UTC) #1
Yang
LGTM with a suggestion. https://chromiumcodereview.appspot.com/11821049/diff/1/src/liveedit.cc File src/liveedit.cc (right): https://chromiumcodereview.appspot.com/11821049/diff/1/src/liveedit.cc#newcode1667 src/liveedit.cc:1667: pre_top_frame_code->extra_ic_state() == DEBUG_BREAK) { maybe ...
7 years, 11 months ago (2013-01-10 14:06:47 UTC) #2
Toon Verwaest
7 years, 11 months ago (2013-01-10 14:14:27 UTC) #3
Addressed comments.

Powered by Google App Engine
This is Rietveld 408576698