This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Interpreter / GFFI



Kresten wrote:
> Here is an example, of how to build a stub, which is perhaps the most
> interesting feature for now.  First, we build a data structure to
> represent the prototype of the function we want:

Yes - this is exactly the kind of thing required for efficient
invocation of interpreted code in a compiled environment.  The
ClassLoader would create vtables on the fly and populate them with
pointers to dynamically created stubs.

It sounds like GFFI does more than just stub creation.  Is there any
overlap between GFFI and libffi? http://sourceware.cygnus.com/libffi

Is GFFI available anywhere?

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

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