emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch] combined build


From: Stefan Monnier
Subject: Re: [patch] combined build
Date: Thu, 15 Nov 2007 11:59:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> This patch provides a minimal support for compiling (the most of)
>> emacs C code at once using -combine option supported by never
>> versions of GCC. Since an almost everything is compiled each time
>> when the compiler is invoked, this mode is not suitable for
>> developers. But it might be useful for package builders and other
>> peoples who just wants to do './configure && make && make install'
>> sequence. This feature also gives GCC a chance to optimize something
>> during inter-module analysis.

BTW, what kind of benefit are we looking at?
Is the resulting executable smaller?  If so by how much?
Is it faster?  If so by how much?
Is the compilation quicker?

I understand this depends on other optimization options and the machine
on which you test it, but does someone have at least some vague
measurements to get an idea if the effort is worthwhile or not?


        Stefan




reply via email to

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