Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Pierpaolo Bernardi <bernardp@cli.di.unipi.it>
To: Michael Wall <mwall@liquidmarket.com>
Cc: caml-list@inria.fr
Subject: Re: memory problems
Date: Fri, 23 Jun 2000 16:42:51 +0200 (MET DST)	[thread overview]
Message-ID: <Pine.GSO.4.00.10006231635040.2887-100000@carlotta.cli.di.unipi.it> (raw)
In-Reply-To: <395274C1.B37DCF95@liquidmarket.com>


On Thu, 22 Jun 2000, Michael Wall wrote:

>     let rec relax_neat (p, v, h, t, s, n, maxI) = 

Are you by chance using an Intel x86 processor?

If so, this is a known problem.  It depends from relax_neat having more
parameters than the x86 registers available.

If this is the problem, it is easily solvable in your case, because it is
not necessary to pass down the parameters t, s, n and maxI (you may make
them global wrt the recursive function).


Hope this helps.
  Pierpaolo



      reply	other threads:[~2000-06-26 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-22 20:19 Michael Wall
2000-06-23 14:42 ` Pierpaolo Bernardi [this message]

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=Pine.GSO.4.00.10006231635040.2887-100000@carlotta.cli.di.unipi.it \
    --to=bernardp@cli.di.unipi.it \
    --cc=caml-list@inria.fr \
    --cc=mwall@liquidmarket.com \
    /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