caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Retyping module to a new signature
@ 2006-06-28 10:49 Piotr Wieczorek
  2006-06-28 15:45 ` [Caml-list] " Jean-Marie Gaillourdet
  0 siblings, 1 reply; 4+ messages in thread
From: Piotr Wieczorek @ 2006-06-28 10:49 UTC (permalink / raw)
  To: caml-list

Hi!
I'm trying for quite a time, to make patch to Ocaml compiler which makes possible taking a bytecompiled module and producing identical module but conforming to a new signature.
I've used some code from bytepackager to calculate coercion and copy bytecode from original module to target one.
It works ok. But if order of functions in target signature is different then in source signature, calling a function may cause not running right one, but another.
Can you tell me what may I be doing wrong, or wether what i'm trying to accomplish is possible.

Greetings,
Piotr Wieczorek

------------------------------------------------------------------------
CIEPŁE KRAJE - CIEPŁE MORZA. Szukasz atrakcyjnego wypoczynku w przystępnej cenie, zapoznaj się z naszą ofertą.
ZAPRASZAMY

www.skarpatravel.pl


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

end of thread, other threads:[~2006-06-29  9:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-28 10:49 Retyping module to a new signature Piotr Wieczorek
2006-06-28 15:45 ` [Caml-list] " Jean-Marie Gaillourdet
2006-06-29  9:19   ` Piotr Wieczorek
2006-06-29  9:20     ` Jean-Marie Gaillourdet

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