[m-rev.] update to the documentation of rtti_implementation

Peter Ross pro at missioncriticalit.com
Thu Dec 4 20:12:10 AEDT 2003


Hi,


===================================================================


Estimated hours taken: 0.25
Branches: main

library/rtti_implementation.m:
	Document the amount of support for RTTI in this module.

Index: library/rtti_implementation.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/rtti_implementation.m,v
retrieving revision 1.49
diff -u -r1.49 rtti_implementation.m
--- library/rtti_implementation.m	2 Dec 2003 08:55:51 -0000	1.49
+++ library/rtti_implementation.m	4 Dec 2003 09:07:30 -0000
@@ -14,9 +14,12 @@
 % This is simpler writing large amounts of low-level C code, and is much
 % easier to maintain and port to new platforms.
 %
-% This module is not complete, currently only enough functionality is
-% present to implement type_info comparisons and unifications (which is enough
-% to get univ working).
+% This module is not complete, the majority of the functionality is
+% implemented, but the following still needs to be implemented
+% 	* functionality required to support construct.construct
+% 	* functionality required to support type_desc.type_ctor
+% 	* currently we recognise RTTI for higher order types, however
+% 	  we don't interpret that RTTI fully.
 %
 % The plan is to migrate most of the Mercury level data structures in
 % compiler/rtti.m here, and to interpret them, instead of relying on access


-- 
Peter Ross		
Software Engineer                                (Work)   +32 2 757 10 15
Mission Critical                                 (Mobile) +32 485 482 559
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list