Displaying 4 results from an estimated 4 matches for "gcc_strcat".
2004 May 05
3
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...er 3.66
----
time -p ./gcc_objinst 10000000
user 2.25
time -p ./llvm_objinst 10000000
user 2.12
----
time -p ./gcc_random 60000000
user 2.42
time -p ./llvm_random 60000000
user 2.42
----
time -p ./gcc_sieve 25000
user 2.41
time -p ./llvm_sieve 25000
user 4.36
----
time -p ./gcc_strcat 50000000
user 2.77
time -p ./llvm_strcat 50000000
user 3.98
2004 May 05
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...ime -p ./llvm_objinst 10000000
> user 2.12
>
> ----
> time -p ./gcc_random 60000000
> user 2.42
> time -p ./llvm_random 60000000
> user 2.42
>
> ----
> time -p ./gcc_sieve 25000
> user 2.41
> time -p ./llvm_sieve 25000
> user 4.36
>
> ----
> time -p ./gcc_strcat 50000000
> user 2.77
> time -p ./llvm_strcat 50000000
> user 3.98
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-Chris
--...
2004 May 01
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
On Sat, 1 May 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote:
> there are two issues concerning invoking optimizations:
>
> 1.
> this document:
> http://llvm.cs.uiuc.edu/docs/GettingStarted.html
> is very nice, it would be good though to add in a section
>
> An Example Using the LLVM Tool Chain
>
> examples on optimization step.
That's an
2004 May 01
4
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
Hi devels,
there are two issues concerning invoking
optimizations:
1.
this document:
http://llvm.cs.uiuc.edu/docs/GettingStarted.html
is very nice, it would be good though to add in a section
An Example Using the LLVM Tool Chain
examples on optimization step.
2.
If i am not wrong there is no tool, which integrates all
steps:
llvmgcc->opt->llc into something like llcc
(and