Reland 2 "Keep a canonical list of shared function infos."
authoryangguo <yangguo@chromium.org>
Thu, 25 Jun 2015 12:19:55 +0000 (05:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 12:20:06 +0000 (12:20 +0000)
commit6434ec3087838e856552a012f18536c1c33b92d3
tree1080ce4144958264e060148b09bd6906b139b642
parentdaef0ec5f4ce4ad6f4739339f27cfcbf6d30d5f0
Reland 2 "Keep a canonical list of shared function infos."

BUG=v8:4132
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29291}
30 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast.cc
src/ast.h
src/bootstrapper.cc
src/codegen.h
src/compiler.cc
src/compiler.h
src/compiler/ast-graph-builder.cc
src/debug.cc
src/factory.cc
src/full-codegen.cc
src/hydrogen.cc
src/ia32/full-codegen-ia32.cc
src/liveedit.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.cc
src/objects.h
src/ppc/full-codegen-ppc.cc
src/runtime/runtime-function.cc
src/snapshot/serialize.cc
src/typing.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/cctest/test-heap.cc
test/mjsunit/regress/regress-4121.js
test/mjsunit/regress/regress-existing-shared-function-info.js [new file with mode: 0644]