Re: New assembly language instructions to support OO languages?

Glen Herrmannsfeldt <gah@ugcs.caltech.edu>
Tue, 09 Dec 2008 12:40:47 -0700

          From comp.compilers

Related articles
[26 earlier articles]
Re: New assembly language instructions to support OO languages? gah@ugcs.caltech.edu (Glen Herrmannsfeldt) (2008-12-08)
Re: New assembly language instructions to support OO languages? bowes.brad@gmail.com (Brad) (2008-12-08)
Re: New assembly language instructions to support OO languages? cfc@shell01.TheWorld.com (Chris F Clark) (2008-12-08)
Re: New assembly language instructions to support OO languages? gneuner2@comcast.net (George Neuner) (2008-12-09)
Re: New assembly language instructions to support OO languages? jasen@xnet.co.nz (Jasen Betts) (2008-12-09)
Re: New assembly language instructions to support OO languages? efeustel@hughes.net (Edward Feustel) (2008-12-09)
Re: New assembly language instructions to support OO languages? gah@ugcs.caltech.edu (Glen Herrmannsfeldt) (2008-12-09)
RE: New assembly language instructions to support OO languages? terdina@comcast.net (Daniele&Anna) (2008-12-10)
Re: New assembly language instructions to support OO languages? kamalpr@hp.com (kamal) (2008-12-10)
Re: New assembly language instructions to support OO languages? jasen@xnet.co.nz (Jasen Betts) (2008-12-11)
Re: New assembly language instructions to support OO languages? first@last.name (Morten Reistad) (2008-12-12)
Re: New assembly language instructions to support OO languages? torbenm@pc-003.diku.dk (2008-12-12)
Re: New assembly language instructions to support OO languages? johnzabroski@gmail.com (John \Z-Bo\Zabroski) (2008-12-13)
[3 later articles]
| List of all articles for this month |

From: Glen Herrmannsfeldt <gah@ugcs.caltech.edu>
Newsgroups: comp.compilers,comp.arch
Followup-To: comp.arch
Date: Tue, 09 Dec 2008 12:40:47 -0700
Organization: Aioe.org NNTP Server
References: 08-12-014 08-12-048
Keywords: architecture, OOP
Posted-Date: 10 Dec 2008 16:51:31 EST

Torben Fgidius Mogensen wrote:
(snip)


> Having a fast hash instruction might help: It would take two numbers
> as arguments and produce a single number that is a hash of the pair.
> It would not need to be cryptographically strong, just good enough for
> hash tables.


One of my favorite non-cryptographic hash functions is CRC32, which
might be useful to do fast for other reasons.


Then again, VAX has a CRC instruction, already.


-- glen



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.