cppgc: Stack scanning support for Windows native
Assumes that (is_clang = false && is_win) => Windows native (MSVC). Cross-compile builds will use clang and not the native tools and thus not fall into this category. This CL adds x86 and x64 MASM trampolines that can be used with the native Windows toolchain (ml.exe, ml64.exe), when using is_clang = false. Bug: chromium:1056170 Change-Id: Ic37ce721a76ce027ebf45bef441b8fba4789dc9b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2137408 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#67025}
Showing
Please
register
or
sign in
to comment