WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
164653
We should make the contract of holding a lock while modifying a ByValInfo explicit in ByValInfo's API
https://bugs.webkit.org/show_bug.cgi?id=164653
Summary
We should make the contract of holding a lock while modifying a ByValInfo exp...
Saam Barati
Reported
2016-11-11 14:34:24 PST
Currently, we just load/store to raw members of the class. We should make it have some public API that take ConcurrentJITLocker as a parameter.
Attachments
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2016-11-11 14:43:05 PST
I think it is fine adding the same thing to StructureStubInfo. It seems that StructureStubInfo->tookSlowPath is also accessed from DFG, but writing it in baseline does not hold any locks.
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