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

Issue 1249933003: Rename assembler field/getter/setter allow_constant_pool to constant_pool_allowed (Closed)

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

Description

Rename assembler field/getter/setter allow_constant_pool to constant_pool_allowed R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/3b2a4cb33c3d2c3d39cff7e9846cbfbf538d01c9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -43 lines) Patch
M runtime/vm/assembler_arm.h View 3 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_arm64.h View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_mips.h View 3 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64.h View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
This is purely mechanical (global replace).
5 years, 5 months ago (2015-07-22 21:15:39 UTC) #2
zra
lgtm
5 years, 5 months ago (2015-07-22 21:20:40 UTC) #3
regis
Committed patchset #1 (id:1) manually as 3b2a4cb33c3d2c3d39cff7e9846cbfbf538d01c9 (presubmit successful).
5 years, 5 months ago (2015-07-22 21:51:53 UTC) #4
Florian Schneider
On 2015/07/22 21:15:39, regis wrote: > This is purely mechanical (global replace). I don't see ...
5 years, 5 months ago (2015-07-23 12:19:06 UTC) #5
regis
5 years, 5 months ago (2015-07-23 16:08:53 UTC) #6
Message was sent while issue was closed.
On 2015/07/23 12:19:06, Florian Schneider wrote:
> On 2015/07/22 21:15:39, regis wrote:
> > This is purely mechanical (global replace).
> 
> I don't see the point of this renaming - this seems purely a matter of taste.

It's more a matter of grammar than taste. To me, "allow_constant_pool()" means
"please, from now on, allow the use of the constant pool", rather than "is the
usage of the constant pool allowed?".

In a future cl, the usage of the constant pool will rely on this assembler field
rather than on an explicitly passed argument.

Powered by Google App Engine
This is Rietveld 408576698