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: Eclipse vs gij/libgcj, unit-at-a-time, -O2 and -O


>>>>> "Bryce" == Bryce McKinlay <bryce@mckinlay.net.nz> writes:

Tom> I think a better approach is to register the ffi closure stubs
Tom> instead.  Those are unique per method and they'll let us get rid of
Tom> the linear search of interpreted stack frames.

Jeff> I'm not really sure what you mean by this.  It is my understanding that
Jeff> the closures are invisible to a stack trace.

Bryce> Right, I looked into this but came to the same conclusion: ffi stubs
Bryce> have no stack frame, so they can't be seen in a stack trace.

Ah, sorry.  I thought AG had had this working at one point.  I didn't
actually look into it myself.

Tom


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