This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using gcj as a JIT Compiler


On Fri, 3 Jan 2003, Marcus G. Daniels wrote:
> >- perform text/data relocations without the need for PIC
> >- read debug sections and provide file/line# info in tracebacks
> >
> >A library like libelf might be a good starting point.
> >
> >
> ..or libbfd.

It may not be feasible to use libbfd directly since it is GPL-licensed.
You may not want to anyway.  See Ulrich Drepper's comments on ELF &
binutils (http://people.redhat.com/drepper/, scroll down to elfutils).

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]