From: Matej Kosik <5764c029b688c1c0d24a2e97cd764f@gmail.com>
To: caml-list@inria.fr
Subject: [Caml-list] ocaml{c,opt} choked
Date: Sat, 25 Jan 2014 18:39:41 +0000 [thread overview]
Message-ID: <52E404ED.80302@gmail.com> (raw)
Hi,
I am using ocaml 4.01.0.
I have noticed the following strange behavior:
When I try to compile this fragment:
(irrelevant parts of the original program were removed)
let a b = b []
let c _ _ d = d []
let _ = a c "" c "" c "" c "" c "" c "" c "" c "" c "" c "" c ""
c "" c "" c "" c "" c "" c "" c "" c "" c "" c "" c ""
it takes 11 seconds to complete.
This fragment.
let a b = b []
let c _ _ d = d []
let _ = a c "" c "" c "" c "" c "" c "" c "" c "" c "" c "" c ""
c "" c "" c "" c "" c "" c "" c "" c "" c "" c "" c ""
c ""
compiles in 22 seconds.
This fragment:
let a b = b []
let c _ _ d = d []
let _ = a c "" c "" c "" c "" c "" c "" c "" c "" c "" c "" c ""
c "" c "" c "" c "" c "" c "" c "" c "" c "" c "" c ""
c "" c ""
compiles in 44 seconds.
I would like to ask: is this is a known phenomenon?
-------------------------------------------------------------------
The context:
I have started to apply the advice given here:
https://sympa.inria.fr/sympa/arc/caml-list/2013-11/msg00207.html
That way I've got terms with which ocaml{c,opt} struggles.
next reply other threads:[~2014-01-25 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-25 18:39 Matej Kosik [this message]
2014-01-25 20:10 ` Nicolas Braud-Santoni
2014-01-25 20:59 ` Simon Cruanes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52E404ED.80302@gmail.com \
--to=5764c029b688c1c0d24a2e97cd764f@gmail.com \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox