Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
flags and 64bit
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
flak7
n00b
n00b


Joined: 17 Sep 2005
Posts: 44
Location: Poland

PostPosted: Fri Mar 10, 2006 10:54 pm    Post subject: flags and 64bit Reply with quote

Hello everyone
I was searching for 64 bit Linux for my U5. I found Debian & Gentoo. Unfortunately Debian is 64 bit kernel and 32 bit user space, so I got Gentoo (stage 3). I am not a "true" Gentoo user - I just need Tux on SPARC. Please tell me will those flags support full 64 bit mode:

CFLAGS="-Os -mcpu=ultrasparc -fomit-frame-pointer -s -pipe"
CHOST="sparc-unknown-linux-gnu"
CXXFLAGS="-Os -mcpu=ultrasparc -fomit-frame-pointer -s -pipe"

I do not want any heavy tweaking. I need only a stable (quite fast :) 64 bit desktop for may home network.

BTW: I use gcc 3.3.5 + vanilla kernel 2.4.31 if it makes any difference.
_________________
IA32 - Slackware
SPARC64 - Gentoo
Back to top
View user's profile Send private message
corsair
Retired Dev
Retired Dev


Joined: 06 Oct 2003
Posts: 451
Location: Aachen, Germany

PostPosted: Sat Mar 11, 2006 7:48 am    Post subject: Reply with quote

Gentoo/SPARC64 runs also using a 64 bit kernel and 32 bit userland by default. There *is* a profile which is 64 bit userland by default, but it is not supported in any way and there do *not* exist any stages (as far as I searched on the mirror). The profile name is default-linux/sparc/sparc64-multilib/dev/64bit-default. You could be one of the braves, who try it out, but don't expect any great speedups, unless you are doing some crazy scientific stuff. Actualy 64 bit userland is slower in many cases.

I suggest you to stick with a 64 bit kernel and 32 bit userland.
Back to top
View user's profile Send private message
Syntaxis
Guru
Guru


Joined: 28 Apr 2002
Posts: 511
Location: London, UK

PostPosted: Sat Mar 11, 2006 9:56 am    Post subject: Re: flags and 64bit Reply with quote

flak7 wrote:
Unfortunately Debian is 64 bit kernel and 32 bit user space

No, it isn't.

Debian AMD64 port page wrote:
A complete 64bit userland

The AMD64 port is thoroughly 64bit, allowing the user to benefit from all advantages this architecture has compared to i386:

* no memory segmentation in low and high memory
* up to 512GiB virtual address space per process (instead of 2GiB)
* 1TiB physical memory support instead of 4GiB (or 64GiB with the PAE extension)
* 16 general purpose registers in the CPU instead of 8
* gcc defaults to SSE2 math instead of 387 FPU
* gcc omits frame-pointers by default at -O2
* compilation time optimization uses a common base for AMD64/EM64T instead of legacy i386 cruft
* memory pages are not executable by default

Native execution of legacy 32bit binaries is supported by the kernel, and core libraries are provided by the ia32-libs package.

_________________
The Debian User Forums - help them grow!
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Sat Mar 11, 2006 10:02 am    Post subject: Re: flags and 64bit Reply with quote

Syntaxis wrote:
flak7 wrote:
Unfortunately Debian is 64 bit kernel and 32 bit user space

No, it isn't.

They are talking about sparc, not amd64. So they are correct about debian for the sparc having a 32 bit user space.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
Syntaxis
Guru
Guru


Joined: 28 Apr 2002
Posts: 511
Location: London, UK

PostPosted: Sat Mar 11, 2006 10:28 am    Post subject: Reply with quote

mark_alec wrote:
They are talking about sparc, not amd64.

Lol, good point. :oops: Durrr....

/me needs sleep
_________________
The Debian User Forums - help them grow!
Back to top
View user's profile Send private message
flak7
n00b
n00b


Joined: 17 Sep 2005
Posts: 44
Location: Poland

PostPosted: Sat Mar 11, 2006 1:06 pm    Post subject: Reply with quote

Can't get it.

Linux supports full 64bit on AMD64 and the system can be even 20% faster.
Linux full 64bit on SPARC(64) and the system gets slower?!
So why Solaris 7< are full 64bit (on SPARC)?

Are there any plans of getting full 64bit SPARC support to Gentoo? Stable and official I mean.

As I understand the flags I stated will get me 32bit user land, but I builded with those flags my vanilla kernel.
How to ensure that the kernel will be 64bit?
_________________
IA32 - Slackware
SPARC64 - Gentoo
Back to top
View user's profile Send private message
GenTimJS
Guru
Guru


Joined: 03 May 2003
Posts: 406
Location: NH, USA

PostPosted: Sat Mar 11, 2006 2:33 pm    Post subject: Reply with quote

When talking 64bit sparc and 64bit amd64 you need to remember a key point:

They are totally different.

That being said, consider that with amd64 when you run in 64bit mode you gain advantages over running 32bit mode on the same chip ... double memory registers and such ... Nothing simmilar happens on sparc, and due to the nature of memory handling on sparc many applications will consume considerably more system RAM running in naitive 64bit mode than naitive 32bit mode.... for most circumstances, a 32bit userland on a linux sparc system will be faster.
_________________
-Tim Smith
Back to top
View user's profile Send private message
blu3bird
Retired Dev
Retired Dev


Joined: 04 Oct 2003
Posts: 614
Location: Munich, Germany

PostPosted: Sat Mar 11, 2006 4:30 pm    Post subject: Reply with quote

flak7 wrote:
So why Solaris 7< are full 64bit (on SPARC)?

Solaris 10 does not come with a fully 64bit userland

Most progs, which have no need for 64bit, are 32bit, like /usr/bin/bash
Other progs, like oracle, are indeed 64bit

I don't have Solaris installed so I can't say for sure...if I'm wrong please correct me :)

flak7 wrote:
As I understand the flags I stated will get me 32bit user land, but I builded with those flags my vanilla kernel.
How to ensure that the kernel will be 64bit?

If the kernel boots, it is 64bit. different from amd64 a 32bit kernel will not boot on sparc64
_________________
Black Holes are created when God divides by zero!
Back to top
View user's profile Send private message
gust4voz
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 373
Location: Buenos Aires, Argentina

PostPosted: Sat Mar 11, 2006 9:39 pm    Post subject: Reply with quote

Adding to GenTimJS comment (which is right) when you run 64-bit binaries you get extra padding/alignment - that makes for bigger binaries, which of course occupy more ram and need more ram bandwdith. Memory pointers are also doubled in size. Nice tradeoff huh?
Granted, 64-bit binaries are useful in some cases, like a single big process requiring access to more than 4GB of ram. That's the reason usually databases are the preferred candidates for that.
On SPARC64 you can access the extra registers and opcodes (including VIS) while still running 32-bit binaries, so you really don't get any benefit.
_________________
Gustavo Zacarias
Gentoo/SPARC monkey
Back to top
View user's profile Send private message
flak7
n00b
n00b


Joined: 17 Sep 2005
Posts: 44
Location: Poland

PostPosted: Sun Mar 12, 2006 12:49 am    Post subject: Reply with quote

O.K. I get it. Well as Debian Sarge is the last Debian on SPARC and I do not know any other mature/supported distributions on SPARC I will stick to Gentoo. I am a bit disappointed about SPARC, but at lest I have useful 64 bit kernel I think.

BTW: Seems that Sun lies.
_________________
IA32 - Slackware
SPARC64 - Gentoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum