Hi all, I'm considering using ocaml for some experiments I want to try -- does the binding currently support reading existing bitcode, or just generating it? I want to try out some program transformation ideas that would probably be rather easier to express in ocaml than C++. Thank you in advance, Sarah Thompson
On Dec 10, 2007, at 16:52, Sarah Thompson wrote:> I'm considering using ocaml for some experiments I want to try -- > does the binding currently support reading existing bitcodeNo, but it's easily added… — Gordon
Gordon Henriksen wrote:> On Dec 10, 2007, at 16:52, Sarah Thompson wrote: > > >> I'm considering using ocaml for some experiments I want to try -- >> does the binding currently support reading existing bitcode >> > > > No, but it's easily added… >Is it reasonable for me to hack on this, or would you rather do it yourself? (If the latter, you would be very much in my debt...) [s]
> Is it reasonable for me to hack on this, or would you rather do it > yourself? (If the latter, you would be very much in my debt...)Or the other way around, or something. :) [s]
On 2007-12-10, at 18:04, Sarah Thompson wrote:> >> Is it reasonable for me to hack on this, or would you rather do it >> yourself? (If the latter, you would be very much in my debt...) > > Or the other way around, or something. :):) I'm adding it now. — Gordon