gcc/libobjc
Mark Mitchell ae499ccea4 Move statement-tree facilities from C++ to C front-end.
* c-common.h (c_tree_index): Add CTI_VOID_ZERO.
	(void_zero_node): New macro.
	(struct stmt_tree_s): New type.
	(stmt_tree): New typedef.
	(struct language_function): New type.
	(last_tree): New macro.
	(last_expr_type): Likewise.
	(walk_tree_fn): New typedef.
	(current_stmt_tree): New function.
	(begin_stmt_tree): Likewise.
	(add_stmt): Likewise.
	(finish_stmt_tree): Likewise.
	(statement_code_p): Likewise.
	(lang_statement_code_p): New variable.
	(walk_stmt_tree): New function.
	(STMT_IS_FULL_EXPR_P): New macro.
	* c-common.c (lang_statement_code_p): New variable.
	(c_common_nodes_and_builtins): Initialize void_zero_node.
	(statement_code_p): New function.
	(walk_stmt_tree): Likewise.
	* c-decl.c (language_function): Rename to ...
	(c_language_function): ... this.  Include language_function.
	(push_c_function_context): Adjust accordingly.
	(pop_c_function_context): Likewise.
	(mark_c_function_context): Likewise.
	(current_stmt_tree): Define.
	* c-semantics.c (begin_stmt_tree): New function.
	(add_stmt): Likewise.
	(prune_unused_decls): Likewise.
	(finish_stmt_tree): Likewise.

	Move statement-tree facilities from C++ to C front-end.
	* cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
	(void_zero_node): Remove.
	(stmt_tree): Likewise.
	(scope_chain): Adjust.
	(language_function): Rename to cp_language_function.
	(cp_function_chain): Adjust.
	(current_stmt_tree): Remove.
	(last_tree): Likewise.
	(last_expr_type): Likewise.
	(struct lang_decl): Adjust.
	(STMT_IS_FULL_EXPR_P): Remove.
	(add_tree): Remove.
	(begin_stmt_tree): Likewise.
	(finish_stmt_tree): Likewise.
	(walk_tree_fn): Likewise.
	(walk_stmt_tree): Likewise.
	* class.c (finish_struct): Replace use of add_tree with add_stmt.
	* decl.c (mark_stmt_tree): Adjust type.
	(init_decl_processing): Don't build void_zero_node.
	(initialize_local_var): Adjust usage of current_stmt_tree.
	(finish_enum): Use add_stmt, not add_tree.
	(save_function_data): Adjust use of language_function.
	(finish_constructor_body): Use add_stmt, not add_tree.
	(finish_destructor_body): Likewise.
	(push_cp_function_context): Adjust use of language_function.
	(pop_cp_function_context): Likewise.
	(mark_lang_function): Likewise.
	(mark_cp_function_context): Likewise.
	* init.c (build_aggr_init): Adjust use of current_stmt_tree.
	(build_vec_init): Likewise.
	* semantics.c (SET_LAST_STMT): Remove.
	(RECHAIN_STMTS): Don't use it.
	(stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
	(current_stmt_tree): Define.
	(add_tree): Remove.
	(finish_goto_stmt): Use add_stmt, not add_tree.
	(finish_expr_stmt): Likewise.
	(begin_if_stmt): Likewise.
	(finish_then_clause): Likewise.
	(begin_while_stmt): Likewise.
	(begin_do_stmt): Likewise.
	(finish_return_stmt): Likewise.
	(begin_for_stmt): Likewise.
	(finish_break_stmt): Likewise.
	(finish_continue_stmt): Likewise.
	(begin_switch_stmt): Likewise.
	(finish_case_label): Likewise.
	(begin_try_block): Likewise.
	(begin_function_try_block): Likewise.
	(begin_handler): Likewise.
	(begin_catch_block): Likewise.
	(begin_compound_stmt): Likewise.
	(begin_asm_stmt): Likewise.
	(finish_asm_stmt): Likewise.
	(finish_label_stmt): Likewise.
	(add_decl_stmt): Likewise.
	(finish_subobject): Likewise.
	(finish_decl_cleanup): Likewise.
	(finish_named_return_value): Likewise.
	(setup_vtbl_ptr): Likewise.
	(add_scope_stmt): Likewise.
	(finish_stmt_expr): Likewise.
	(prune_unused_decls): Remove.
	(begin_stmt_tree): Likewise.
	(finish_stmt_tree): Likewise.
	(prep_stmt): Adjust use of current_stmt_tree.
	(lang_expand_stmt): Likewise.
	* tree.c (statement_code_p): Remove.
	(cp_statement_code_p): New function.
	(walk_stmt_tree): Remove.
	(init_tree): Set lang_statement_code_p.

From-SVN: r36221
2000-09-07 01:36:11 +00:00
..
objc * objc/hash.h: Include string.h. 2000-07-13 18:56:49 +00:00
ChangeLog * configure: Rebuilt with new libtool.m4. 2000-09-06 14:08:04 +00:00
Makefile.in Added libtool support for building libobjc. 2000-07-29 19:19:43 +00:00
NXConstStr.m 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
Object.m Removed the explicit prototypes for strlen and memcpy on 64-bit 2000-07-29 07:11:04 +00:00
Protocol.m 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
README
README.threads
THREADS
THREADS.MACH
aclocal.m4 aclocal.m4: Replace copy of ../libtool.m4 with sinclude(../libtool.m4). 2000-08-05 01:13:37 +00:00
archive.c Explicitly specify the char arguments to __objc_code_char and __objc_code_char as being signed. 1999-03-26 23:44:04 +00:00
class.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
config.h.in Check for <sched.h>. 2000-08-15 07:38:54 +00:00
configure * configure: Rebuilt with new libtool.m4. 2000-09-06 14:08:04 +00:00
configure.in Create a config.h file. Check for <sched.h>. 2000-08-15 07:38:04 +00:00
encoding.c Move statement-tree facilities from C++ to C front-end. 2000-09-07 01:36:11 +00:00
gc.c Makefile.in: Rewrite. 1998-09-29 20:13:15 -06:00
hash.c Makefile.in: Rewrite. 1998-09-29 20:13:15 -06:00
init.c init.c (__objc_force_linking): Make global. 1999-06-20 22:41:41 -06:00
libobjc.def 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
libobjc_entry.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
linking.m 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
makefile.dos 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
misc.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
nil_method.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
objc-features.texi * objc-features.texi (Top): Move @menu at end of node. 2000-08-14 08:06:53 -06:00
objects.c Makefile.in: Rewrite. 1998-09-29 20:13:15 -06:00
sarray.c Removed the explicit prototypes for strlen and memcpy on 64-bit 2000-07-29 07:11:04 +00:00
selector.c Makefile.in: Rewrite. 1998-09-29 20:13:15 -06:00
sendmsg.c Makefile.in: Rewrite. 1998-09-29 20:13:15 -06:00
thr-dce.c Makefile.in: Rewrite. 1998-09-29 20:13:15 -06:00
thr-decosf1.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-irix.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-mach.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-objc.c Applied H.J.Lu's patch to not require -lpthread when compiling single threaded Objective-C programs. 2000-07-20 07:27:26 +00:00
thr-os2.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-posix.c Integrated Chris Ball's <cball@fmco.com> changes to improve the Posix 2000-08-07 05:51:14 +00:00
thr-pthreads.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-single.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-solaris.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-vxworks.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr-win32.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00
thr.c 1998-09-21 Ben Elliston <bje@cygnus.com> 1998-09-21 11:22:07 +10:00

README

GNU Objective C notes
*********************

This document is to explain what has been done, and a little about how
specific features differ from other implementations.  The runtime has
been completely rewritten in gcc 2.4.  The earlier runtime had several
severe bugs and was rather incomplete.  The compiler has had several
new features added as well.

This is not documentation for Objective C, it is usable to someone
who knows Objective C from somewhere else.


Runtime API functions
=====================

The runtime is modeled after the NeXT Objective C runtime.  That is,
most functions have semantics as it is known from the NeXT.  The
names, however, have changed.  All runtime API functions have names
of lowercase letters and underscores as opposed to the
`traditional' mixed case names.  
	The runtime api functions are not documented as of now.
Someone offered to write it, and did it, but we were not allowed to
use it by his university (Very sad story).  We have started writing
the documentation over again.  This will be announced in appropriate
places when it becomes available.


Protocols
=========

Protocols are now fully supported.  The semantics is exactly as on the
NeXT.  There is a flag to specify how protocols should be typechecked
when adopted to classes.  The normal typechecker requires that all
methods in a given protocol must be implemented in the class that
adopts it -- it is not enough to inherit them.  The flag
`-Wno-protocol' causes it to allow inherited methods, while
`-Wprotocols' is the default which requires them defined.


+initialize 
===========

This method, if defined, is called before any other instance or class
methods of that particular class.  This method is not inherited, and
is thus not called as initializer for a subclass that doesn't define
it itself.  Thus, each +initialize method is called exactly once (or
never if no methods of that particular class is never called).
Besides this, it is allowed to have several +initialize methods, one
for each category.  The order in which these (multiple methods) are
called is not well defined.  I am not completely certain what the
semantics of this method is for other implementations, but this is
how it works for GNU Objective C.


Passivation/Activation/Typedstreams
===================================

This is supported in the style of NeXT TypedStream's.  Consult the
headerfile Typedstreams.h for api functions.  I (Kresten) have
rewritten it in Objective C, but this implementation is not part of
2.4, it is available from the GNU Objective C prerelease archive. 
   There is one difference worth noting concerning objects stored with
objc_write_object_reference (aka NXWriteObjectReference).  When these
are read back in, their object is not guaranteed to be available until
the `-awake' method is called in the object that requests that object.
To objc_read_object you must pass a pointer to an id, which is valid
after exit from the function calling it (like e.g. an instance
variable).  In general, you should not use objects read in until the
-awake method is called.


Acknowledgements
================

The GNU Objective C team: Geoffrey Knauth <gsk@marble.com> (manager),
Tom Wood <wood@next.com> (compiler) and Kresten Krab Thorup
<krab@iesd.auc.dk> (runtime) would like to thank a some people for
participating in the development of the present GNU Objective C.

Paul Burchard <burchard@geom.umn.edu> and Andrew McCallum
<mccallum@cs.rochester.edu> has been very helpful debugging the
runtime.   Eric Herring <herring@iesd.auc.dk> has been very helpful
cleaning up after the documentation-copyright disaster and is now
helping with the new documentation.

Steve Naroff <snaroff@next.com> and Richard Stallman
<rms@gnu.ai.mit.edu> has been very helpful with implementation details
in the compiler.


Bug Reports
===========

Please read the section `Submitting Bugreports' of the gcc manual
before you submit any bugs.