Mark function info as compiled after EnsureDeoptimizationSupport.
authoryangguo <yangguo@chromium.org>
Fri, 26 Jun 2015 13:16:57 +0000 (06:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Jun 2015 13:17:05 +0000 (13:17 +0000)
commit8c72792b6dcbc8b223347d8256ffedceef045500
tree35a75ee4b55c3d03fe3f6d7cd0a244da8f876277
parenta845d3e5522b94bb2cd1516e9c91bed19e8d2374
Mark function info as compiled after EnsureDeoptimizationSupport.

Note that prior to having canonical shared function infos, this has
been a source of duplicate shared function infos.

R=bmeurer@chromium.org
BUG=chromium:504787
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29326}
src/compiler.cc
src/compiler.h
test/mjsunit/regress/regress-crbug-504787.js [new file with mode: 0644]