caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Re: Ocaml porting issue?
       [not found] <20090522100003.F3295BC54@yquem.inria.fr>
@ 2009-05-22 20:03 ` CUOQ Pascal
  0 siblings, 0 replies; only message in thread
From: CUOQ Pascal @ 2009-05-22 20:03 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]

Hi!

Minhyuk, Kwon wrote:
> it's really hard to maintain this analyzer, so we hope change major 
> programming language by ocaml. 
> but our client's programming environment is very variant(eg. UNIX-AIX, 
> WINCE-ARM...). they only have a C compiler(gcc, aix c, etc.) 
> is there any portable issues in ocaml? this is really important thing, 
> we considered.

In short, bytecode compilation of OCaml works for every platform
for which there is a C compiler. So unless you expect speed
of your application to be a problem, you will always have the
solution of using the bytecode compiler as a back-up.

The platforms you mention as examples are a little too
exotic to completely avoid problems with the native compiler.
The majority of them will be supported, but you have to expect
that you'll be the first one to run into problems for the most
exotic ones.

I cannot resist making a last remark that is only slightly off-topic:
if the target language for your analyzer is C, it may be a good
idea to take advantage of the rewrite to make it a Frama-C
plug-in. Please find details at http://frama-c.cea.fr/

Pascal


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 3157 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-22 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20090522100003.F3295BC54@yquem.inria.fr>
2009-05-22 20:03 ` Ocaml porting issue? CUOQ Pascal

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).