Commit b2610249 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[wasm] Temporarily disable code logging

See referenced bug. This is currently broken and blocks the roll. The
CL cannot easily be reverted, so I disable code logging for now while
working on a fix.

R=herhut@chromium.org, sigurds@chromium.org

Bug: v8:8783
Change-Id: I222981313535cadd1ddc345bdf56dfabfc328c82
Reviewed-on: https://chromium-review.googlesource.com/c/1452437Reviewed-by: 's avatarStephan Herhut <herhut@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59349}
parent bd17b097
......@@ -1587,7 +1587,8 @@ void CompilationStateImpl::OnFinishedUnit(ExecutionTier tier, WasmCode* code) {
}
}
if (code != nullptr) engine_->LogCode(code);
// TODO(clemensh): Fix and reenable code logging (https://crbug.com/v8/8783).
// if (code != nullptr) engine_->LogCode(code);
}
void CompilationStateImpl::RestartBackgroundCompileTask() {
......
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