search for: uncompilable

Displaying 20 results from an estimated 49 matches for "uncompilable".

Did you mean: compilable
2005 Apr 13
2
easy question: obtaining rw1080.exe
Dear All, Can anyone please tell me where I can obtain uncompiled binary instalation files for R version 1.8. (i.e. rw1080.exe)? I can only find the uncompiled source code on CRAN today. Thank you, Mary Wisz msw@dmu.dk [[alternative HTML version deleted]]
2005 Jan 25
1
Regex Crashing R (perl = TRUE) (PR#7564)
R-developers, I've encountered another perl library regex bug that causes a segmentation faults on my Linux/Windows R session. I reduced the script to the snippet below. (Apologies if this was fixed with bug 7479, but this bug seems quite different). string <- paste(rep("=", 10000), collapse = " ") crash <- function(x) { for (i in 1:5) { x <-
2015 Feb 12
2
Samba 4.2.0rc4 fails to start up
On Wed, Feb 11, 2015 at 05:18:27PM +0100, Volker Lendecke wrote: > On Wed, Feb 11, 2015 at 10:04:03AM -0500, Thomas Schulz wrote: > > > On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: > > > > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: > > > > > Ah ok - I expected as much. snprintf seems to be > > > > >
2006 May 24
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
...t;() "Pass class not AC> registered!"" failed: file AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76 AC> Aborted Same for me. AC> Wihtout the -march specified (using native x86 assembly) it does AC> convert it into assembly, but is uncompilable (with some unecognized "," (comma) AC> characters in the .s file). Yes. X86AsmWriter should be fixed. I've submitted patches for that in this maillist some days ago. AC> Does anyone have an idea why these two errors happen and has anyone AC> successfully used llvm-g++ on a W...
2018 Aug 12
2
Package compiler - efficiency problem
Dear R team, I am a co-author and maintainer of one of R packages distributed by R-forge (gEcon). One of gEcon package users found a strange behaviour of package (R froze for couple of minutes) and reported it to me. I traced the strange behaviour to compiler package. I attach short demonstration of the problem to this mail (demonstration makes use of compiler and tictoc packages only). In
2015 Feb 11
3
Samba 4.2.0rc4 fails to start up
> On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: > > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: > > > Ah ok - I expected as much. snprintf seems to be > > > broken in that it's returning -1. > > > > > > Is this our snprintf or one from Solaris ? Can > > > you try and track down why it's returning
2001 Dec 05
1
Code for Hodrick-Prescott Filter
Has anyone written any code for the Hodrick-Prescott filter? I have a some uncompiled FORTRAN code from Ed Prescott but I'd like to save myself some programming time if possible. Thanks for your help. Nick Davis Crown Financial Policy Asset and Liability Management Branch The New Zealand Treasury Direct: +64-4-471-5924 Fax: +64-4-499-0143 Email:
2010 Oct 16
1
Compiling from source - where is winecfg?
Hey all, I've just switched distro to Linux Mint Debian Edition (LMDE) from LM9 Isadora. Some of you may be aware that the Wine Debian packages are extremely old (the repo the main page directs me to doesn't go above 1.1.4.2), so I compiled 1.3.4 from source, without installing. That went fine, insofar as I tested with a previously-installed app and it ran, but now I want to install a
2008 Apr 18
2
[LLVMdev] PATCH: Use size reduction -- wave2
On Apr 17, 7:01 pm, Owen Anderson <resis... at mac.com> wrote: > Gabor, > > Have you updated llvm2cpp to generate calls to the appropriate new Yes. These are caught by my conversion scripts. > constructors? Also, could you check the code in the tutorials to make > sure it matches the new API? Good point, will do. Thanks, Gabor > > --Owen
2008 Apr 19
0
[LLVMdev] PATCH: Use size reduction -- wave2
...de in the tutorials to make > > sure it matches the new API? > > Good point, will do. All API changes so far (which landed on trunk) should be covered by <http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of- Mon-20080414/061283.html> Please alert me if you find some old API (uncompilable) examples. Cheers, Gabor > > Thanks, > >    Gabor > > > > > --Owen >
2008 May 20
0
[LLVMdev] Making use of SSE intrinsics
On Tue, May 20, 2008 at 5:03 AM, Nicolas Capens <nicolas at capens.net> wrote: > LoadInst *x = new LoadInst(ptr_x, "", false, basicBlock); > > // y = rcpps(x) // FIXME > StoreInst *storeResult = new StoreInst(y, ptr_y, false, basicBlock); Using an IRBuilder, something like the following (uncompiled, but it's at least approximately right): Value* x =
2006 May 25
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
...file > > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > > line 76 > > AC> Aborted > > Same for me. > > > > AC> Wihtout the -march specified (using native x86 assembly) it does > > AC> convert it into assembly, but is uncompilable (with some > > unecognized "," (comma) > > AC> characters in the .s file). > > Yes. X86AsmWriter should be fixed. I've submitted patches for that in > > this maillist some days ago. > > Could you resent? I cannot find your patch submission. > > T...
2018 Aug 16
3
Package compiler - efficiency problem
Dear Thomas, thank you for prompt response and taking interest in this issue. I really appreciate your compiler project and efficiency gains in usual case. I am aware of limitations of interpreted languages too and because of that even when writing my first mail I had a hunch that it is not that easy to address this problem. As you mentioned optimisation of compiler for handling non-standard
2018 Jun 05
1
Byte-compilation failure on different architectures / low-memory systems
On 4 June 2018 at 20:06, Tomas Kalibera wrote: | thanks for the report. Access to the test system is not necessary, the | memory requirements of the byte-code compiler are usually | platform-independent and specifically with this package I can reproduce | they are very high. We'll have a look what we can do, certainly there | should at least be a way to recover and use the uncompiled
2008 May 20
2
[LLVMdev] Making use of SSE intrinsics
Hi all, I'd like to make use of some specific x86 Streaming SIMD Extension instructions, but I don't know where to start. For instance the 'rcpps' instructions computes a low precision but fast reciprocal. I've noticed that LLVM supports intrinsics, but I couldn't find any information on how to use them. I've tried digging through the LLVM-GCC code but it's just
2006 May 24
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...registered!"" failed: file > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > line 76 > AC> Aborted > Same for me. > > AC> Wihtout the -march specified (using native x86 assembly) it does > AC> convert it into assembly, but is uncompilable (with some > unecognized "," (comma) > AC> characters in the .s file). > Yes. X86AsmWriter should be fixed. I've submitted patches for that in > this maillist some days ago. Could you resent? I cannot find your patch submission. Thanks, Evan > > AC> Does a...
2019 Jul 18
2
Eager compilation and relocatable dynamic linkable code-generation
Hi all, I am following the LLVM JIT tutorial API based on: https://llvm.org/docs/tutorial/BuildingAJIT1.html I have 2 independent questions: 1. The tutorial mentions that "*will defer compilation of the module until any of its definitions is looked up*". Does that mean to force eager compilation, i have to keep track of all functions added to the Module and do a lookup? I want the
2008 Apr 11
2
Help load a package into R
Dear R List, I want to download kinship_1.2_S.tar.gz in http://mayoresearch.mayo.edu/mayo/research/biostat/splusfunctions.cfm to R. Once save this file to C:\, how I could load into R? I am working in Windows XP. Usually what I do is, I go to "packages" and then "install packages from local zip files". This procedure fails for .tar.gz files. Can someone help here please....
2006 May 26
2
[LLVMdev] Error with llc after using llvm-g++ WIN32
...ygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > > > line 76 > > > AC> Aborted > > > Same for me. > > > > > > AC> Wihtout the -march specified (using native x86 assembly) it does > > > AC> convert it into assembly, but is uncompilable (with some > > > unecognized "," (comma) > > > AC> characters in the .s file). > > > Yes. X86AsmWriter should be fixed. I've submitted patches for that in > > > this maillist some days ago. > > > > Could you resent? I cannot find your...
2018 Aug 13
0
Package compiler - efficiency problem
Dear Karol, thank you for the report. I can reproduce that the function from you example takes very long to compile and I can see where most time is spent. The compiler is itself written in R and requires a lot of resources for large functions (foo() has over 16,000 lines of code, nearly 1 million of instructions/operands, 45,000 constants). In particular a lot of time is spent in garbage