search for: b0c4

Displaying 3 results from an estimated 3 matches for "b0c4".

Did you mean: 40c4
2011 Mar 24
2
[LLVMdev] Is LLVM appropriate for implementing a shell interpreter?
...e interpreting others. We guess this is where LLVM could help. LLVM optimized code for those scripts should run faster than our manual implementation. So the overall performance could be improved. Could you please point out if we are wrong? Thanks. -- Best wishes, Mu Qiao GnuPG fingerprint: 92B1 B0C4 8D14 F8C4 EFA5 3ACC 30B3 0DE4 17B1 57E9 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 554 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110324/2672b318...
2009 Jan 16
8
Windows Media Player 11
Hello, I am trying to run Windows Media Player 11 on WINE and I cant. This is the only software that I need to be windows free since my university posts the lecture videos in WMP 11 DRM format and I cant view them if I dont have WMP11 installed. It asks for windows genuine verification. Anybody can help? I have wine 1.1.12. Thanks in advance.
2011 Mar 24
0
[LLVMdev] Is LLVM appropriate for implementing a shell interpreter?
Mu Qiao wrote: > Hi devs, > > We are implementing a library that interprets shell scripts so that > other programs could efficiently talk to bash. We'd like to hear your > advice on whether LLVM is appropriate for us. Here are our considerations: > > In most cases our library will interpret each script just once. Our > current approach is using a manual