caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ocamljitrun - new release (for new method send)
@ 2004-06-04 14:53 Basile Starynkevitch local
  0 siblings, 0 replies; only message in thread
From: Basile Starynkevitch local @ 2004-06-04 14:53 UTC (permalink / raw)
  To: caml-list

Dear All,

I just adapted ocamljitrun - see
http://cristal.inria.fr/~starynke/ocamljit.html to the new cached
sending method protocol (as in Ocaml CVS and probably future release)

The cached method send [ie the new GETPUBMET bytecode operation] uses
a cache (in the bytecode), and calls runtime routine (in byterun/obj.c
- functions caml_get_public_method and caml_cache_public_method) only
for cache misses. The cache test and retrieval is inlined (inlining
the dichotomical search is not worthwhile, it would expand the
GETPUBMET bytecode into about a hundred bytes of machine code...).

Ocamljitrun still don't run on PowerPC because of a pending GNU
lightning book (which is worked on by lightning authors).

Regards.

-- 
Basile STARYNKEVITCH -- basile dot starynkevitch at inria dot fr
Project cristal.inria.fr - phone +33 1 3963 5197 - mobile 6 8501 2359
http://cristal.inria.fr/~starynke --- all opinions are only mine 

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

only message in thread, other threads:[~2004-06-04 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-04 14:53 [Caml-list] ocamljitrun - new release (for new method send) Basile Starynkevitch local

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