[Bug other/24724] _Unwind_Backtrace() calls malloc
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 01:23:00 GMT 2005
------- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-08 01:23 -------
(In reply to comment #7)
> The particular malloc in question is coming from start_fde_sort() in
> unwind-dw2-fde.c. Perhaps the sorting can be done earlier i.e. before
> _Unwind_Backtrace() is called?
If you do that, the start up time is high and every time you load a shared
library it stalls and you keep around stuff which you don't need at all.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24724
More information about the Gcc-bugs
mailing list