9e55d25735
It's been enabled by default since Chrome 91. Bug: v8:6020 Change-Id: Id26b7fb0b7dffe19a88a6f0071dd59203b06415a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3957636 Reviewed-by: Deepti Gandluri <gdeepti@chromium.org> Commit-Queue: Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/main@{#83862}
10 lines
422 B
JavaScript
10 lines
422 B
JavaScript
// Copyright 2017 the V8 project authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
// Flags: --trace-wasm-memory --liftoff --no-wasm-tier-up
|
|
|
|
// Force enable sse3 and sse4-1, since that will determine which execution tier
|
|
// we use, and thus the expected output message will differ.
|
|
d8.file.execute("test/message/wasm-trace-memory.js");
|