WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
148271
Replace uses of StaticLock with Lock
https://bugs.webkit.org/show_bug.cgi?id=148271
Summary
Replace uses of StaticLock with Lock
Anders Carlsson
Reported
2015-08-20 17:16:43 PDT
Replace uses of StaticLock with Lock
Attachments
Patch
(21.20 KB, patch)
2015-08-20 17:17 PDT
,
Anders Carlsson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2015-08-20 17:17:39 PDT
Created
attachment 259536
[details]
Patch
Geoffrey Garen
Comment 2
2015-08-21 11:57:49 PDT
Don't we need to do something like marking Lock's constructor constexpr in order to avoid a static initializer?
Anders Carlsson
Comment 3
2015-08-21 11:59:18 PDT
(In reply to
comment #2
)
> Don't we need to do something like marking Lock's constructor constexpr in > order to avoid a static initializer?
Yup. I did that (and landed those patches) but they broke the Mavericks build due to compiler bugs. I'm going to re-land the patches once we can drop Mavericks support.
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