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 1079803002: Make HForeignCode 'isAllocation' property available to optimization (Closed)

Created:
5 years, 8 months ago by sra1
Modified:
5 years, 8 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Make HForeignCode 'isAllocation' property available to optimization The main difference seen is slightly better codegen around a few box allocations due to store-forwarding across calls because the allocation is now known to be unaliased. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=45118

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M pkg/compiler/lib/src/ssa/nodes.dart View 1 4 chunks +13 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/optimize.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
sra1
5 years, 8 months ago (2015-04-11 20:51:19 UTC) #2
floitsch
LGTM. https://chromiumcodereview.appspot.com/1079803002/diff/1/pkg/compiler/lib/src/ssa/nodes.dart File pkg/compiler/lib/src/ssa/nodes.dart (right): https://chromiumcodereview.appspot.com/1079803002/diff/1/pkg/compiler/lib/src/ssa/nodes.dart#newcode1760 pkg/compiler/lib/src/ssa/nodes.dart:1760: bool isAllocation() => nativeBehavior != null && this ...
5 years, 8 months ago (2015-04-13 07:54:57 UTC) #3
sra1
https://chromiumcodereview.appspot.com/1079803002/diff/1/pkg/compiler/lib/src/ssa/nodes.dart File pkg/compiler/lib/src/ssa/nodes.dart (right): https://chromiumcodereview.appspot.com/1079803002/diff/1/pkg/compiler/lib/src/ssa/nodes.dart#newcode1760 pkg/compiler/lib/src/ssa/nodes.dart:1760: bool isAllocation() => nativeBehavior != null && On 2015/04/13 ...
5 years, 8 months ago (2015-04-13 17:12:43 UTC) #4
sra1
5 years, 8 months ago (2015-04-13 19:29:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 45118 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698