Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e84e4a71a3cb0bd2b976957db0a4b01e8de449e
https://github.com/WebKit/WebKit/commit/5e84e4a71a3cb0bd2b976957db0a4b01e8de449e
Author: Dan Hecht <[email protected]>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Log Message:
-----------
[JSC] OMGIRGenerator: Use range based for loops
https://bugs.webkit.org/show_bug.cgi?id=304444
rdar://166825621
Reviewed by Keith Miller.
When we don't need to index a parallel structure or need the index
for other reasons, let's use range based for loop for readability.
Canonical link: https://commits.webkit.org/304715@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications