search for: llmemorybuff

Displaying 2 results from an estimated 2 matches for "llmemorybuff".

Did you mean: llmemorybuffer
2013 Nov 03
3
[LLVMdev] Improving OCaml bindings
...epts context explicitly, would it be a legitimate change to make existing functions accept it as well? This would break the API. 2) http://llvm-reviews.chandlerc.com/D1926 I'd like to add garbage collection support to the API wherever safe, that's at least DataLayout.t and llmemorybuffer. This removes the need for .dispose. I could remove it and break the API or print a warning at runtime. 3) http://llvm-reviews.chandlerc.com/D1927 In order to allow code generation from OCaml, I need to build a stub library per configured target. I'm not sure how to inte...
2013 Nov 03
0
[LLVMdev] Improving OCaml bindings
...know. -- Sean Silva > > >> -- Sean Silva >> >> >> 2) http://llvm-reviews.chandlerc.com/D1926 [2] >>> >>> >>> I'd like to add garbage collection support to the API >>> wherever safe, that's at least DataLayout.t and llmemorybuffer. >>> This removes the need for .dispose. I could remove it and break >>> the API or print a warning at runtime. >>> >>> 3) http://llvm-reviews.chandlerc.com/D1927 [3] >>> >>> >>> In order to allow code generation from OCaml,...