This is the mail archive of the java-patches@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: [Patch] java PR 12734


> I can send info on setting up jacks if you need it.

Are the instructions at
http://oss.software.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html
good enough?  If not, more info appreciated.

> 
> Ralph> +/* Special casing access to array.length while analysing syntax is
> Ralph> +   evil.  Especially when it means we can't cope with a type called
> Ralph> +   length.  */
> 
> At one point I tried to get rid of the special cases.  This turned out
> to be much more invasive than one might expect :-(.  Eventually I gave
> up.

I had a similar experience fixing that pr12734 - tried to write a
version of the function that did something sane, found it didn't work so
instead trimmed things out incrementally.

Ralph.


> 
> Tom
> 


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