Erick Tryzelaar
2008-Mar-05 07:05 UTC
[LLVMdev] [PATCH] Prefer to use *.opt ocaml executables as they are more efficient.
Hello Gordon, This is another attempt to use the .opt ocaml executables. I've attached these instead of inlining them, so hopefully they won't give you problems applying them. Please let me know if it's still not working, then I'll just do this the old fashioned way. - Erick --- autoconf/configure.ac | 6 ++-- configure | 81 +++++++++++++++++++++++++++++-------------------- 2 files changed, 51 insertions(+), 36 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 9b5616832645f511a81ba69d0c7225e0f4ddbaae.diff Type: text/x-patch Size: 10794 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080304/1de55fda/attachment.bin>
Erick Tryzelaar
2008-Mar-06 01:08 UTC
[LLVMdev] [PATCH] Prefer to use *.opt ocaml executables as they are more efficient.
Hello again, This just brings the patch up to HEAD. -e --- autoconf/configure.ac | 6 ++-- configure | 75 +++++++++++++++++++++++++++++------------------- 2 files changed, 48 insertions(+), 33 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 3201d364fd9d5de011a1b0f5c01a52c5ef958224.diff Type: text/x-patch Size: 9793 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080305/9971e940/attachment.bin>
Gordon Henriksen
2008-Mar-07 18:24 UTC
[LLVMdev] [PATCH] Prefer to use *.opt ocaml executables as they are more efficient.
On Mar 5, 2008, at 02:05, Erick Tryzelaar wrote:> This is another attempt to use the .opt ocaml executables. I've > attached these instead of inlining them, so hopefully they won't > give you problems applying them. Please let me know if it's still > not working, then I'll just do this the old fashioned way.That worked much better. Applied. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080303/059286.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080303/059287.html Thanks, Erick! — Gordon
Apparently Analagous Threads
- [LLVMdev] [PATCH] Prefer to use *.opt ocaml executables as they are more efficient.
- [LLVMdev] new patch without brackets
- [LLVMdev] Tag number of OCaml Variant in executionengine
- [LLVMdev] [PATCH] Make the ocaml source comments work with ocamldoc.
- [LLVMdev] Last chance to get anything into llvm-c and ocaml bindings