Displaying 12 results from an estimated 12 matches for "weibo".
Did you mean:
weib
2018 Aug 20
3
A question about the widely used "xxx | true" inside llvm
...{
return true; // the call to foo() is missing.
}
Best regards
steven.zhang(张青山)
XLC++ Compiler Frontend Developer
IBM China Development Lab, Shanghai
Tel: (8621)609-28454 Mobile: +8615900986116
E-mail: qshanz at cn.ibm.com<mailto:qshanz at cn.ibm.com>
关注IBM中国编译器开发团队 - 新浪微博: http://www.weibo.com/ibmcompiler<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.weibo.com_ibmcompiler&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=Pq-hk0wEUZUsW1TCR5WSeKCTC9p-kFZHFQXEwhAc7-k&s=A_Y7Fzz24WHgMcnZjkQNCxix8GiaTORg0B7J-WtGp9c&e=> | developerWorks: ht...
2012 Dec 07
0
Rsync / ssh high cpu load
...ck test tonight with rsync/ssh between two
linux boxes (without cygwin), see what that gives me.
Note that I am using these versions:
Cygwin: 1.7.1-1
ssh: OpenSSH_5.3p1
rsync: 3.0.6
Has anybody seen this before ?
Thanks in advance.
Regards,
Jan
--
Phone: 18601240631
Blog: http://liruqi.info
Weibo: http://weibo.com/liruqi
--
Phone: 18601240631
Blog: http://liruqi.info
Weibo: http://weibo.com/liruqi
2013 Apr 12
1
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
Hi Weibo,
I thought would be more efficient discussing here (I just saw that every
info was replicated on both emails you were sending to me).
I just run your example here on my working machine, and I didn't have any
issues with the namespace. Just tell me one thing: which line (and flags)
are you usi...
2013 Apr 09
2
[LLVMdev] Any passes that work on extended basic blocks?
Hi all,
I am trying to find a sample pass that works on extended basic blocks. Any
suggestion or help is very much appreciated.
Thanks in advance.
Best,
Weibo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130408/5492103d/attachment.html>
2013 Apr 12
2
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...documentation page:
> http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html
>
> And here's my runtime exception:
> dyld: lazy symbol binding failed: Symbol not found:
> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
> Referenced from:
> /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib
>
>
> How are you running your pass? Based on the error, it looks like whatever
> tool you're using to run your pass doesn't have the library defining the
> DominatorTree code linked in.
>
> -- John T.
>
>...
2013 Apr 09
0
[LLVMdev] Any passes that work on extended basic blocks?
...ch is what LLVM prefers.
Cameron
On Apr 8, 2013, at 9:53 PM, Bill He <wh3 at rice.edu> wrote:
> Hi all,
>
> I am trying to find a sample pass that works on extended basic blocks. Any suggestion or help is very much appreciated.
>
> Thanks in advance.
>
> Best,
> Weibo
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists....
2013 Apr 12
2
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...return false.
}
Here's the documentation page:
http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html
And here's my runtime exception:
dyld: lazy symbol binding failed: Symbol not found:
__ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
Referenced from:
/Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib
Expected in: flat namespace
dyld: Symbol not found:
__ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
Referenced from:
/Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib
Expected in: flat namespace
0 opt...
2013 Apr 12
0
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...ocs/doxygen/html/classllvm_1_1DominatorTree.html
>>
>> And here's my runtime exception:
>> dyld: lazy symbol binding failed: Symbol not found:
>> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
>> Referenced from:
>> /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib
>
> How are you running your pass? Based on the error, it looks like
> whatever tool you're using to run your pass doesn't have the
> library defining the DominatorTree code linked in.
>
> -- John T.
&g...
2008 Aug 24
2
similarity between two gene lists with varied length
Dear listers,
a little off-topic:
I am looking for and compare algorithms which can calculate "distance" or
"similarity" between two gene lists with different lengths.
Any paper, any implementation in R and any suggestion is welcome!
Thanks,
--
Weiwei Shi, Ph.D
Research Scientist
GeneGO, Inc.
"Did you always know?"
"No, I did not. But I believed..."
2013 Jul 10
2
Potential memory leak when assigning MSetItem values
Olly, the process size does stay constant with the results from one query
set, but running other queries will cause it to grow (once). Is it possible
that this is a bug with the SWIG python bindings?
On Fri, Jul 5, 2013 at 6:18 AM, Olly Betts <olly at survex.com> wrote:
> On Wed, Jul 03, 2013 at 03:59:21PM -0400, Jeff Rand wrote:
> > Run the following code and monitor the
2013 Apr 12
0
[LLVMdev] Runtime exception in DominatorTree.getRootNode()
...documentation page:
> http://llvm.org/docs/doxygen/html/classllvm_1_1DominatorTree.html
>
> And here's my runtime exception:
> dyld: lazy symbol binding failed: Symbol not found:
> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
> Referenced from:
> /Users/weibohe/Projects/llvm/llvm/Debug+Asserts/lib/LLVMSLVN.dylib
How are you running your pass? Based on the error, it looks like
whatever tool you're using to run your pass doesn't have the library
defining the DominatorTree code linked in.
-- John T.
> Expected in: flat namespace
>
>...
2012 Jun 09
2
Help getting Torchlight 2 Beta running (Mac)
...ion lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
[NOMORE] ?"?l??(?k???K?I2?,?0?!?
[ERROR] ? ?:?,?
???<?(???f?`??v,???i?
[INFO] ????? ????,?"?l???e?k???K?I2??
[INFO] ??d:??
[INFO] ???Z:http://weibo.com/unclep
[MSG] ??(?M,?H?H?n???
[MSG] ??(?}??:start ??f?8?,???????b?
Command : start recognition
fixme:exec:SHELL_execute flags ignored: 0x00000100
[NOMORE] Server Socket Starting...
Command : [INFO] ?/???
Command : [NOMORE] Server Socket Done...
Command : err:ole:CoInitializeEx Attempt to change...