Generalize builtins inlining flag to allow forced inlining of any function
authordanno <danno@chromium.org>
Wed, 20 May 2015 12:48:02 +0000 (05:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 20 May 2015 12:47:43 +0000 (12:47 +0000)
commit218e101297dc21f674499731b7119e339ca157e1
treef94e2ab962deff488c47183a2db36fa60f73eca9
parent8af3c3a1034c945b1a24ee4935f63e89e07b9e05
Generalize builtins inlining flag to allow forced inlining of any function

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

Cr-Commit-Position: refs/heads/master@{#28510}
17 files changed:
src/collection.js
src/compiler.cc
src/compiler.h
src/compiler/js-inlining.cc
src/compiler/js-inlining.h
src/compiler/pipeline.cc
src/flag-definitions.h
src/hydrogen.cc
src/math.js
src/objects-inl.h
src/objects.h
src/runtime/runtime-function.cc
src/runtime/runtime.h
src/third_party/fdlibm/fdlibm.js
src/v8natives.js
test/cctest/compiler/function-tester.h
test/cctest/compiler/test-run-inlining.cc