This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #16159] Do not backtrace recursively.


OndÅej BÃlka <neleai <at> seznam.cz> writes:

> --- a/ports/sysdeps/m68k/backtrace.c
> +++ b/ports/sysdeps/m68k/backtrace.c

> +  static __thread int recursed = 0;

m68k has a huge penalty for TLS (at least one syscall).

Just saying,
//mirabilos


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]