Displaying 4 results from an estimated 4 matches for "debon".
Did you mean:
debo
2008 Dec 10
1
Linking a library with init(argc,argv) function
Hi,
I would like to embed the LibMesh library in R. I have already linked
C++ code and build libraries as it is explained in the R-extension
manual with trivial examples :
dyn.load(paste("/home/default/LibFooR",.Platform$dynlib.ext,sep=""))
I am facing a difficulty with loading a library depending on a library
(libMesh) which needs an initialization function
2010 Jun 24
0
[LLVMdev] [patch] New feature: debug info for function memory ranges (-jit-emit-debug-function-range)
...ead of begin a flag in TargetOptions, can this be an ExecutionEngine parameter?
This doesn't look like a valid forward declaration:
+ raw_fd_ostream* JITEmitDebugInfoFunctionRangeStream(NULL);
+EmitJitDebugInfoFunctionRange("jit-emit-debug-function-range",
+ cl::desc("Emit debon memory address range information, one line per function"),
Typo in the cl::desc value.
+ // write brief debug info is requested
+ if (JITEmitDebugInfoFunctionRange) {
+ *JITEmitDebugInfoFunctionRangeStream << I.FnStart << " " << I.FnEnd << " "...
2010 Jun 22
2
[LLVMdev] [patch] New feature: debug info for function memory ranges (-jit-emit-debug-function-range)
On 06/19/2010 14:03, Yuri wrote:
> This new option (--jit-emit-debug-function-range) will allow to output
> function information for memory ranges that functions occupy in memory
> while they run in JIT. File format generated is like this:
> ...
> 0x5000000 0x5001000 function_name_is_here
> ...
>
> This feature is useful for external tools like valgrind and
>
2010 Jan 29
1
Using win-builder with static libraries
Dear All,
I am intending to build a package (pksmooth) on Linux to work on
Windows. Some c++ functions need c++ libraries (numerical recipes)
from a static library "libNR.a".
Building the package on Linux for Linux is allright. However, when
sending the 'pksmooth_1.0.tar.gz' to the online Windows builder
(win-builder.r-project.org),the compilation doesn't take into account