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

Issue 10878037: - GET_NATIVE_ARGUMENT uses the isolate which is passed in to allocate the handle. (Closed)

Created:
8 years, 4 months ago by Ivan Posva
Modified:
8 years, 4 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- GET_NATIVE_ARGUMENT uses the isolate which is passed in to allocate the handle. - Avoid frequent calls to Isolate::Current(). - Avoid handle allocation in a loop for StringBase.createFromCodepoints. - Avoid copying in StringBase._interpolate. Committed: https://code.google.com/p/dart/source/detail?r=11279

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -25 lines) Patch
M runtime/lib/string.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M runtime/lib/string.dart View 1 chunk +3 lines, -15 lines 0 comments Download
M runtime/vm/native_entry.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/raw_object.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Ivan Posva
8 years, 4 months ago (2012-08-24 00:12:31 UTC) #1
siva
8 years, 4 months ago (2012-08-24 00:21:16 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698