WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
134601
Rationalize the interaction between GC and the SymbolTable lock
https://bugs.webkit.org/show_bug.cgi?id=134601
Summary
Rationalize the interaction between GC and the SymbolTable lock
Filip Pizlo
Reported
2014-07-03 10:30:06 PDT
Currently we have everything we need to ensure that we don't do GC things while holding the SymbolTable lock, and yet we still use a GCSafeConcurrentJITLocker because of the few things that slipped through, like exception throwing. Also, we notifyWrite() on watchpoint sets while holding the SymbolTable lock, which seems super dangerous. We should fix this.
Attachments
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2015-03-30 11:40:11 PDT
The notifyWrite part will be taken care of by
https://bugs.webkit.org/show_bug.cgi?id=143232
.
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