[kaffe] Kaffe CVS: kaffe rob

Kaffe CVS cvs-commits at kaffe.org
Tue Aug 12 13:33:02 PDT 2003


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.





More information about the kaffe mailing list