Skip to content

Commit

Permalink
Revert of VectorICs: Turn on vector ICs for LOAD and KEYED_LOAD cases…
Browse files Browse the repository at this point in the history
…. (patchset nwjs#1 id:1 of https://codereview.chromium.org/1070653002/)

Reason for revert:
ARM test failure, need to investigate.

Original issue's description:
> VectorICs: Turn on vector ICs for LOAD and KEYED_LOAD cases.
>
> R=verwaest@chromium.org
> BUG=
>
> Committed: https://crrev.com/2395eda3bb7aca938751938df76e01ac2b89b0a6
> Cr-Commit-Position: refs/heads/master@{#27657}

TBR=verwaest@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

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

Cr-Commit-Position: refs/heads/master@{#27664}
  • Loading branch information
ripsawridge authored and Commit bot committed Apr 8, 2015
1 parent d1bcfaf commit ab86a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ DEFINE_BOOL(track_field_types, true, "track field types")
DEFINE_IMPLICATION(track_field_types, track_fields)
DEFINE_IMPLICATION(track_field_types, track_heap_object_fields)
DEFINE_BOOL(smi_binop, true, "support smi representation in binary operations")
DEFINE_BOOL(vector_ics, true, "support vector-based ics")
DEFINE_BOOL(vector_ics, false, "support vector-based ics")

// Flags for optimization types.
DEFINE_BOOL(optimize_for_size, false,
Expand Down

0 comments on commit ab86a05

Please sign in to comment.