public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* gcc-3.0.2 and 2.4.14-pre1
@ 2001-10-25 23:04 J . A . Magallon
  2001-10-26  1:48 ` David Weinehall
  0 siblings, 1 reply; 4+ messages in thread
From: J . A . Magallon @ 2001-10-25 23:04 UTC (permalink / raw)
  To: Lista Linux-Kernel

Hi.

Results of building with 3.0.2
- It works
- Kernel Sizes:
	903449 Oct 26 00:38 vmlinuz-2.4.14-pre1-beo			(2.96)
	864599 Oct 26 00:25 vmlinuz-2.4.14-pre1-beo.old		(3.0.2)
- Modules Sizes:
	2750    /lib/modules/2.4.14-pre1-beo
	2758    /lib/modules/2.4.14-pre1-beo.org
	werewolf:/lib/modules# modprobe -l | wc -l
   	  71

So it looks like the code is not bigger (modules) but some data structure
in main kernel...

-- 
J.A. Magallon                           #  Let the source be with you...        
mailto:jamagallon@able.es
Mandrake Linux release 8.2 (Cooker) for i586
Linux werewolf 2.4.14-pre1-beo #3 SMP Fri Oct 26 00:27:18 CEST 2001 i686

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc-3.0.2 and 2.4.14-pre1
  2001-10-25 23:04 gcc-3.0.2 and 2.4.14-pre1 J . A . Magallon
@ 2001-10-26  1:48 ` David Weinehall
  2001-10-26  3:44   ` The Doctor What
  0 siblings, 1 reply; 4+ messages in thread
From: David Weinehall @ 2001-10-26  1:48 UTC (permalink / raw)
  To: J . A . Magallon; +Cc: Lista Linux-Kernel

On Fri, Oct 26, 2001 at 01:04:32AM +0200, J . A . Magallon wrote:
> Hi.
> 
> Results of building with 3.0.2
> - It works
> - Kernel Sizes:
> 	903449 Oct 26 00:38 vmlinuz-2.4.14-pre1-beo			(2.96)
> 	864599 Oct 26 00:25 vmlinuz-2.4.14-pre1-beo.old		(3.0.2)

Aren't these figures swapped in some way? I find it hard to believe
that 2.96 would produce the 40k bigger kernel.

> - Modules Sizes:
> 	2750    /lib/modules/2.4.14-pre1-beo
> 	2758    /lib/modules/2.4.14-pre1-beo.org
> 	werewolf:/lib/modules# modprobe -l | wc -l
>    	  71
> 
> So it looks like the code is not bigger (modules) but some data structure
> in main kernel...

Quite likely due to the 16 bytes alignment that takes place (AFAIK).


/David
  _                                                                 _
 // David Weinehall <tao@acc.umu.se> /> Northern lights wander      \\
//  Project MCA Linux hacker        //  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/    </   Full colour fire           </

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc-3.0.2 and 2.4.14-pre1
  2001-10-26  1:48 ` David Weinehall
@ 2001-10-26  3:44   ` The Doctor What
  2001-10-26  8:05     ` J . A . Magallon
  0 siblings, 1 reply; 4+ messages in thread
From: The Doctor What @ 2001-10-26  3:44 UTC (permalink / raw)
  To: Lista Linux-Kernel

* David Weinehall (tao@acc.umu.se) [011025 20:51]:
> On Fri, Oct 26, 2001 at 01:04:32AM +0200, J . A . Magallon wrote:
> > 	903449 Oct 26 00:38 vmlinuz-2.4.14-pre1-beo			(2.96)
> > 	864599 Oct 26 00:25 vmlinuz-2.4.14-pre1-beo.old		(3.0.2)
> 
> Aren't these figures swapped in some way? I find it hard to believe
> that 2.96 would produce the 40k bigger kernel.

Uhh...you misread it.  The 2.96 is the top one, which is bigger.

Ciao!

-- 
"We are such stuff as dreams are made on and our little life is rounded with
a sleep..."
	--Shakespeare, The Tempest, IV:i

The Doctor What: Second Baseman                  http://docwhat.gerf.org/
docwhat@gerf.org                                                   KF6VNC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc-3.0.2 and 2.4.14-pre1
  2001-10-26  3:44   ` The Doctor What
@ 2001-10-26  8:05     ` J . A . Magallon
  0 siblings, 0 replies; 4+ messages in thread
From: J . A . Magallon @ 2001-10-26  8:05 UTC (permalink / raw)
  To: The Doctor What; +Cc: Lista Linux-Kernel


On 20011026 The Doctor What wrote:
>* David Weinehall (tao@acc.umu.se) [011025 20:51]:
>> On Fri, Oct 26, 2001 at 01:04:32AM +0200, J . A . Magallon wrote:
>> > 	903449 Oct 26 00:38 vmlinuz-2.4.14-pre1-beo			(2.96)
>> > 	864599 Oct 26 00:25 vmlinuz-2.4.14-pre1-beo.old		(3.0.2)
>> 
>> Aren't these figures swapped in some way? I find it hard to believe
>> that 2.96 would produce the 40k bigger kernel.
>
>Uhh...you misread it.  The 2.96 is the top one, which is bigger.
>

My Fault, bigger is 3.0.2.

-- 
J.A. Magallon                           #  Let the source be with you...        
mailto:jamagallon@able.es
Mandrake Linux release 8.2 (Cooker) for i586
Linux werewolf 2.4.14-pre1-beo #3 SMP Fri Oct 26 00:27:18 CEST 2001 i686

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-26  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-25 23:04 gcc-3.0.2 and 2.4.14-pre1 J . A . Magallon
2001-10-26  1:48 ` David Weinehall
2001-10-26  3:44   ` The Doctor What
2001-10-26  8:05     ` J . A . Magallon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox