emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [feature/native-comp] breakage on build


From: Andrea Corallo
Subject: Re: [feature/native-comp] breakage on build
Date: Thu, 11 Feb 2021 15:53:15 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Andrea Corallo <akrl@sdf.org>
>> Cc: phillip.lord@russet.org.uk, monnier@iro.umontreal.ca, emacs-devel@gnu.org
>> Date: Thu, 11 Feb 2021 14:51:53 +0000
>> 
>> On my system each trampoline is 45K, this translates in ~65M bloat that
>> is probably more problematic.
>
> Why is it so large? what does a trampoline include that it takes so
> much code?

Good point,

Interestingly I've disassembled one trampoline and look like we are
still outputting in the binary a number of static functions that we
define but in this case are indeed not used.

I've to look into GCC what's going on, this is indeed undesired.

  Andrea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]