allocating objects

Jason Baker jbaker at cs.utah.edu
Thu Jul 6 13:00:36 PDT 2000


Patrick Tullmann <tullmann at cs.utah.edu> writes:

> You should look into disassemblers for .class files.  'javap' which
> ships with kaffe doesn't have support for disassembly... though it
> would be a very educational project to add such support!  Its a
> pure-Java application, in
> kaffe/libraries/extensions/tools/javalib/kaffe/tools/javap/.  :)
> 

The KOPI compiler, which is shipped with kaffe, comes with a
disassembler.
     kaffe at.dms.dis.Main -c <file>
produces very nice looking output.

Jason


More information about the kaffe mailing list