Re: [Caml-list] ANN: ocamljs 0.3

2010-09-05 Thread Christophe Papazian
Dear Jake, I was playing with ocamljs. It's very nice to use ocaml to produce javascript ! I have a question : in ocamljs, there is a support for style objects. However, I do not see how to use them usefully because there don't seem to have some set_style method anywhere (but I found the get_

[Caml-list] Alignment of data

2010-01-27 Thread Christophe Papazian
Dear Xavier Leroy, thank you for your answer I am working on some ppc architecture, and I realize that I have a (very) big slowdown due to bad alignment of data by ocamlopt. I need to have my data aligned in memory depending of the size of the data : floats are to be aligned on 8 bytes, int

[Caml-list] Alignment of data

2010-01-27 Thread Christophe Papazian
Dear users and developers of OCAML, I am working on some ppc architecture, and I realize that I have a (very) big slowdown due to bad alignment of data by ocamlopt. I need to have my data aligned in memory depending of the size of the data : floats are to be aligned on 8 bytes, int on 4 byt