search for: objc1

Displaying 7 results from an estimated 7 matches for "objc1".

Did you mean: objc
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
...sion of objc metadata parser based on LLVM which can handle objc2 metadata from MachO object and bitcode (bitcode version is even swift compatible). I don't know if there is enough interest for me to upstream it. It probably requires some work to clean up the interface and complete it by adding objc1 support and other object format support. >>>> >>>> Steven >>>> >>>>> On Oct 18, 2016, at 2:10 PM, Lang Hames via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >>>>> >>>>&g...
2016 Oct 18
2
Is it possible to execute Objective-C code via LLVM JIT?
...sion of objc metadata parser based on LLVM which can handle objc2 metadata from MachO object and bitcode (bitcode version is even swift compatible). I don't know if there is enough interest for me to upstream it. It probably requires some work to clean up the interface and complete it by adding objc1 support and other object format support. Steven > On Oct 18, 2016, at 2:10 PM, Lang Hames via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Stanislav, > > I actually looked into this recently. It is possible, but takes some non-trivial effort right now: You have to ho...
2016 Oct 19
3
Is it possible to execute Objective-C code via LLVM JIT?
...sion of objc metadata parser based on LLVM which can handle objc2 metadata from MachO object and bitcode (bitcode version is even swift compatible). I don't know if there is enough interest for me to upstream it. It probably requires some work to clean up the interface and complete it by adding objc1 support and other object format support. > > Steven > >> On Oct 18, 2016, at 2:10 PM, Lang Hames via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi Stanislav, >> >> I actually looked into this recently...
2016 Oct 22
3
Is it possible to execute Objective-C code via LLVM JIT?
...n LLVM which can handle >> objc2 metadata from MachO object and bitcode (bitcode version is even swift >> compatible). I don't know if there is enough interest for me to upstream >> it. It probably requires some work to clean up the interface and complete >> it by adding objc1 support and other object format support. >> >> Steven >> >> On Oct 18, 2016, at 2:10 PM, Lang Hames via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >> Hi Stanislav, >> >> I actually looked into this recently. It is possible, but ta...
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
...PM, Kevin Enderby <enderby at apple.com> wrote: > > Just a comment here. The code in tools/llvm-objdump/MachODump.cpp has requirements beyond being able to parse the Objective-C for the machine it is running on. It must work cross byte sex, with differing alignment, dealing with both Objc1 & Objc2, pointers of the non-native size and not the native addresses and be robust enough to not crash with bad meta data. So while it parses the Objective-C meta data it likely is not a good model for execution. > > Kev > >> On Nov 11, 2016, at 1:26 PM, Steven Wu via llvm-de...
2016 Oct 18
2
Is it possible to execute Objective-C code via LLVM JIT?
Hello, Is it possible to execute Objective-C code using LLVM JIT? The original point for my research is this topic on StackOverflow: All selectors unrecognised when invoking Objective-C methods using the LLVM ExecutionEngine http://stackoverflow.com/questions/10375324/all-selectors-unrecognised-when-invoking-objective-c-methods-using-the-llvm-exec
2014 Oct 18
3
[LLVMdev] Performance regression on ARM
Hi Chandler, That's embarrassing how weird this part of clang is. I have a provisional patch which fixes the problem but underlines clang's problems. I will submit it tonight for comments. суббота, 18 октября 2014 г. пользователь Chandler Carruth написал: > > On Fri, Oct 17, 2014 at 7:51 AM, Anton Korobeynikov < > anton at korobeynikov.info >