caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Damien Doligez <damien.doligez@inria.fr>
To: Nicolas FRANCOIS (AKA El Bofo) <nicolas.francois@free.fr>
Cc: Liste UPS-Info <ups-info@enst-bretagne.fr>,
	Liste Caml <caml-list@inria.fr>
Subject: Re: [Caml-list] Ca marche pas, et ca m'enerve
Date: Sat, 12 Jun 2004 12:24:08 +0200	[thread overview]
Message-ID: <A3C6553C-BC5A-11D8-9BC0-00039310CAE8@inria.fr> (raw)
In-Reply-To: <20040612031354.01a6603a.nicolas.francois@free.fr>

On Jun 12, 2004, at 03:13, Nicolas FRANCOIS (AKA El Bofo) wrote:

> Mes manipulations sur les listes sont-elles incorrectes ? Comment faire
> pour aider le garbage collector a se rendre compte qu'un pointeur ne 
> sera
> plus jamais utilise ?

Rien a voir avec les listes ni avec le GC.  Ta fonction run_aux (ligne 
49
de macro_machine.ml) n'est pas tail-rec parce que son appel recursif se
trouve dans un bloc try...with.  Du coup, elle doit empiler a chaque 
appel,
et elle finit par faire deborder la pile.  Tu peux essayer d'augmenter 
la
taille de la pile:

   bash$ OCAMLRUNPARAM="l=1G" ./bb

Malheureusement, j'ai l'impression que ca ne t'aidera pas car ton
programme a l'air de boucler.

-- Damien

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2004-06-12 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-12  1:13 Nicolas FRANCOIS
2004-06-12  7:54 ` Nicolas Cannasse
2004-06-12 10:24 ` Damien Doligez [this message]
2004-06-12 13:14   ` Nicolas FRANCOIS

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=A3C6553C-BC5A-11D8-9BC0-00039310CAE8@inria.fr \
    --to=damien.doligez@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=nicolas.francois@free.fr \
    --cc=ups-info@enst-bretagne.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;
as well as URLs for NNTP newsgroup(s).