[turbofan] Rename --context-specialization to --function-context-specialization.
authorbmeurer <bmeurer@chromium.org>
Fri, 25 Sep 2015 11:33:28 +0000 (04:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 25 Sep 2015 11:33:38 +0000 (11:33 +0000)
commit175edfb4701a63f3e4470363bd8b5d47f91488dc
tree0c18cfdeb57c7d7b77b363bb07c8ee915d7d70e9
parent6ec34c7cb3fc8f9d8fdde7e3e673da15b7ce7912
[turbofan] Rename --context-specialization to --function-context-specialization.

This name makes it clear that the flag (also the variant in the Compiler)
is talking about specializing to the function context instead of i.e. the
native context.

R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/1372513003

Cr-Commit-Position: refs/heads/master@{#30934}
src/compiler.cc
src/compiler.h
src/compiler/pipeline.cc
src/flag-definitions.h
test/cctest/compiler/function-tester.h
test/cctest/compiler/test-run-inlining.cc
test/cctest/compiler/test-run-properties.cc
test/cctest/test-serialize.cc
test/mjsunit/regress/regress-4374.js
test/mjsunit/regress/regress-osr-context.js