Displaying 2 results from an estimated 2 matches for "bloop".
Did you mean:
loop
2013 Mar 28
2
[LLVMdev] LLVM Execution engine: Native call vs LLVM IR function call
...nction
in LLVM IR can be much faster than calling an equivalent function in LLVM
IR.
For instance, here are two equivalent programs. The first calls an llvm
function while the second calls a native function. On my AMD machine, the
first takes 4.48s to run while the second takes 3.49s.
define i64 @bloop() {
entry:
br label %bb1
bb1: ; preds = %cont, %entry
%0 = phi i64 [ 0, %entry ], [ %3, %cont ]
%1 = phi i64 [ 0, %entry ], [ %res, %cont ]
%2 = icmp ugt i64 %0, 1000000001
br i1 %2, label %exit, label %cont
exit:...
2003 May 16
1
Mount the complete SMB tree
Hi,
Is it possible to mount the complete SMB tree (Network Neighborhood in MS
Windows) to /smb for example? I currently only know how to mount individual
shares. Thanks in advance,
Z