WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
252344
[Win] Windows port needs to fix FIXME in WTF::Config::permanentlyFreeze() in JSCConfig.cpp
https://bugs.webkit.org/show_bug.cgi?id=252344
Summary
[Win] Windows port needs to fix FIXME in WTF::Config::permanentlyFreeze() in ...
Brent Fulgham
Reported
2023-02-15 14:12:24 PST
Currently, we don’t mprotect the JSC::Config for the Windows port yet. We believe Windows has a VirtualProtect API that can be used to do this. <
rdar://55547640
> #elif OS(WINDOWS) // FIXME: Implement equivalent, maybe with VirtualProtect. // Also need to fix WebKitTestRunner. // Note: the Windows port also currently does not support a unified Config // record, which is needed for the current form of the freezing feature to // work. See comments in PlatformEnable.h for UNIFIED_AND_FREEZABLE_CONFIG_RECORD. #endif
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug