[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-18 (13:07) |
From: | Wojciech Daniel Meyer <wojciech.meyer@g...> |
Subject: | Re: [Caml-list] Native toplevel? |
Alain Frisch <alain@frisch.fr> writes: > On 11/16/2010 03:52 PM, Benedikt Meurer wrote: > A further step to improve this native toplevel is to avoid the call to > the external assembler and linker. To do that, one basically needs to > replace the assembly code emitters (emit.mlp/emit_nt.mlp) with native > code emitters and do the relocation/dynamic loading by hand, which is > quite easy. Maybe this could possibly help with the emission part (at least for X86) (regarding OCamlJIT as well): https://github.com/danmey/ocaml-inline-x86/ The project is `not yet there', however I am currently putting some effort to make it more usable. If anybody is interested please shout. > -- Alain Wojciech