public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Paul Koning <paul_koning@dell.com>
To: Matt Thomas <jabbathespud@gmail.com>
Cc: David Daney <ddaney@caviumnetworks.com>, GCC <gcc@gcc.gnu.org>,
	binutils <binutils@sourceware.org>,
	Prasun Kapoor <prasun.kapoor@caviumnetworks.com>
Subject: Re: RFC: A new MIPS64 ABI
Date: Tue, 15 Feb 2011 01:57:00 -0000	[thread overview]
Message-ID: <139B199E-0408-4F99-878C-D7063D607497@dell.com> (raw)
In-Reply-To: <B54F2940-13D7-4B64-AD1B-C81CC37BA857@3am-software.com>


On Feb 14, 2011, at 7:15 PM, Matt Thomas wrote:

> 
> On Feb 14, 2011, at 12:29 PM, David Daney wrote:
> 
>> Background:
>> 
>> Current MIPS 32-bit ABIs (both o32 and n32) are restricted to 2GB of
>> user virtual memory space.  This is due the way MIPS32 memory space is
>> segmented.  Only the range from 0..2^31-1 is available.  Pointer
>> values are always sign extended.
>> 
>> Because there are not already enough MIPS ABIs, I present the ...
>> 
>> Proposal: A new ABI to support 4GB of address space with 32-bit
>> pointers....
> 
> I have to wonder if it's worth the effort.  The primary problem I see
> is that this new ABI requires a 64bit kernel since faults through the
> upper 2G will go through the XTLB miss exception vector.  

It seems a very large amount of work for a very small benefit.

> 
>> At a low level here is how it would work:
>> 
>> 1) Load a pointer to a register from memory:
>> 
>> n32:
>> 	LW $reg, offset($reg)
>> 
>> n32-big:
>> 	LWU $reg, offset($reg)
> 
> 
> That might be sufficient for userland, but the kernel will need
> to do similar things (even if a 64bit kernel) when accessing 
> structures supplied by 32-bit syscalls.  

Right, which creates amazing opportunities for bugs.
> 
> It seems to be workable but if you need the additional address space
> why not use N64?

It seems that this proposal would benefit programs that need more than 2 GB but less than 4 GB, and for some reason really don't want 64 bit pointers.

This seems like a microscopically small market segment.  I can't see any sense in such an effort.

	paul

  reply	other threads:[~2011-02-15  1:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-14 20:29 David Daney
2011-02-15  0:15 ` Matt Thomas
2011-02-15  1:57   ` Paul Koning [this message]
2011-02-15  2:15     ` Joe Buck
2011-02-15  2:16       ` Paul Koning
2011-02-15  2:26       ` David Daney
2011-02-15  2:35         ` Matt Thomas
2011-02-15  2:43           ` David Daney
2011-02-15 17:33       ` Joseph S. Myers
2011-02-15 18:15         ` David Daney
2011-02-15  2:22   ` David Daney
2011-02-15  2:33     ` Matt Thomas
2011-02-15  2:50       ` David Daney
2011-02-15  3:02         ` Matt Thomas
2011-02-15 17:41           ` David Daney
2011-02-15 17:48             ` Paul Koning
2011-02-15 17:56 ` Alexandre Oliva
2011-02-15 18:08   ` David Daney
2011-05-06  8:31     ` Alexandre Oliva
2011-05-06 17:00       ` David Daney
2011-02-18  1:02 ` David Daney
     [not found] <4D5990A4.2050308__41923.1521235362$1297715435$gmane$org@caviumnetworks.com>
2011-02-21 19:45 ` Richard Sandiford
2011-05-09 14:27   ` Ralf Baechle
2011-05-09 17:47     ` David Daney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=139B199E-0408-4F99-878C-D7063D607497@dell.com \
    --to=paul_koning@dell.com \
    --cc=binutils@sourceware.org \
    --cc=ddaney@caviumnetworks.com \
    --cc=gcc@gcc.gnu.org \
    --cc=jabbathespud@gmail.com \
    --cc=prasun.kapoor@caviumnetworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).