Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-12 Thread Giorgos Keramidas
On 2005-12-09 21:46, Dan Nelson <[EMAIL PROTECTED]> wrote: >In the last episode (Dec 10), Giorgos Keramidas said: On Thu, Dec 08, 2005 at 05:06:16PM -0800, Steve Kargl wrote: > Anyone have any insight into fixing gcc to make better > use of system memory on systems with more than 4 GB.

Re: Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-10 Thread Divacky Roman
On Fri, Dec 09, 2005 at 02:02:25PM -0600, Sergey Babkin wrote: > >From: Divacky Roman <[EMAIL PROTECTED]> > > >On Thu, Dec 08, 2005 at 05:06:16PM -0800, Steve Kargl wrote: > >> Anyone have any insight into fixing gcc to make better > >> use of system memory on systems with more than 4 GB. > >> It

Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-09 Thread Dan Nelson
In the last episode (Dec 10), Giorgos Keramidas said: > >>On Thu, Dec 08, 2005 at 05:06:16PM -0800, Steve Kargl wrote: > >>> Anyone have any insight into fixing gcc to make better > >>> use of system memory on systems with more than 4 GB. > >>> It appears that libiberty/physmem.c tries to use sysct

Re: Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-09 Thread Giorgos Keramidas
On 2005-12-09 14:02, Sergey Babkin <[EMAIL PROTECTED]> wrote: >Divacky Roman <[EMAIL PROTECTED]> wrote: >>On Thu, Dec 08, 2005 at 05:06:16PM -0800, Steve Kargl wrote: >>> Anyone have any insight into fixing gcc to make better >>> use of system memory on systems with more than 4 GB. >>> It appears t

Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-09 Thread Steve Kargl
On Thu, Dec 08, 2005 at 10:05:48PM -0600, Dan Nelson wrote: > In the last episode (Dec 08), Steve Kargl said: > > Anyone have any insight into fixing gcc to make better use of system > > memory on systems with more than 4 GB. It appears that > > libiberty/physmem.c tries to use sysctl() to determin

Re: Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-09 Thread Sergey Babkin
>From: Divacky Roman <[EMAIL PROTECTED]> >On Thu, Dec 08, 2005 at 05:06:16PM -0800, Steve Kargl wrote: >> Anyone have any insight into fixing gcc to make better >> use of system memory on systems with more than 4 GB. >> It appears that libiberty/physmem.c tries to use sysctl() >> to determine the

Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-09 Thread Divacky Roman
On Thu, Dec 08, 2005 at 05:06:16PM -0800, Steve Kargl wrote: > Anyone have any insight into fixing gcc to make better > use of system memory on systems with more than 4 GB. > It appears that libiberty/physmem.c tries to use sysctl() > to determine the amount of physical memory in a system. > > {

Re: sysctl, HW_PHYSMEM, and crippled gcc

2005-12-08 Thread Dan Nelson
In the last episode (Dec 08), Steve Kargl said: > Anyone have any insight into fixing gcc to make better use of system > memory on systems with more than 4 GB. It appears that > libiberty/physmem.c tries to use sysctl() to determine the amount of > physical memory in a system. > > { /* This work