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

Issue 1303923002: Remove new space allocation in optimizing compiler, use Symbols::FromConcat where appropriate (Closed)

Created:
5 years, 4 months ago by srdjan
Modified:
5 years, 4 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove new space allocation in optimizing compiler, use Symbols::FromConcat where appropriate BUG= R=hausner@google.com Committed: https://github.com/dart-lang/sdk/commit/428071665626f5f97e963179a6d01493cdfd3ac3

Patch Set 1 #

Patch Set 2 : Optimize Symbols::FromConcat #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -20 lines) Patch
M runtime/vm/class_finalizer.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 6 chunks +8 lines, -12 lines 2 comments Download
M runtime/vm/scanner.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/symbols.cc View 1 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 4 months ago (2015-08-20 21:35:15 UTC) #2
hausner
lgtm https://codereview.chromium.org/1303923002/diff/20001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1303923002/diff/20001/runtime/vm/parser.cc#newcode13044 runtime/vm/parser.cc:13044: String::Handle(Symbols::FromConcat(type_class_name, Symbols::Dot())); Isn't it premature to create a ...
5 years, 4 months ago (2015-08-20 21:45:46 UTC) #3
srdjan
https://codereview.chromium.org/1303923002/diff/20001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1303923002/diff/20001/runtime/vm/parser.cc#newcode13044 runtime/vm/parser.cc:13044: String::Handle(Symbols::FromConcat(type_class_name, Symbols::Dot())); On 2015/08/20 21:45:46, hausner wrote: > Isn't ...
5 years, 4 months ago (2015-08-20 22:11:18 UTC) #4
srdjan
5 years, 4 months ago (2015-08-20 22:14:05 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
428071665626f5f97e963179a6d01493cdfd3ac3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698