search for: ee5c31fe

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

2018 Feb 14
3
Is it possible to execute Objective-C code via LLVM JIT?
> On 13 Feb 2018, at 17:42, Stanislav Pankevich <s.pankevich at gmail.com> wrote: > > On Tue, Feb 13, 2018 at 12:18 PM, David Chisnall > <David.Chisnall at cl.cam.ac.uk> wrote: >> On 12 Feb 2018, at 22:31, Stanislav Pankevich via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> Specifically I explored the latest objc4-723 >>>
2018 Apr 06
0
Is it possible to execute Objective-C code via LLVM JIT?
...lvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2018-04-06 at 21.06.12.png Type: image/png Size: 83531 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180406/ee5c31fe/attachment-0003.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2018-04-06 at 21.05.59.png Type: image/png Size: 1172508 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180406/ee5c31fe/attachment-0004....
2018 Feb 15
2
Is it possible to execute Objective-C code via LLVM JIT?
Hi David, Stanislav, Sorry for the delayed reply. Short version: There hasn't been any progress on this just yet, as I have been busy with an overhaul of the underlying ORC APIs. 1) Hack up something in RuntimeDyldMachO to handle the data structures > currently generated by clang. This is fragile, because the interface > between the compiler and the runtime is not documented, and is