Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] Advices on JITting
@ 2018-04-26 12:22 pietro braione
  2018-04-26 17:11 ` Gerd Stolpmann
  0 siblings, 1 reply; 2+ messages in thread
From: pietro braione @ 2018-04-26 12:22 UTC (permalink / raw)
  To: caml-list

Dear all, 
I am building a toy implementation of a JIT compiler for the ocaml interpreter, but I am clueless about how to define the compilation units. The compiler is on the trivial-but-fast side (remember, it’s just a toy), so I would avoid the complexity of a tracing jit, at least by now. This means: statically divide the bytecode into chunks and profile/compile at the granularity of these chunks. The problem is, I have no idea what a decent criterion for chunking the bytecode could be. Does anyone have an idea at the regard?
Thank you
Pietro

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-26 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 12:22 [Caml-list] Advices on JITting pietro braione
2018-04-26 17:11 ` Gerd Stolpmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox