------- Comment #2 from an at atrn dot org  2008-04-23 21:25 -------
Created an attachment (id=15522)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15522&action=view)
Patch to protect against concurrent modifications to frame cache

Simple fix that applies coarse-grained locking around the frame cache.  If
unwinding performance is a concern either a finer-grain locking strategy or
even a lock-free structure should be used.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36030

Reply via email to