caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Julien Moutinho <julien.moutinho@gmail.com>
To: Eric Merritt <cyberlync@gmail.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] getting the system architecture
Date: Fri, 3 Aug 2007 21:14:58 +0200	[thread overview]
Message-ID: <20070803191458.GA27116@jiyu.gnu> (raw)
In-Reply-To: <f69c840c0708030954o5654a1ddk6628bb67a1463f5b@mail.gmail.com>

On Fri, Aug 03, 2007 at 09:54:17AM -0700, Eric Merritt wrote:
>  It actually helps a lot. I wasn't quite  expect you to do it all for
> me. Thanks, this saved me a bunch of time in doing it myself and
> figuring out the ffi which I haven't used before. I owe you one.

Just be careful to protect Ocaml values with CAMLparam*
and to declare them with CAMLlocal* if you care about your sleep;
'cause the ``due to garbage collection'' bug may be hard to find
or reproduce.

A few pointers, if you haven't them already:
http://caml.inria.fr/pub/docs/oreilly-book/html/index.html#chap-interop
http://caml.inria.fr/pub/ml-archives/caml-list/2007/01/a169d698ad11a6017c87f2d98db860e6.en.html


      parent reply	other threads:[~2007-08-03 19:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-02 23:09 Eric Merritt
2007-08-03 15:18 ` [Caml-list] " Julien Moutinho
     [not found]   ` <f69c840c0708030954o5654a1ddk6628bb67a1463f5b@mail.gmail.com>
2007-08-03 19:14     ` Julien Moutinho [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=20070803191458.GA27116@jiyu.gnu \
    --to=julien.moutinho@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=cyberlync@gmail.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;
as well as URLs for NNTP newsgroup(s).