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

Issue 10874038: Make StringBase._substringUnchecked a native function. (Closed)

Created:
8 years, 4 months ago by turnidge
Modified:
8 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make StringBase._substringUnchecked a native function. This avoids making a throw-away list on every substring operation. Fixed the underscore on the function name while I was at it. Committed: https://code.google.com/p/dart/source/detail?r=11262

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -12 lines) Patch
M runtime/lib/regexp_patch.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/string.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/lib/string.dart View 2 chunks +4 lines, -10 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
turnidge
8 years, 4 months ago (2012-08-23 21:22:43 UTC) #1
Ivan Posva
8 years, 4 months ago (2012-08-23 21:34:06 UTC) #2

Powered by Google App Engine
This is Rietveld 408576698