Re: Integers on 64-bit machines

Stefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Jul 2007 23:11:34 -0400

          From comp.compilers

Related articles
[18 earlier articles]
Re: Integers on 64-bit machines gneuner2@comcast.net (George Neuner) (2007-07-09)
Re: Integers on 64-bit machines dot@dotat.at (Tony Finch) (2007-07-09)
Re: Integers on 64-bit machines marcov@stack.nl (Marco van de Voort) (2007-07-10)
Re: Integers on 64-bit machines DrDiettrich1@aol.com (Hans-Peter Diettrich) (2007-07-13)
Re: Integers on 64-bit machines cfc@shell01.TheWorld.com (Chris F Clark) (2007-07-13)
Re: Integers on 64-bit machines napi@axiomsol.com (napi) (2007-07-13)
Re: Integers on 64-bit machines monnier@iro.umontreal.ca (Stefan Monnier) (2007-07-14)
Re: Integers on 64-bit machines gneuner2@comcast.net (George Neuner) (2007-07-16)
Re: Integers on 64-bit machines DrDiettrich1@aol.com (Hans-Peter Diettrich) (2007-07-19)
Re: Integers on 64-bit machines gneuner2@comcast.net (George Neuner) (2007-07-19)
| List of all articles for this month |

From: Stefan Monnier <monnier@iro.umontreal.ca>
Newsgroups: comp.compilers
Date: Sat, 14 Jul 2007 23:11:34 -0400
Organization: Compilers Central
References: 07-07-007 07-07-021 07-07-025 07-07-030 07-07-035
Keywords: storage, design
Posted-Date: 15 Jul 2007 16:30:12 EDT

> Casting pointers to integers is an abomination.


Not really. It's pretty convenient for various tricks such as
eq-hash tables.


The real abomination is casting from integers to pointers.




                Stefan



Post a followup to this message

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