From: Richard Jones <rich@annexia.org>
To: Kim Nguyen <nguyen@bk.ru>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Accuracy of Gc.stat ()
Date: Sat, 22 Nov 2003 11:49:08 +0000 [thread overview]
Message-ID: <20031122114908.GA11593@redhat.com> (raw)
In-Reply-To: <20031122114350.GA11531@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]
On Sat, Nov 22, 2003 at 11:43:50AM +0000, rich wrote:
> On Sat, Nov 22, 2003 at 01:20:54AM +0100, Kim Nguyen wrote:
> > external is_bytecode : unit -> bool = "is_bytecode_bytecode" "is_bytecode_native"
>
> Neat trick. This _ought_ to work, but it doesn't for some reason:
>
> let arg = (true, false)
> external is_bytecode : bool * bool -> bool = "%field0" "%field1"
>
> let () =
> if is_bytecode arg then
> print_endline "Bytecode!"
> else
> print_endline "Native!"
>
> Perhaps someone can explain why ...
OK, closer inspection of the manual[*] reveals why this doesn't work.
Surely OCaml should flag the above code as a bug, because there are
fewer than the magical 6 arguments?
Rich.
[*] http://caml.inria.fr/ocaml/htmlman/manual032.html
--
Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj
Merjis Ltd. http://www.merjis.com/ - improving website return on investment
'There is a joke about American engineers and French engineers. The
American team brings a prototype to the French team. The French team's
response is: "Well, it works fine in practice; but how will it hold up
in theory?"'
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-11-22 11:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-19 17:52 Daniel Bünzli
2003-11-21 16:46 ` Damien Doligez
2003-11-22 0:20 ` Kim Nguyen
2003-11-22 11:43 ` Richard Jones
2003-11-22 11:49 ` Richard Jones [this message]
2003-11-22 14:20 ` Self-detection of native code execution (Was Re: [Caml-list] Accuracy of Gc.stat ()) Daniel Bünzli
2003-11-22 14:28 ` Richard Jones
2003-11-22 14:28 ` [Caml-list] Accuracy of Gc.stat () Kim Nguyen
2003-11-22 14:31 ` Richard Jones
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=20031122114908.GA11593@redhat.com \
--to=rich@annexia.org \
--cc=caml-list@inria.fr \
--cc=nguyen@bk.ru \
/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