Displaying 2 results from an estimated 2 matches for "1017272".
2002 Nov 27
2
Date: Wed, 27 Nov 2002 09:23:31 -0600
Dear all:
I am another R-beginner in the state.
I have tried to analyze a large data (3,600 kb as csv format) set with R.
When I type lm(x~y), it says
> ====
> Error: cannot allocate vector of size 1017272 kb.
> In addition: Warning message:
> Reached total allocation of 255MB: see help(memory.size)
> ====
> So, I tried the following.
> >memory.size()
> [1] 51620896
> >memory.limit()
> [1] 267878400
> >melory.limit(1200)
> NULL
> Error: cannot allocate vector...
2011 Aug 02
3
[LLVMdev] Multiple successors, single dynamic successor
Nella citazione martedì 2 agosto 2011 20:02:08, Michael Ilseman ha
scritto:
> I'm assuming that you're talking about a situation where this can't be
> determined statically in the existing LLVM IR, but you know it's true
> and want to put it in (e.g. you're the one generating LLVM IR).
Correct. Or, more precisely, I'd like to investigate macro compression,
i.e.