Skip to content

Commit 6786024

Browse files
authored
Avoid thread-unsafe host integration call in terminate(). (#271)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 579de9b commit 6786024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/v8/v8.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@ void V8::terminate() {
668668
while (isolate->IsExecutionTerminating()) {
669669
std::this_thread::yield();
670670
}
671-
integration()->trace("[host->vm] Terminated");
672671
}
673672

674673
std::string V8::getFailMessage(std::string_view function_name, wasm::own<wasm::Trap> trap) {

0 commit comments

Comments
 (0)