Displaying 2 results from an estimated 2 matches for "1028012".
Did you mean:
1028,12
2010 Jul 14
2
ver 2.11.1 from xterm on Mac without lme4
...t run R. I can open this
version of R from the R console and tried installing the lme4 source
package (per D. Bates' suggestion on 6-July) but get the following error:
trying URL 'http://cran.cict.fr/src/contrib/lme4_0.999375-34.tar.gz'
Content type 'application/x-tar' length 1028012 bytes (1003 Kb)
opened URL
==================================================
downloaded 1003 Kb
* installing *source* package ?lme4? ...
** libs
*** arch - i386
sh: make: command not found
ERROR: compilation failed for package ?lme4?
* removing
?/Library/Frameworks/R.framework/Versions/2.11/Reso...
2013 Jan 12
1
[LLVMdev] Sub-Register Allocation
> LLVM's register coalescer and allocator don't try to reschedule
> instructions, which seems to be required here.
>
I think you're right. Looking at the instruction schedules before register
allocation, shows that it's scheduling the load before the zero move in one
case but not the other.
Is there an easy way I can trick the scheduler into putting these in the
right