caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Is it really a non issue?
@ 2002-01-11 21:57 malc
  2002-01-11 15:42 ` Xavier Leroy
  2002-01-11 19:51 ` Luc Maranget
  0 siblings, 2 replies; 4+ messages in thread
From: malc @ 2002-01-11 21:57 UTC (permalink / raw)
  To: caml-list


I noticed that my bug report was silently moved to 'not a bug'
section. Despite report's subject 'Not a bug, but...' i do think its
atleast an issue. Consider this:

file a.ml:
let a = 1

file a.mli:
val a : int \
val a : int  |
...........  | n times 
val a : int  |
val a : int /


After compilation/linking we will get huge .cmi and binary with data
section (n-1)*4(on 32bit architectures) bytes bigger that it should have
been. Current ocamlopt.opt is 12 bytes bigger due to redundant declartions
in bytecomp/lambda.mli(is_guarded,patch_guarded) and
utils/clflags.ml(dump_scheduling), not a big deal but still anoying.

-- 
mailto:malc@pulsesoft.com

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-12  5:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-11 21:57 [Caml-list] Is it really a non issue? malc
2002-01-11 15:42 ` Xavier Leroy
2002-01-11 19:51 ` Luc Maranget
2002-01-12  5:31   ` Jeremy Fincher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).