This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] runtime/unwind: Allow to increase MAX_CFI
- From: Mark Wielaard <mark at klomp dot org>
- To: Torsten Polle <Torsten dot Polle at gmx dot de>
- Cc: systemtap at sourceware dot org
- Date: Thu, 29 Nov 2018 19:06:15 +0100
- Subject: Re: [PATCH] runtime/unwind: Allow to increase MAX_CFI
- References: <C4E12EE3-D556-4F60-B8B0-C06978ED9D0B@gmx.de>
Hi Torsten,
On Tue, Nov 27, 2018 at 10:37:08PM +0100, Torsten Polle wrote:
> As discussed this patch allows to define the limit of CFIs to a higher value in case the limit is too low.
Thanks, applied to git master.
I am still curious what program/library defines more than 512 CFI
instructions. If you could post some example of eu-readelf --debug-dump=frame
that would be interesting. I assume it must be some really big
functions that haven't been split up?
Cheers,
Mark