Displaying 3 results from an estimated 3 matches for "objetc".
Did you mean:
object
2005 Jan 18
1
"Attach" for S4 objects?
...n argument to a function, I find it convenient
to attach it in the first line of th function code, then refer to the
components as A, B, etc. rather than as list$A, list$B, etc.
If I pass a S4 class object, is there a way to "attach" it, or do I have
to refer to the slots as object at A, objetc at B, etc.?
I could always make copies,
A <- object at A
B <- object at B
...
but "object" has many slots, some fairly large, so this seems wasteful.
Thank you.
--
Fernando TUSELL e-mail:
Departamento de Econometr?a y Estad?stic...
2009 Jan 06
2
[LLVMdev] LLVM Optmizer
...x, ecx
cmp edx, 1
jl SHORT $LN3 at TESTE
add ecx, 1
imul ecx, edx
add eax, ecx
$LN3 at TESTE:
; 20 : {
; 21 : varx = varx + parami + 1 ;
; 22 : vary = varx + nI;
; 23 : }
; 24 :
; 25 : return varx ;
; 26 : }
ret 0
_TESTE ENDP
_TEXT ENDS
Running the same code, the objetc generated with MSVC is 600 times faster than that generate with the LLVM compiler
Is threre any way to get the same optimzation with the LLVM?
Manoel Teixeira
2003 Oct 03
4
foo.RData or foo.r?
Dear All,
I suspect this is kind of dumb, but when I was under the thrall of the
dark lord (read, using a W2K box), all my work in R files came out as
foo.RData. I moved on to GNU/Linux, and all the old .RData files keep on
working as they used. No problems in loading and stuff. But I use R from
the terminal. Assuming I decide to switch to emacs, do I need to save my
work as foo.r? what about my