8sa1-gcc/gcc/java
Bryce McKinlay 173f556ccc decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node.
2000-03-06  Bryce McKinlay  <bryce@albatross.co.nz>

	* decl.c (init_decl_processing): Added new class fields `depth',
	`ancestors', and `idt' to class_type_node. Use
	_Jv_LookupInterfaceMethodIdx for soft_lookupinterfacemthod_node.
	* class.c (make_class_data): Push initial values for new fields.
	* java-tree.h: Updated prototype for `build_invokeinterface'.
	* expr.c (build_invokeinterface): Changed parameters to accept
	`method' tree. Calculate index of `method' in its declaring
	interface. Build call to _Jv_LookupInterfaceMethodIdx.
	(expand_invoke): Call `build_invokeinterface' with new parameters.
	* parse.y (patch_invoke): Call `build_invokeinterface' with new
	parameters.

(This is Bryce McKinlay's implementation of the interfaces
 constant-time dispatch and type checking techniques designed by Per
 Bothner.)

From-SVN: r32381
2000-03-07 00:58:26 -08:00
..
boehm.c Makefile.in (JAVA_OBJS): Added boehm.o. 2000-03-04 22:27:35 +00:00
buffer.c
buffer.h buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
ChangeLog decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node. 2000-03-07 00:58:26 -08:00
check-init.c expr.c (build_class_init): Mark the decl to be ignored by check_init. 2000-02-26 05:12:27 +00:00
class.c decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node. 2000-03-07 00:58:26 -08:00
config-lang.in
constants.c c-common.c (decl_attributes): Set DECL_SIZE_UNIT. 2000-02-19 20:11:00 -05:00
convert.h buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
decl.c decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node. 2000-03-07 00:58:26 -08:00
except.c Fix copyrights 2000-02-26 13:02:01 -07:00
expr.c decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node. 2000-03-07 00:58:26 -08:00
gjavah.c gjavah.c (main): Avoid using `argi' to report unimplemented options. 2000-02-26 04:32:08 +00:00
java-except.h Fix copyrights 2000-02-26 13:02:01 -07:00
java-opcodes.h
java-tree.def [multiple changes] 2000-01-29 14:40:07 -08:00
java-tree.h decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node. 2000-03-07 00:58:26 -08:00
javaop.def
javaop.h javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to assemble doubles correctly when... 2000-02-03 18:45:45 +00:00
jcf-depend.c * jcf-depend.c (add_entry): Fix test for first list entry. 2000-02-20 04:16:42 +00:00
jcf-dump.c Fix copyrights 2000-02-26 13:02:01 -07:00
jcf-io.c Fix copyrights 2000-02-26 13:02:01 -07:00
jcf-parse.c expr.c (build_class_init): Mark the decl to be ignored by check_init. 2000-02-26 05:12:27 +00:00
jcf-path.c buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
jcf-reader.c Fix copyrights 2000-02-26 13:02:01 -07:00
jcf-write.c jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR: initialize locals to avoid warnings. 2000-02-25 18:50:37 -08:00
jcf.h Fix copyrights 2000-02-26 13:02:01 -07:00
jv-scan.c gcc.texi (Bug Reporting): Refer to bugs.html. 2000-02-18 12:26:50 +00:00
jvgenmain.c buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
jvspec.c Fix copyrights 2000-02-26 13:02:01 -07:00
keyword.gperf
keyword.h
lang-options.h Makefile.in (JAVA_OBJS): Added boehm.o. 2000-03-04 22:27:35 +00:00
lang-specs.h * lang-specs.h: Added `%(jc1)' to the jc1 spec. 1999-09-22 20:30:30 +00:00
lang.c Makefile.in (JAVA_OBJS): Added boehm.o. 2000-03-04 22:27:35 +00:00
lex.c re GNATS gcj/147 (Problem parsing comments) 2000-02-21 16:13:54 -08:00
lex.h Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H to... 2000-02-17 04:19:34 +00:00
Make-lang.in * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c. 2000-03-06 19:37:34 +00:00
Makefile.in Makefile.in (JAVA_OBJS): Added boehm.o. 2000-03-04 22:27:35 +00:00
mangle.c
parse-scan.c buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
parse-scan.y buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
parse.c expr.c (build_class_init): Mark the decl to be ignored by check_init. 2000-02-26 05:12:27 +00:00
parse.h [multiple changes] 2000-03-06 22:25:14 -08:00
parse.y decl.c (init_decl_processing): Added new class fields depth', ancestors', and `idt' to class_type_node. 2000-03-07 00:58:26 -08:00
typeck.c [multiple changes] 2000-03-06 22:25:14 -08:00
verify.c buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
xref.c buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
xref.h buffer.h: PROTO -> PARAMS. 2000-01-21 20:57:00 +00:00
zextract.c Fix copyrights 2000-02-26 13:02:01 -07:00
zipfile.h Fix copyrights 2000-02-26 13:02:01 -07:00