caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Vincent Hanquez <tab@snarc.org>
To: Jake Donham <jake@donham.org>
Cc: Raj Bandyopadhyay <rajb@rice.edu>, caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Q: Profiling ocaml using gprof
Date: Tue, 15 Jul 2008 08:11:00 +0100	[thread overview]
Message-ID: <20080715071100.GA10540@snarc.org> (raw)
In-Reply-To: <c7e4e9f0807142109q212f2f11o779156fab31a7a93@mail.gmail.com>

On Mon, Jul 14, 2008 at 09:09:01PM -0700, Jake Donham wrote:
>  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.

or the explicit String.concat that can account for multiple
concatenations in one go (allocate once, and blit everything).

-- 
Vincent


      parent reply	other threads:[~2008-07-15  7:12 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 ` [Caml-list] " Jake Donham
2008-07-15  5:42   ` Arthur Chan
2008-07-15  9:12     ` Richard Jones
2008-07-15  7:11   ` Vincent Hanquez [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=20080715071100.GA10540@snarc.org \
    --to=tab@snarc.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=jake@donham.org \
    --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).