similar to: Does R use "computed gotos" - a gcc extension of C?

Displaying 20 results from an estimated 1000 matches similar to: "Does R use "computed gotos" - a gcc extension of C?"

2012 Mar 30
3
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hi, Can anyone fix this TEXTREL bug in ToT? https://bugs.gentoo.org/show_bug.cgi?id=403519 Thanks,
2012 Mar 30
0
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hello > Can anyone fix this TEXTREL bug in ToT? > https://bugs.gentoo.org/show_bug.cgi?id=403519 The patch in PR is wrong since it will make both darwin and windows unhappy. I will comment on gentoo PR about possible proper solution. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2006 Oct 31
0
6372082 ld -r erroneously creates .got section on i386
Author: rie Repository: /hg/zfs-crypto/gate Revision: 37c7c62679d7987230afdd78480cf8d105c096a6 Log message: 6372082 ld -r erroneously creates .got section on i386 6201866 amd64: linker symbol elimination is broken Files: update: usr/src/cmd/sgs/elfdump/common/elfdump.c update: usr/src/cmd/sgs/elfdump/common/elfdump.msg update: usr/src/cmd/sgs/libld/amd64/machrel.c update:
2017 Aug 15
3
[XRay] Alternatives to relocations in .text section
Hi llvm-dev, I'm currently looking for alternatives to the synthetic references that XRay uses to keep some side-tables live, to avoid linker garbage collection from deleting those sections. Before going any further, let me give a backgrounder on what XRay does today. Background ========== XRay has two side tables we use at runtime to identify the location of the sleds for the functions
2012 Dec 11
4
Syslinux 5 Path Option.
I'm not seeing how to set this path option? Here is what I get using vesamenu.c32 as an example when moved to a directory outside of the build. The current syslinux 4.06 has all the files in the same directory which is at the root of the cd. ldd vesamenu.c32 linux-gate.so.1 => (0xb77c5000) ../../com32/libutil/libutil_com.c32 => not found ../../com32/lib/libcom32.c32 => not found
2006 Oct 31
0
PSARC 2005/689 ELF Extended Program Headers
Author: ahl Repository: /hg/zfs-crypto/gate Revision: 0f27629eb96eb9ce7ab1322830d1f3839b9c7da1 Log message: PSARC 2005/689 ELF Extended Program Headers 6317969 elfheader limited to 65535 segments 6317980 coredump elfheader doesn''t reflect the correct number of dumped segments 6343698 p-tools affected by 6317980 : coredump elfheader incorrectly states number of dumped segments 6350070 stub
2012 Mar 30
1
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Kimura, Can you please open an LLVM bug report for this, with a reference the gentoo PR, so that this can be properly tracked from our end? Please also add me to the CC list. -Hal On Fri, 30 Mar 2012 15:11:45 +0400 Anton Korobeynikov <anton at korobeynikov.info> wrote: > Hello > > > Can anyone fix this TEXTREL bug in ToT? > >
2010 May 31
1
Corrections for Solaris stuff in manual
There are a number of errors in the R manual about Solaris. http://cran.r-project.org/doc/manuals/R-admin.html#Solaris 1) Firstly, Sun are now owned by Oracle, who bought them for $7 billion. 2) "(Recent Sun machines are Opterons (?amd64?) rather than ?x86?, but 32-bit ?x86? executables are the default.) " That's incorrect. All recent Sun workstations used *Intel* CPUs -
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list, Good morning; I'm with the Sage (http://www.sagemath.org) project. (Some of you might have seen my talk on this at last summer's useR conference). We have some rudimentary support for using R graphics in various cases, which has proved useful to many of our users who want to go back and forth between R and other capabilities within Sage. Unfortunately, the way we
2008 Apr 15
2
Sage <--> R integration
Hi R-Devel, The Sage project (http://www.sagemath.org) has been working extremely hard for several years to create a viable free open source alternative to Maple, Matlab, Mathematica, and Magma. Numerous users have requested statistical functionality. Though Sage includes scipy and numpy, which have some statistical functionality, we've decided the best longterm solution is to strongly
2010 Jun 14
1
Prime Numbers Pkgs
> Looking for a recommended package that handles prime number computations. I'm not sure whether this would be helpful to you, but Sage (http://www.sagemath.org) has excellent number theory support and several ways to interface with R (which is included in the distribution of Sage). I use it myself to access several R packages I need to do analysis on data I produce in Sage/Python, and
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
I have made few attempts to compile some software packages with llvm. My approach is to define Make variables as follows : export AS=llvm-as export LD=llvm-ld export AR=llvm-ar export CXX=llvm-g++ and then run configure and make. This approach works with very small code bases only. For most of the projects, it bails out with errors. Some of them are very clear, like llvm does not support
2006 Jan 26
1
Fedora 4 Compile environment
Hi Does anyone have a working environmet to compile Fedora 4 xen rpm packages? Hopefully based on fc4 + additional packages. I need to have rpm-packages, because I cannot have development tools in production systems. I have looked through the archives without any working solutions. I have tried gcc32 and tune=pentium4 modifications, but I have always found new challenges (problems). -- Timo
2009 Sep 07
1
Building GCC 3.2.3
Hello! I'm trying to build GCC 3.2.3 in CentOS 5. I wonder if there are some script or manual that contains all the configure options? Is GCC 3.2.3 built with all patches gcc32-* applied? What I really need is GCC 3.2.3 with the same options as in original one and the same pathches + 1 applied. This patch fixes the erroneous write in linkonce section. Thanks in advance, Igor
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
I've tried to build R 2.6.1 and 2.7.0 on Solaris 10 update 4 (SPARC) and both configure ok, so you might ask why I suspect there is a problem. I tried to build the maths program Sage http://www.sagemath.org/ version 3.0.3alpha1. Sage fails when building R 2.6.1 - (Sage includes R in the package). The relavant bit of Sage, which is only using an unmodified R configure script is: checking
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
On Sun, Jun 13, 2010 at 8:28 AM, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 13.06.2010 01:09, Dr. David Kirkby wrote: >> >> On 06/12/10 05:27 PM, Douglas Bates wrote: >>> >>> On Sat, Jun 12, 2010 at 8:37 AM, Dr. David Kirkby >>> <david.kirkby at onetel.net> wrote: >>>> >>>> R 2.10.1 is used in
2010 Jul 14
3
Mathematica and R
What are some effective ways to leverage the strengths of R and Mathematica for the analysis of a single data set? More specifically, are there any functions that can assist with any of the following? 1. Calling an R function from Mathematica. 2. Calling a Mathematica function from R. 3. Using XML or another reliable data format to pass vectors, matrices, and/or lists from one environment to
2010 Jun 23
1
trouble building R on solaris
Dear all, I just changed from linux to a solaris server and I'm having trouble building R from source. I can't use the binaries because I don't have a permission to write to /usr/local. I followed the online instructions regarding the configuration with readline and the GNU version of iconv: ./configure --prefix=/u/fox/binaries
2005 Aug 13
0
cvs STABLE of 08/10 & gcc4 issue
Hi all, I'm trying to make my cvs STABLE 08/10 srpms build properly on an updated FC4 box. When I rebuild the srpm with FC4's gcc4 I get this error: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O3 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-v1-0-08/13/05-23:45:43\"
2008 Aug 12
0
[LLVMdev] Eliminating gotos
> [bg] Actually this does not need to be the case. The paper that I sighted > does not use code replication to resolve irreducible control flow but > instead introduces a loop construct. We implemented this in GCC back when we first started GIMPLE (since GIMPLE is based on the IL the authors of that paper used in their compiler), and the code size increases on a bunch of testcases were