caml-list - the Caml user's mailing list
 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

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

^ 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;
as well as URLs for NNTP newsgroup(s).