<div dir="ltr">> <span style="font-size:12.800000190734863px">So no JIT for i386?</span><div><span style="font-size:12.800000190734863px"><br></span></div><div><span style="font-size:12.800000190734863px">I didn't realise i386 still used ObjC 1 - all my experiments were on arm64.</span></div><div><span style="font-size:12.800000190734863px"><br></span></div><div><span style="font-size:12.800000190734863px">i386 support for ObjC would be nice to have, but it's not a blocker for adding ObjC 2 support.</span></div><div><span style="font-size:12.800000190734863px"><br></span></div><div><span style="font-size:12.800000190734863px">- Lang.</span></div><div><span style="font-size:12.800000190734863px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 20, 2016 at 11:57 AM, Steven Wu <span dir="ltr"><<a href="mailto:stevenwu@apple.com" target="_blank">stevenwu@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><br></div> <br><div><span class=""><blockquote type="cite"><div>On Oct 19, 2016, at 11:28 AM, Stanislav Pankevich <<a href="mailto:s.pankevich@gmail.com" target="_blank">s.pankevich@gmail.com</a>> wrote:</div><br class="m_1482315521426938988Apple-interchange-newline"><div><div style="word-wrap:break-word">Hi Lang, Steven,<div><br></div><div><span>At this point it seems that the best next step is for Steven to share his code, right? Or is there some other work that can be done in parallel?</span></div></div></div></blockquote><div><br></div></span><div>It will take some time to create patch from my existing implementation. After that, we still need to correctly register the implementation to objc runtime. I dont expect this to be a quick task.</div><span class=""><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><span><br></span></div><div><span>Lang? Steven?</span></div><div><span><br></span></div><div><span><span id="m_1482315521426938988result_box" class="m_1482315521426938988short_text" lang="en">Here’s small note about my interest here: Alex Denisov and I are working on a tool for mutation testing <a href="https://github.com/AlexDenisov/mutang" target="_blank">https://github.com/<wbr>AlexDenisov/mutang</a>. Alex has made fascinating progress towards mutation testing of C++ code and we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our progress on iOS part so </span>I'll be happy to help with this in any way even though my experience with LLVM is very limited.</span></div></div></div></blockquote><div><br></div></span><div>This sounds like an interesting project. Maybe you can generate the object file and statically linked the mutated code for now? </div><div><br></div><div>Steven</div><span class=""><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><span><br></span></div><div><span>Thanks.</span></div><div><span><br></span></div><div><span>Stanislav</span></div><div><br><div><div><blockquote type="cite"><div>On 19 Oct 2016, at 01:49, Lang Hames <<a href="mailto:lhames@gmail.com" target="_blank">lhames@gmail.com</a>> wrote:</div><br class="m_1482315521426938988Apple-interchange-newline"><div><div dir="ltr">Hi Steven,<div><br></div><div>That sounds great. The object file parser would definitely be of interest to JIT clients. Having ObjC 1 support would be nice, but I don't see it as a blocker to committing what you've got: all code produced by the JIT is going to be ObjC-2.</div></div></div></blockquote></div></div></div></div></div></blockquote><div><br></div></span><div>So no JIT for i386? </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Steven</div></font></span><div><div class="h5"><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><div><div><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>Cheers,</div><div>Lang.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 18, 2016 at 2:22 PM, Steven Wu <span dir="ltr"><<a href="mailto:stevenwu@apple.com" target="_blank">stevenwu@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Stanislav, Lang<div><br></div><div>I have a version 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.</div><span class="m_1482315521426938988HOEnZb"><font color="#888888"><div><br></div><div>Steven</div></font></span><div><div class="m_1482315521426938988h5"><div><br><div><blockquote type="cite"><div>On Oct 18, 2016, at 2:10 PM, Lang Hames via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="m_1482315521426938988m_3774682329238735481Apple-interchange-newline"><div><div dir="ltr">Hi Stanislav,<div><br></div><div>I actually looked into this recently. It is possible, but takes some non-trivial effort right now: You have to hook into the JIT memory allocator, parse the objective C metadata sections in the object file, then call the objective C runtime to register any newly added classes, protocols and selectors.</div><div><br></div><div>I can't release my code as-is: I built it against a hacked up copy of the runtime. The right way to do this would be to write parsers for the objective C metadata, and an Objective-C registration call that uses the parsers and calls the runtime. These should be made available conditionally if the objective C runtime headers are available. This is something that I'd like to get to eventually, but I have a long to-do list. If you or anyone you know is interested in working on it I'd be happy to provide pointers and code review.</div><div><br></div><div>Cheers,</div><div>Lang.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 18, 2016 at 1:33 PM, Stanislav Pankevich via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello,<div><br></div><div>Is it possible to execute Objective-C code using LLVM JIT?</div><div><br></div><div>The original point for my research is this topic on StackOverflow: </div><div><br></div><div>All selectors unrecognised when invoking Objective-C methods using the LLVM ExecutionEngine <a href="http://stackoverflow.com/questions/10375324/all-selectors-unrecognised-when-invoking-objective-c-methods-using-the-llvm-exec" target="_blank">http://stackov<wbr>erflow.com/questions/10375324/<wbr>all-selectors-unrecognised-whe<wbr>n-invoking-objective-c-methods<wbr>-using-the-llvm-exec</a></div><div><br></div><div>Running that example with lli produces the following output:</div><div><br></div><div><div>2016-10-18 21:25:58.332 lli[12970:169282] *** NSForwarding: warning: selector (0x10356a38f) for message 'alloc' does not match selector known to Objective C runtime (0x7fff8e93afb5)-- abort</div><div>2016-10-18 21:25:58.334 lli[12970:169282] +[NSAutoreleasePool alloc]: unrecognized selector sent to class 0x7fff7a562130</div><div>2016-10-18 21:25:58.338 lli[12970:169282] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSAutoreleasePool alloc]: unrecognized selector sent to class 0x7fff7a562130'</div></div><div><br></div><div>See also additional discussion here: <a href="https://twitter.com/sbpankevich/status/783363161537798144" target="_blank">https://twitter.com/sbpa<wbr>nkevich/status/783363161537798<wbr>144</a>.</div><div><br></div><div>Thanks.</div><span class="m_1482315521426938988m_3774682329238735481HOEnZb"><font color="#888888"><div><br></div><div>Stanislav Pankevich</div><div><br></div></font></span></div><br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div>
______________________________<wbr>_________________<br>LLVM Developers mailing list<br><a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br><a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br></div></blockquote></div><br></div></div></div></div></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div></blockquote></div></div></div><br></div></blockquote></div><br></div>