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

Issue 3405022: Unuse labels when bailing out of StubCompiler methods.... (Closed)

Created:
10 years, 3 months ago by Vladislav Kaznacheev
Modified:
9 years, 7 months ago
Reviewers:
antonm, Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Unuse labels when bailing out of StubCompiler methods. There are 3 methods where early return happen before the miss label is bound. This is harmless in Release mode, in Debug an assertion fails. Committed: http://code.google.com/p/v8/source/detail?r=5508

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -9 lines) Patch
M src/arm/stub-cache-arm.cc View 3 chunks +12 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 3 chunks +13 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vladislav Kaznacheev
10 years, 3 months ago (2010-09-22 14:32:46 UTC) #1
antonm
lgtm
10 years, 3 months ago (2010-09-22 14:36:10 UTC) #2
Vitaly Repeshko
10 years, 3 months ago (2010-09-22 14:38:13 UTC) #3
Good catch! LGTM

Powered by Google App Engine
This is Rietveld 408576698