publishing


Subject: publishing
From: Craig Chambers (chambers@cs.washington.edu)
Date: Wed Dec 20 2000 - 13:04:24 PST


I'm publishing.

*) I made NullNode and NullValueNode be template objects instead of
concrete objects. You now have to invoke new_null[_value]_node() to
get a hold of such a node; you can't reference them directly. This is
needed now that Null[Value]Nodes can be present in IR graphs. (Maybe
we should use EndPoint[Value]Node instead of Null nodes for the nodes
that can be at the end of incoming & outgoing edges to a graph. Then
Null[Value]Nodes can go back to being concrete things that aren't
ever included in a graph.)

*) I added a bunch of dummy type and signature declarations to
whirlwind-patches.cecil, and stopped including compiler-inc.cecil, so
that, finally, one can run fulltypecheck on whirlwind and get no type
errors! Of course, the right long-term solution is to remove all the
Vortex-based files from whirlwind, and remove all the dummy
declarations. But we're slowly getting there.

*) I shuffled the file-info and utilities files around, to remove the
nearly unnecessary compiler-common directory.



This archive was generated by hypermail 2b25 : Wed Dec 20 2000 - 13:04:30 PST