v8/test/unittests/interpreter
mythria b401217675 Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (patchset #6 id:100001 of https://codereview.chromium.org/2153433002/ )
Reason for revert:
This cl causes a large regression in octane (https://chromeperf.appspot.com/group_report?bug_id=629503). I have to investigate the reason before I can reland this.

Original issue's description:
> [Interpreter] Collect type feedback for 'new' in the bytecode handler
>
> Collect type feedback in the bytecode handler for 'new' bytecode. The
> current implementation does not collect allocation site feedback.
>
> BUG=v8:4280, v8:4780
> LOG=N
>
> Committed: https://crrev.com/1eadc76419b323fb2e55ae9953142f801704aa59
> Cr-Commit-Position: refs/heads/master@{#37862}

TBR=rmcilroy@chromium.org,bmeurer@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:4280, v8:4780

Review-Url: https://codereview.chromium.org/2165633003
Cr-Commit-Position: refs/heads/master@{#37872}
2016-07-19 14:17:28 +00:00
..
bytecode-array-builder-unittest.cc Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (patchset #6 id:100001 of https://codereview.chromium.org/2153433002/ ) 2016-07-19 14:17:28 +00:00
bytecode-array-iterator-unittest.cc [interpreter] Introduce binary op bytecodes for Smi operand. 2016-07-05 13:46:11 +00:00
bytecode-array-writer-unittest.cc Do not record source positions for non-script or native script compiles. 2016-07-08 08:49:45 +00:00
bytecode-dead-code-optimizer-unittest.cc [Interpreter] Add a simple dead-code elimination bytecode optimizer. 2016-06-21 15:29:24 +00:00
bytecode-decoder-unittest.cc Reland "[interpreter] Reduce dependencies in bytecodes.{h,cc}" 2016-07-15 12:04:22 +00:00
bytecode-peephole-optimizer-unittest.cc Reland "[interpeter] Move to table based peephole optimizer." 2016-07-19 11:56:33 +00:00
bytecode-pipeline-unittest.cc [ic] Don't pass receiver and name to LoadGlobalIC. 2016-06-27 08:44:53 +00:00
bytecode-register-allocator-unittest.cc [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
bytecode-register-optimizer-unittest.cc [interpreter] Minor clean-up of BytecodeSourceInfo. 2016-06-21 11:12:31 +00:00
bytecode-utils.h [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecodes-unittest.cc Reland "[interpreter] Reduce dependencies in bytecodes.{h,cc}" 2016-07-15 12:04:22 +00:00
constant-array-builder-unittest.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
interpreter-assembler-unittest.cc Reland: [Interpreter] Map runtime id's to intrinsic id's in InvokeIntrinsic bytecode. 2016-06-21 14:39:52 +00:00
interpreter-assembler-unittest.h [interpreter] Add accumulator use description to bytecodes. 2016-04-06 07:57:56 +00:00