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

Issue 8503034: Add type check tracing (--trace_type_checks). Inline type checks with class types that have only ... (Closed)

Created:
9 years, 1 month ago by srdjan
Modified:
9 years, 1 month ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add type check tracing (--trace_type_checks). Inline type checks with class types that have only Dynamic type arguments (or none) and with List<Dynamic> interface. Committed: https://code.google.com/p/dart/source/detail?r=1372

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 14

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -18 lines) Patch
M runtime/lib/error.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M runtime/vm/code_generator_ia32.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/code_generator_ia32.cc View 1 2 5 chunks +46 lines, -18 lines 0 comments Download
M runtime/vm/object.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
9 years, 1 month ago (2011-11-09 00:22:38 UTC) #1
regis
Just curious, what is the speedup brought by this change? http://codereview.chromium.org/8503034/diff/4002/runtime/lib/error.cc File runtime/lib/error.cc (right): http://codereview.chromium.org/8503034/diff/4002/runtime/lib/error.cc#newcode218 ...
9 years, 1 month ago (2011-11-09 01:47:53 UTC) #2
srdjan
http://codereview.chromium.org/8503034/diff/4002/runtime/lib/error.cc File runtime/lib/error.cc (right): http://codereview.chromium.org/8503034/diff/4002/runtime/lib/error.cc#newcode218 runtime/lib/error.cc:218: if (FLAG_trace_type_checks) { On 2011/11/09 01:47:53, regis wrote: > ...
9 years, 1 month ago (2011-11-09 19:36:30 UTC) #3
regis
9 years, 1 month ago (2011-11-09 19:43:38 UTC) #4
LGTM

5% are nice to take.

Powered by Google App Engine
This is Rietveld 408576698