Displaying 2 results from an estimated 2 matches for "19b8".
Did you mean:
1998
2008 Aug 21
1
[LLVMdev] code bloat example
Here's an example where llvm should probably be producing smaller code,
its output is 700% larger than gcc.
regehr at john-home:~/volatile/tmp11$ llvm-gcc -Os -w small.c -o small ;
size small
text data bss dec hex filename
6324 252 8 6584 19b8 small
regehr at john-home:~/volatile/tmp11$ current-gcc -Os -w small.c -o small ;
size small
text data bss dec hex filename
784 252 12 1048 418 small
Looks easy to fix: probably at -Os the inliner should not be so aggressive.
John Regehr
-------------- nex...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...3921p3054478.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 93
Date: Mon, 22 Nov 2010 15:29:11 -0600
From: lucia <lucia at thedietdiary.com>
To: r-help at r-project.org
Subject: [R] Help: Standard errors arima
Message-ID: <1E4A2E3E-19B8-4531-AEFB-A57CA477CB75 at thedietdiary.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Hello,
I'm an R newbie. I've tried to search, but my search skills don't seem
up to finding what I need. (Maybe I don't know the correct terms?)
I need the standar...