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

Issue 9129023: adds array bounds checking (Closed)

Created:
8 years, 11 months ago by jimhug
Modified:
8 years, 11 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

adds array bounds checking also adds a --unchecked flag to optionally disable this bounds checking so that we can monitor the performance impact - currently the impact seems to be from zero to about 4x slower depending on the specific benchmark Committed: https://code.google.com/p/dart/source/detail?r=3555

Patch Set 1 #

Patch Set 2 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -58 lines) Patch
M frog/corejs.dart View 8 chunks +57 lines, -19 lines 0 comments Download
M frog/frog_options.dart View 2 chunks +13 lines, -0 lines 0 comments Download
M frog/gen.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
M frog/lib/corelib_impl.dart View 3 chunks +24 lines, -6 lines 0 comments Download
M frog/member.dart View 1 1 chunk +3 lines, -4 lines 0 comments Download
M frog/minfrog View 1 17 chunks +90 lines, -23 lines 0 comments Download
M tests/corelib/corelib.status View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jimhug
8 years, 11 months ago (2012-01-24 15:47:51 UTC) #1
Jennifer Messerly
8 years, 11 months ago (2012-01-24 19:17:20 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698