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

Issue 8318002: Fix 5442338: Return true if the pc descriptor verifier skips verification because of too many des... (Closed)

Created:
9 years, 2 months ago by srdjan
Modified:
9 years, 2 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix 5442338: Return true if the pc descriptor verifier skips verification because of too many descriptors to check. Committed: https://code.google.com/p/dart/source/detail?r=466

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M runtime/vm/code_generator_ia32.cc View 2 chunks +3 lines, -6 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
9 years, 2 months ago (2011-10-17 12:16:19 UTC) #1
ngeoffray
LGTM http://codereview.chromium.org/8318002/diff/3001/runtime/vm/code_generator_ia32.cc File runtime/vm/code_generator_ia32.cc (right): http://codereview.chromium.org/8318002/diff/3001/runtime/vm/code_generator_ia32.cc#newcode364 runtime/vm/code_generator_ia32.cc:364: return true; Do you actually need the return ...
9 years, 2 months ago (2011-10-17 12:19:04 UTC) #2
srdjan
9 years, 2 months ago (2011-10-17 12:23:48 UTC) #3
http://codereview.chromium.org/8318002/diff/3001/runtime/vm/code_generator_ia...
File runtime/vm/code_generator_ia32.cc (right):

http://codereview.chromium.org/8318002/diff/3001/runtime/vm/code_generator_ia...
runtime/vm/code_generator_ia32.cc:364: return true;
On 2011/10/17 12:19:04, ngeoffray wrote:
> Do you actually need the return now that the method always returns true? Will
> you improve the method in a way that you know will return false?

Remove return, use ASSERTS as already implemented.

Powered by Google App Engine
This is Rietveld 408576698