Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8a415fbb88ac857658d8513a7a56f97c9facb75
https://github.com/WebKit/WebKit/commit/c8a415fbb88ac857658d8513a7a56f97c9facb75
Author: Shu-yu Guo <[email protected]>
Date: 2026-01-20 (Tue, 20 Jan 2026)
Changed paths:
A JSTests/stress/dfg-validate-clobberize-store8.js
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
M Source/JavaScriptCore/runtime/VM.h
Log Message:
-----------
[JSC] Store 1 byte instead of 4 in didEnterVM for validateDFGClobberize
https://bugs.webkit.org/show_bug.cgi?id=305771
rdar://168448595
Reviewed by Mark Lam.
When generating code for --validateDFGClobberize, write only 1 byte instead of
4 into vm.didEnterVM, as storing 4 bytes would overwrite neighboring bools.
Test: JSTests/stress/dfg-validate-clobberize-store8.js
Canonical link: https://commits.webkit.org/305909@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications