From: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
To: Ian Campbell <Ian.Campbell@eu.citrix.com>
Cc: Xen Devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] add xl ocaml bindings
Date: Mon, 28 Jun 2010 12:30:52 +0100 [thread overview]
Message-ID: <4C2887EC.1050603@eu.citrix.com> (raw)
In-Reply-To: <1277719149.25867.311.camel@zakaz.uk.xensource.com>
On 28/06/10 10:59, Ian Campbell wrote:
> Not really a comment on this patch as such but more a related thought...
> How many language bindings do we think there are going to be and how
> much effort do we expect it would be keeping them all (or even just the
> interesting subset) up to date?
>
I'm not sure if you're asking generally in terms of languages or in
terms of bindings. I think from the point of view of bindings, that was
the only thing left that required a binding. in terms of language, I
don't really know if anyone is going to add some python bindings or not.
it depends if xend is going to die, or is going to be ported.
effort wise, it's hard to answer since it depends on lots of variables.
for example, API stability of libxenlight.
> Is it worth investing the time up front to define a (simple) IDL and to
> generate the C header and language bindings from that?
>
> Are there any existing IDLs which would meet our needs?
>
Theoretically, yes. pratically there's no IDL that i know of, that
generate anything remotely close to be good or even useful. (it's maybe
no surprise that all the python bindings are not autogenerated either)
swig seems to generate bindings really close to the C layer which make
it quite annoying since the ml glue code become quick thick and quite
annoying to write (converting back and forth types) and i've never
actually tested the output of swig, and last time i tried camlIDL on a
simple example, it generated a code that would segfault.
one more thing about generic bindings generator, is that it's hard to
provide nice and clean interfaces. most of the time you stay really
close to the C layer, which defeat the whole point of using a high level
language for the user.
FYI, I've rewritten a little program to help me generate the bindings
actually, but yet, it's quite painful to get right (and it's not in any
Xen-friendly language either), and in the end i decided to take some of
the output and fix it up by hand. in any case, it's really really far
from having a automatic "./program idl > code" step in the code.
> the libxl interface from needing to know enough about each language to
> fixup the bindings (or else they may break the build). At least in the
> normal case where the change does not require a change to the IDL then a
> simple regeneration should be enough to update the bindings for the
> change.
>
hopefully in most cases, as long as everything doesn't change too badly,
adding fields is relatively easy even for someone that doesn't know ocaml.
--
Vincent
next prev parent reply other threads:[~2010-06-28 11:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 6:47 [PATCH] add xl ocaml bindings Vincent Hanquez
2010-06-28 9:59 ` Ian Campbell
2010-06-28 11:30 ` Vincent Hanquez [this message]
2010-06-28 21:58 ` Zhigang Wang
2010-06-28 14:16 ` Stefano Stabellini
2010-06-28 13:42 ` Marc - A. Dahlhaus
2010-06-28 15:52 ` [PATCH] add xl ocaml bindings [and 1 more messages] Ian Jackson
2010-06-28 16:39 ` [PATCH] add xl ocaml bindings Ian Jackson
2010-06-28 16:49 ` [PATCH] missing makefile for libxl 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=4C2887EC.1050603@eu.citrix.com \
--to=vincent.hanquez@eu.citrix.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.