Re: anyone interested in decompilation

Chris Dollin <chris.dollin@hp.com>
12 Aug 2006 13:07:45 -0400

          From comp.compilers

Related articles
Re: anyone interested in decompilation dcorbit@connx.com (2006-08-03)
Re: anyone interested in decompilation emailamit@gmail.com (Amit Gupta) (2006-08-04)
Re: anyone interested in decompilation martin@gkc.org.uk (Martin Ward) (2006-08-04)
Re: anyone interested in decompilation gah@ugcs.caltech.edu (glen herrmannsfeldt) (2006-08-08)
Re: anyone interested in decompilation Juergen.Kahrs@vr-web.de (Juergen Kahrs) (2006-08-10)
Re: anyone interested in decompilation kym@ukato.freeshell.org (russell kym horsell) (2006-08-11)
Re: anyone interested in decompilation chris.dollin@hp.com (Chris Dollin) (2006-08-12)
Re: anyone interested in decompilation Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-08-13)
Re: anyone interested in decompilation gah@ugcs.caltech.edu (glen herrmannsfeldt) (2006-08-14)
Re: anyone interested in decompilation DrDiettrich1@aol.com (Hans-Peter Diettrich) (2006-08-14)
Re: anyone interested in decompilation chris.dollin@hp.com (Chris Dollin) (2006-08-14)
Re: anyone interested in decompilation barry.j.kelly@gmail.com (Barry Kelly) (2006-08-15)
Re: anyone interested in decompilation gah@ugcs.caltech.edu (glen herrmannsfeldt) (2006-08-15)
[1 later articles]
| List of all articles for this month |

From: Chris Dollin <chris.dollin@hp.com>
Newsgroups: comp.compilers
Date: 12 Aug 2006 13:07:45 -0400
Organization: HP labs, Bristol
References: <1154507032.629515.108580@m79g2000cwm.googlegroups.com> 06-08-017 06-08-037 06-08-047
Keywords: disassemble
Posted-Date: 12 Aug 2006 13:07:45 EDT

Juergen Kahrs wrote:


> JVM is also different in that it doesnt know the concept
> of a pointer.


This is a pet hate of mine: the JVM /does/ "know the concept of a
pointer". You can hardly move in the JVM without using pointers, since
they're the only way of handling arrays or instances of class types.


What the JVM lacks is a notion of /pointer arithmetic/.


[It's handy to use `reference` to mean `pointer without
  arithmetic opportunities`, but then C++ uses it for
  something else, not unrelated, again ...]


--
Chris "don't start me on the Razor" Dollin
Meaning precedes definition.


Post a followup to this message

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