| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#include "src/base/logging.h"Do we need this additional #include ?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#include "src/base/logging.h"Do we need this additional #include ?
yes, the header file was included for UNREACHABLE() macro used in line #20.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Removed Auto-Submit+1 by Gyuyoung Kim <gyuy...@igalia.com>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[wasm-interpreter] Fix build failure in WasmStackEntryWrapperCache::CompileWrapper()
https://crrev.com/c/7210774 introduced the stack wrapper cache and
implemented CompileWrapper() using
compiler::CompileWasmStackEntryWrapper(). However,
CompileWasmStackEntryWrapper() is only built when Turbofan is enabled,
which results in a linking error when building in wasm interpreter mode.
This CL resolves the issue by wrapping the function body with the
V8_ENABLE_TURBOFAN guard.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |