jilc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jilc-dev] OOPS, it's broken....


From: Gopal.V
Subject: [Jilc-dev] OOPS, it's broken....
Date: Tue, 26 Feb 2002 22:14:19 +0530
User-agent: Mutt/1.2.5i

Hi Guys,
        Sorry to disappoint you all, but my program really needs a 
redesign.. While debugging the program, I happened to notice some
might peculiar things in my code.

        * sipush is marked as I while it has a 2 byte parameter.
        * the signed/unsigned problems for jump offsets etc...

        I suggest we go back to the drawing board for jopcodes.c 
and jopcodes.h and start over.
ie
        
        IS1 -> 1 byte signed
        IU2 -> 2 byte unsigned etc...
        
        LABEL_U2 -> 2 byte label
        LABEL_U4 -> 4 byte label
        
        METHOD_U2 -> 2 byte method 


        This mistake obviously from yours truly will be fixed in the
next few days (before saturday I promise). Only functions to be 
affected will be print_byte_code and get_jump_points; So please
keep up with the IL stuff.

        Also jparser.* needs some work to get nested class support,
which I had ignored in the first place.

Gopal.V
-- 
 The difference between insanity and genius is only measured by success
 //===<=>===\\
|| GNU RULEZ ||
 \\===<=>===//



reply via email to

[Prev in Thread] Current Thread [Next in Thread]