Displaying 2 results from an estimated 2 matches for "80f7f4b9".
Did you mean:
8017f4d9
2016 Mar 29
0
JIT compiler and calls to existing functions
...;>> LLVM Developers mailing list
>>> llvm-dev at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160328/80f7f4b9/attachment.html>
2016 Mar 29
2
JIT compiler and calls to existing functions
Right, but when you say link time, the JIT compiler I'm writing works the
way openJDK or v8 do, it reads a script, JIT compiles it into memory and
runs the code in memory without ever writing anything to disk (an option
for ahead of time compilation may come later, but that will be a while down
the road), so we might be doing different things?
On Tue, Mar 29, 2016 at 2:59 AM, Philip Reames