CVSROOT:        /cvs/kaffe
Module name:    kaffe
Changes by:     rob     03/08/12 13:30:25

Modified files:
        .              : ChangeLog 
        kaffe/kaffevm  : verify.c 

Log message:
* kaffe/kaffevm/verify.h
* kaffe/kaffevm/verify.c
(Type.type) change to a union Type.data.
This makes many current casts unnecessary and generally improves
code readability.

(CLASS_SIGSTR) renamed TINFO_SIGSTR
(CLASS_NAMESTR) renamed TINFO_NAMESTR
(TINFO_CLASS) added

* kaffe/kaffevm/verify.c
(initVerifierTypes) Initialization of all static Type objects
moved here for readability.

(verifyMethod3b:NEWARRAY) Take advantage of itypes.h constants,
such as TYPE_Boolean, to remove hard-coded values.


_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to