Commit 84d6864a authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[wasm] Reenable code logging

Code logging was fixed in https://crrev.com/c/1454598. Reenable it.

R=mstarzinger@chromium.org
CC=herhut@chromium.org

Bug: v8:8783
Change-Id: I50773d4b42ce52e8d078e47a797ab517771c2756
Reviewed-on: https://chromium-review.googlesource.com/c/1454601
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59394}
parent 3f2b5017
......@@ -1568,8 +1568,7 @@ void CompilationStateImpl::OnFinishedUnit(ExecutionTier tier, WasmCode* code) {
}
}
// TODO(clemensh): Fix and reenable code logging (https://crbug.com/v8/8783).
// if (code != nullptr) native_module_->engine()->LogCode(code);
if (code != nullptr) native_module_->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