public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PING: [PATCH] release the sorted FDE array when deregistering a frame [PR109685]
@ 2023-05-12 15:19 Thomas Neumann
  2023-05-19 17:26 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Neumann @ 2023-05-12 15:19 UTC (permalink / raw)
  To: gcc-patches

Summary: The old linear scan logic called free while searching the list 
of frames. The atomic fast path finds the frame quickly, but forgot the 
free call. This patches adds the missing free. Bugzilla #109685.

See:
https://gcc.gnu.org/pipermail/gcc-patches/2023-May/617245.html

Best

Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-19 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12 15:19 PING: [PATCH] release the sorted FDE array when deregistering a frame [PR109685] Thomas Neumann
2023-05-19 17:26 ` Jeff Law
2023-05-19 18:50   ` [PATCH v2] " Thomas Neumann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).