From: Richard J. <ri...@an...> - 2005-02-08 11:14:17
|
On Tue, Feb 08, 2005 at 11:06:09AM +0100, Nicolas Cannasse wrote: > I slightly modified indentation and style of your dump method, I think the > result ( a matching with where clauses ) is more readable than if-blocks and > might produce equivalent code with ocamlopt. Are we no longer using sourceforge CVS? http://cvs.sourceforge.net/viewcvs.py/ocaml-lib/extlib-dev/ Latest change I can see is from 3 weeks ago ... Anyway, I wanted to check that the modification didn't change the semantics of the original if-clause. In particular, note that the different tags are *not* discontiguous! For instance, object_tag = 248 (IIRC) and no_scan_tag is 251, so objects and a few other things overlap with constructed values ... Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology - http://merjis.com Team Notepad - intranets and extranets for business - http://team-notepad.com |