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

Issue 23638003: Improve performance of exception handling: quicker (and correcter) determination if the exception c… (Closed)

Created:
7 years, 3 months ago by srdjan
Modified:
7 years, 3 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve performance of exception handling: quicker (and correcter) determination if the exception class extends class Error. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=26888

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M runtime/vm/exceptions.cc View 1 1 chunk +12 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Ivan Posva
LGTM -ip https://codereview.chromium.org/23638003/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/23638003/diff/1/runtime/vm/exceptions.cc#newcode382 runtime/vm/exceptions.cc:382: Class& test_class = Class::Handle(isolate, instance.clazz()); // Comments ...
7 years, 3 months ago (2013-08-29 19:35:19 UTC) #1
srdjan
https://codereview.chromium.org/23638003/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/23638003/diff/1/runtime/vm/exceptions.cc#newcode382 runtime/vm/exceptions.cc:382: Class& test_class = Class::Handle(isolate, instance.clazz()); On 2013/08/29 19:35:19, Ivan ...
7 years, 3 months ago (2013-08-29 19:37:29 UTC) #2
srdjan
7 years, 3 months ago (2013-08-29 19:38:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r26888 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698