search for: talk18

Displaying 3 results from an estimated 3 matches for "talk18".

Did you mean: talk16
2015 Feb 18
2
[LLVMdev] Writing LLVM front-end
I'm also a beginner, so asking on this beginner thread -- is there anything in addition to the C ABI that one needs to worry about? I imagine a C ABI gives lots of free libraries to integrate into your language, etc. Also the C ABI change on platforms? I thought C Calling convention was the same on all platforms. On Wed, Feb 18, 2015 at 9:23 AM, David Blaikie <dblaikie at gmail.com>
2015 Feb 18
3
[LLVMdev] Writing LLVM front-end
...l libraries. > > However, if you want to leverage libraries in another language like C++ or > Obj-C, it may be worth doing more work to allow deeper interoperability, as > is done in Swift for Obj-C. See the "Skip the FFI" dev meeting talk: > http://llvm.org/devmtg/2014-10/#talk18 > > >> Also the C ABI change on platforms? I thought C Calling convention was >> the same on all platforms. >> > > It is definitely different. However, if you're just passing scalar values > (ints, floats, and pointers), then LLVM will more or less abstract it a...
2015 Oct 18
3
Managed Languages BOF @ Dev Meeting
I won’t be able to attend, but I’d be interested in hearing if any conclusions are reached on several of these topics: > On 16 Oct 2015, at 21:27, Joe Ranieri via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > - Dealing with the explosion of basic blocks that come up with > languages where almost every function call, implicit and explicit, can > raise exceptions. This