[m-dev.] for review: --high-level-data

Fergus Henderson fjh at cs.mu.OZ.AU
Wed May 31 16:15:04 AEST 2000


On 31-May-2000, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Make a start towards implementing the `--high-level-data' option.

That change don't seem to have caused any damage
(i.e. the compiler still bootstraps in grade hlc.gc),
so I've gone ahead and committed it.

One thing I forgot was to update the documentation in
compiler_design.html.  The diff below fixes that.

----------

Estimated hours taken: 0.1

compiler/notes/compiler_design.html:
	Mention the new ml_type_gen.m module.

Workspace: /home/pgrad/fjh/ws/hg
Index: compiler/notes/compiler_design.html
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/notes/compiler_design.html,v
retrieving revision 1.47
diff -u -d -r1.47 compiler_design.html
--- compiler/notes/compiler_design.html	2000/05/22 20:31:05	1.47
+++ compiler/notes/compiler_design.html	2000/05/31 05:57:54
@@ -912,6 +912,7 @@
 <h4> 4b. MLDS code generation </h4>
 <ul>
 <li> ml_code_gen.m converts HLDS code to MLDS.
+<li> ml_type_gen.m converts HLDS types to MLDS.
 <li> type_ctor_info.m and base_typeclass_info.m generate
      the RTTI data structures defined in rtti.m and pseudo_type_info.m
      (those four modules are shared with the LLDS back-end)
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list