Displaying 6 results from an estimated 6 matches for "findloc".
2011 Jun 28
1
doMC - compiler - concatenate an expression vector into a single expression?
...comp(expr, env = envir, options = list(suppressUndefined = TRUE))
and for R >= 2.13.0 comp is defined as compiler::compile:
function (e, env = .GlobalEnv, options = NULL)
{
cenv <- makeCenv(env)
cntxt <- make.toplevelContext(cenv, options)
cntxt$env <- addCenvVars(cenv, findLocals(e, cntxt))
genCode(e, cntxt)
}
<environment: namespace:compiler>
My guess is that the function findLocals or genCode can not handle a
2-length expression vector.
Maybe somebody who knows the internals of these functions could explain
better this behaviour?
How can I concatenate tw...
2008 Jan 06
1
Anyone with English version of Windows?
...and send
me the results?
It will display four messageboxes with a short word in the caption and a
longer one in the box body.
The zip file contains a compiled version of the program
Thanks,
Alexander N. S?rnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FindLocalized.c
Type: application/x-executable
Size: 498 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20080106/e56b56f7/attachment-0002.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FindLocalized.zip
Type: application/x-zi...
2011 Jun 29
0
[R-sig-hpc] doMC - compiler - concatenate an expression vector into a single expression?
...ed = TRUE))
>>
>> and for R>= 2.13.0 comp is defined as compiler::compile:
>> function (e, env = .GlobalEnv, options = NULL)
>> {
>> cenv<- makeCenv(env)
>> cntxt<- make.toplevelContext(cenv, options)
>> cntxt$env<- addCenvVars(cenv, findLocals(e, cntxt))
>> genCode(e, cntxt)
>> }
>> <environment: namespace:compiler>
>>
>> My guess is that the function findLocals or genCode can not handle a
>> 2-length expression vector.
>>
>> Maybe somebody who knows the internals of these func...
2013 Apr 29
3
all.vars for nested expressions
Dear R fellows,
Assume I define
a <- expression(fn+tp)
sen <- expression(tp/a)
Now I'd like to know, which variables are necessary for calculating sen
all.vars(sen)
This results in a vector c(tp,a). But I'd like all.vars to evaluate the
sen-object down to the ground level, which would result in a vector
c(tp,fn) (because a was defined as fn+tp). In other words, I'd like
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
....01 2594 0 0.01 2594
FilterCoder.ll 83 193349 0 0.02 193317 * * *
finalout.ll 2 24085 0 0.01 24052 0 0.01 24052
finalpin.ll 1 187303 0 0.02 187270 0 0.02 187270
findcheck.ll 2 49408 0 0.01 49375 0 0.01 49375
findcolr.ll 1 11459 0 0.01 11433 0 0.01 11433
findcost.ll 1 37566 0 0.01 37533 0 0.01 37533
findloc.ll 1 111778 0 0.01 111745 0 0.02 111745
findnext.ll 2 25722 0 0.01 25696 0 0.01 25696
findnodes.ll 5 103604 0 0.01 103571 0 0.01 103571
findopen.ll 1 24241 0 0.01 24215 0 0.01 24215
findpatn.ll 1 19561 0 0.01 19535 0 0.01 19535
findsavr.ll 1 7260 0 0.01 7234 0 0.01 7234
findside.ll 2 13436 0 0.01 1...