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

Issue 59823002: Reset opt count on optimized code map lookup failure. (Closed)

Created:
7 years, 1 month ago by Yang
Modified:
7 years, 1 month ago
Reviewers:
danno, Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Reset opt count on optimized code map lookup failure. R=jkummerow@chromium.org BUG=309723

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -10 lines) Patch
M src/code-stubs-hydrogen.cc View 1 2 2 chunks +18 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/factory.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/heap.cc View 1 3 chunks +2 lines, -3 lines 1 comment Download
M src/hydrogen-instructions.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
7 years, 1 month ago (2013-11-05 13:32:19 UTC) #1
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/59823002/diff/1/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/59823002/diff/1/src/code-stubs-hydrogen.cc#newcode1201 src/code-stubs-hydrogen.cc:1201: int32_t opt_count_mask = BitField has a ...
7 years, 1 month ago (2013-11-05 14:35:04 UTC) #2
Yang
On 2013/11/05 14:35:04, Jakob wrote: > LGTM with comments. > > https://codereview.chromium.org/59823002/diff/1/src/code-stubs-hydrogen.cc > File src/code-stubs-hydrogen.cc ...
7 years, 1 month ago (2013-11-05 18:31:14 UTC) #3
danno
https://codereview.chromium.org/59823002/diff/100001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/59823002/diff/100001/src/heap.cc#newcode5729 src/heap.cc:5729: contexts_disposed_ = 0; DBC: Why is this change needed? ...
7 years, 1 month ago (2013-11-06 08:15:52 UTC) #4
Jakob Kummerow
7 years, 1 month ago (2013-11-06 09:07:23 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698