From: Oliver Bandel <oliver@first.in-berlin.de>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Ask for a more efficient way to deallocate memory (full version)
Date: Mon, 10 Dec 2007 22:05:56 +0100 [thread overview]
Message-ID: <1197320756.475daa34ef083@webmail.in-berlin.de> (raw)
In-Reply-To: <20071210202738.GA15084@furbychan.cocan.org>
Zitat von Richard Jones <rich@annexia.org>:
> On Mon, Dec 10, 2007 at 05:33:21PM +0100, Oliver Bandel wrote:
> > Zitat von Fabrice Pardo <Fabrice.Pardo@Lpn.cnrs.fr>:
> >
> > [...]
> > > When using these kind of external C functions,
> > > OCaml seems then less comfortable to the programmer
> > > than reference counted languages.
> >
> > I doubt that reference-count is the reason here.
> > perl also uses reference count, but Filehandles
> > and Dirhandles have to be closed with close / closedir.
>
> This isn't true. In Perl file handles are closed at the end of a
> scope if they are no longer used. In other words a Perl-equivalent
> to
> this loop will never use more than a single file descriptor:
>
> while (true) {
> open "foo"
> }
Oh, so I was wrong here. :(
Perl handles Filehandles in a special way (not as other
things in perl), and I thought it also handles Filehandles
different, in respect to reference counting.
Well, some details I've forgotten during the time I rather
used OCaml instead of Perl ;-(
Thanks for the correction.
[...]
> There is a really good paper on this subject -- how ref counting and
> garbage collection are orthogonal language concepts
[...]
That was, what I wanted to express, but my example
was wrong.
Ciao,
Oliver
next prev parent reply other threads:[~2007-12-10 21:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-09 21:39 Fabrice.Pardo
2007-12-09 21:55 ` [Caml-list] " Olivier Andrieu
2007-12-10 11:25 ` Fabrice Pardo
2007-12-10 12:03 ` Michaël Le Barbier
2007-12-10 16:33 ` Oliver Bandel
2007-12-10 20:27 ` Richard Jones
2007-12-10 21:05 ` Oliver Bandel [this message]
2007-12-10 21:15 ` Gordon Henriksen
2007-12-10 22:13 ` Oliver Bandel
2007-12-10 22:59 ` Jon Harrop
2007-12-10 23:29 ` Jon Harrop
2007-12-11 2:03 ` Yitzhak Mandelbaum
2007-12-15 21:33 ` Oliver Bandel
2007-12-16 15:14 ` Jon Harrop
2007-12-10 23:24 ` Jon Harrop
2007-12-09 21:57 ` Oliver Bandel
2007-12-09 22:12 ` Jon Harrop
2007-12-09 22:34 ` Oliver Bandel
2007-12-09 22:16 ` Oliver Bandel
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=1197320756.475daa34ef083@webmail.in-berlin.de \
--to=oliver@first.in-berlin.de \
--cc=caml-list@inria.fr \
/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