Bug 216267 - [WTF] Make NeverDestroyed and LazyNeverDestroyed debugger friendly by using union instead of std::aligned_storage
Summary: [WTF] Make NeverDestroyed and LazyNeverDestroyed debugger friendly by using u...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-08 01:29 PDT by Fujii Hironori
Modified: 2020-09-09 20:19 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.56 KB, patch)
2020-09-08 01:33 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2020-09-08 01:29:57 PDT
[WTF] Make NeverDestroyed and LazyNeverDestroyed debugger friendly by using union instead of std::aligned_storage
Comment 1 Fujii Hironori 2020-09-08 01:33:07 PDT
Created attachment 408219 [details]
Patch
Comment 2 Fujii Hironori 2020-09-08 03:00:42 PDT
EWS failed. This seems a bad idea.