Displaying 3 results from an estimated 3 matches for "thef".
Did you mean:
the
2010 Mar 19
2
[LLVMdev] JIT : Does it cache the compiled code of executed functions upon runFunction(..)?
Reid,
Thanks! You were right!
Changing the code to:
float (*theF)(float) = (float (*)(float)) EE -> getPointerToFunction(f);
float retVal = theF(arg1);
made the difference. Now it is dozens of times faster!
I don't really understand the cause though..
Why doesn't ExecutionEngine cope well with "define float
@someFunc(float %x)" and needs t...
2010 Mar 19
0
[LLVMdev] JIT : Does it cache the compiled code of executed functions upon runFunction(..)?
...hine code and leaking memory.
The leak could be fixed by freeing the stub before returning its return value.
Hope that helps,
Reid
On Fri, Mar 19, 2010 at 5:27 AM, Gabi <bugspynet at gmail.com> wrote:
> Reid,
>
> Thanks! You were right!
> Changing the code to:
>
> float (*theF)(float) = (float (*)(float)) EE -> getPointerToFunction(f);
> float retVal = theF(arg1);
>
> made the difference. Now it is dozens of times faster!
>
> I don't really understand the cause though..
> Why doesn't ExecutionEngine cope well with "define float
> @som...
2010 Jan 29
0
Problems with readVECT6 in spgrass6 package: A possible solution.
...mediately appeared (" Sorry, is not a valid flag" ).
Ok, the solution is easy:
- You have to download the spgrass package within a folder, in order
to install the package from this directory. You should type (being in R)
> download.packages( "spgrass6" , destdir="/thef/folder/that/you/want/" )
in my computer, "the/folder/that/you/want/" =
"/home/jdgiraldo/R/downloaded_packages" (I had created
"/downloaded_packages" earlier ).
- Ok. Unzip the spgrass6_0.6-14.tar.gz file (this is my downloaded version).
- Open the vect_link...