<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 19, 2017 at 1:02 AM, jacob navia <span dir="ltr"><<a href="mailto:jacob@jacob.remcomp.fr" target="_blank">jacob@jacob.remcomp.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">Le 18/09/2017 à 21:20, Bruce Hoult a écrit :<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Weird. The xcode compiler has been llvm for a long time, and A64 has been<br>
supported since the iPhone 5s came out four years ago.<br>
<br>
Perhaps you're asking this because you have an existing project targeting<br>
A32 and Apple just made that obsolete.<br>
</blockquote>
<br></span>
This is part of a larger project.<br>
The code generator is a part of a database system, written in C++. This system compiles each sql statement into C code that is written into a text buffer. The code generator reads this buffer, compiles into assembly code and executes it "on the fly".<br></blockquote><div><br></div><div>And .. why do you think you'll be able to do this? iOS has always forbidden on the fly code generation. You can't mprotect() memory to executable (and it can't be executable and writable at the same time).</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Now, I need to know the opcodes and specifications of the A 64 chip.<span class="gmail-"><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I wouldn't advise starting a project doing specifically native compilation<br>
for iPhone or iPad at this point. New iOS projects have defaulted to<br>
uploading llvm bitcode to the iTunes store for about two years already.<br>
It's still possible to change this (or use old projects) right now,  but I<br>
would not be surprised if bitcode-only becomes compulsory very soon, the<br>
same as WatchOS and tvOS are already<br>
</blockquote></span>
We are not going to use the App store. Our customers  will get our product from us.<br>
Of course we will use Xcode, since we already did the port to Mac OS X.<br>
<br>
Again my question: Is there any documentation about the A64?<br></blockquote><div><br></div><div>Arm64 is well documented in the usual place</div><div><br></div><div><a href="https://static.docs.arm.com/ddi0487/b/DDI0487B_a_armv8_arm.pdf">https://static.docs.arm.com/ddi0487/b/DDI0487B_a_armv8_arm.pdf</a><br></div><div><br></div></div></div></div>