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: direct threaded interpreter


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

>> If nobody much cares about the memory use, then
>> I'll just check it in.  We can always add the configure-time option
>> later on if it is needed.

Anthony> Is making this a configure time option a lot of work?  

I dug into it a bit and it turned out to be pretty easy.  It does make
the interpreter a bit uglier; there are some #ifdefs littered about.
It isn't too bad, though; mostly it is obvious (to me anyway) why
things are the way they are.

I'll probably check it in this weekend, after I do some more testing.

I think the current test suite doesn't test the interpreter at all :-(

Tom


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