Commit 9b5fe7b2 authored by Jakob Gruber's avatar Jakob Gruber Committed by Commit Bot

DCHECK_IMPLIES(FLAG_jitless, FLAG_embedded_builtins);

Bug: v8:7777
Change-Id: I0227ee37018e718014b8a8fbdba93e82a2209ae0
Reviewed-on: https://chromium-review.googlesource.com/c/1480372Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59761}
parent 0b9426ee
......@@ -3412,6 +3412,7 @@ bool Isolate::Init(StartupDeserializer* des) {
// loaded a snapshot generated by a different V8 version or build-time
// configuration.
DCHECK(IsolateIsCompatibleWithEmbeddedBlob(this));
DCHECK_IMPLIES(FLAG_jitless, FLAG_embedded_builtins);
#ifndef V8_TARGET_ARCH_ARM
// The IET for profiling should always be a full on-heap Code object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment