Displaying 3 results from an estimated 3 matches for "f8c4".
Did you mean:
f84c
2011 Mar 24
2
[LLVMdev] Is LLVM appropriate for implementing a shell interpreter?
...ting 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/attachmen...
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
2011 Jun 30
0
help with interpreting what nnet() output gives:
...West Hartford, CT
------------------------------
Message: 49
Date: Wed, 29 Jun 2011 15:12:33 -0400
From: David Winsemius <dwinsemius at comcast.net>
To: siriustar <qinlangjinan at live.cn>
Cc: r-help at r-project.org
Subject: Re: [R] optimization in for loop
Message-ID: <21C5B4AC-F8C4-4679-9D90-EB2B503DEB86 at comcast.net>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
On Jun 29, 2011, at 2:31 PM, siriustar wrote:
> Hi, dear R help
> I am trying to use optim inside a for loop:
>
> ##For example. a: intial guess. b: result. f: function to...