Displaying 2 results from an estimated 2 matches for "jit_opts".
Did you mean:
apt_opts
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
.../lemon/Makefile
===================================================================
--- MultiSource/Applications/lemon/Makefile (revision 51189)
+++ MultiSource/Applications/lemon/Makefile (working copy)
@@ -8,5 +8,8 @@
include $(LEVEL)/Makefile.config
include ../../Makefile.multisrc
+
+JIT_OPTS += -no-lazy
+
DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff "
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachm...
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...===============================================
> --- MultiSource/Applications/lemon/Makefile (revision 51189)
> +++ MultiSource/Applications/lemon/Makefile (working copy)
> @@ -8,5 +8,8 @@
> include $(LEVEL)/Makefile.config
>
> include ../../Makefile.multisrc
> +
> +JIT_OPTS += -no-lazy
> +
> DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff "
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev