Revert of Add SIMD 128 alignment support to Heap. (patchset #3 id:40001 of https...
authorbbudge <bbudge@chromium.org>
Tue, 2 Jun 2015 21:13:14 +0000 (14:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 2 Jun 2015 21:13:23 +0000 (21:13 +0000)
commit6a6388f07d3926587122a462a746f1a450858864
tree0a3299bb0e7c34fce15cc575408f48bf30aae36f
parent4347d56a6919ae06a70e4a4a8b2f1179cf47bc7e
Revert of Add SIMD 128 alignment support to Heap. (patchset #3 id:40001 of https://codereview.chromium.org/1159453004/)

Reason for revert:
Breaks Linux - arm64 - sim - MSAN
TBR=jochen

Original issue's description:
> Add SIMD 128 alignment support to Heap.
> Adds SIMD 128 alignment sizes and masks.
> Adds support in Heap for SIMD alignments and fills.
> Reworks cctest so that each test independently aligns its allocation address, rather than depending on the previous tests ending state. Adds test cases for SIMD.
>
> LOG=N
> BUG=v8:4124

TBR=hpayer@chromium.org,jochen@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:4124

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

Cr-Commit-Position: refs/heads/master@{#28768}
src/globals.h
src/heap/heap.cc
test/cctest/test-heap.cc