caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Jake Donham" <jake@donham.org>
To: "Raj Bandyopadhyay" <rajb@rice.edu>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Q: Profiling ocaml using gprof
Date: Mon, 14 Jul 2008 21:09:01 -0700	[thread overview]
Message-ID: <c7e4e9f0807142109q212f2f11o779156fab31a7a93@mail.gmail.com> (raw)
In-Reply-To: <CD0FE529-ADED-4484-AD8A-9BBB227D21FC@rice.edu>

 On Mon, Jul 14, 2008 at 6:52 PM, Raj Bandyopadhyay <rajb@rice.edu> wrote:
> 'camlPervasives__$5e_136'.

It's the string concatenation function (ASCII 5E is ^).

It allocates a new string and blits the two argument strings into it,
so you can probably do much better with explicit use of the Buffer
module.

Jake


  reply	other threads:[~2008-07-15  4:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-15  1:52 Raj Bandyopadhyay
2008-07-15  4:09 ` Jake Donham [this message]
2008-07-15  5:42   ` [Caml-list] " Arthur Chan
2008-07-15  9:12     ` Richard Jones
2008-07-15  7:11   ` Vincent Hanquez

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=c7e4e9f0807142109q212f2f11o779156fab31a7a93@mail.gmail.com \
    --to=jake@donham.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=rajb@rice.edu \
    /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).