search for: jikes

Displaying 13 results from an estimated 13 matches for "jikes".

Did you mean: likes
2014 Oct 29
1
[Bug 985] New: iptables-save cannot display devgroup rule the right way?
https://bugzilla.netfilter.org/show_bug.cgi?id=985 Bug ID: 985 Summary: iptables-save cannot display devgroup rule the right way? Product: iptables Version: 1.4.x Hardware: x86_64 OS: other Status: NEW Severity: enhancement Priority: P5 Component: iptables
2003 Jul 23
3
cvs pserver sig11 on 4.8-R
Hi all, We recently moved our CVS repository from a 4.6-STABLE machine to a brand new 4.8 install, on another identical machine. The server runs cvs in 'pserver' mode, for remote access by various Windows/Solaris/Linux/FreeBSD clients. We pretty soon noticed that the cvs server process was occasionally crashing on sig11 (ie. a segfault). The only evidence for this was in the message
2005 Feb 07
1
rsyncd.conf is not created although successful installation of rsync on debian but
Hi All, I have installed rysnc-2.6.3 on my debian linux ( 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686). While configuration it was successful and i installed it without any error. Now, in default installation it should create rsyncd.conf as detault configuration file.. but it has not been created anywhere in system. root@jike:/tmp/temp/rsync-2.6.3# which rsync /usr/local/bin/rsync In
2006 Mar 02
1
[LLVMdev] llvm-java state
...n I read through the Debug output, I see that class2llvm is trying to compile all of the files distributed in the gnuclasspath, ~2500 classes. I can't imagine a Hello World program needing all of those classes. Here is how I am using class2llvm currently: // In test/Regression/ClassFile jikes -cp /usr/local/share/classpath Hello.java class2llvm -cp /usr/local/share/classpath:. Hello Am I doing something wrong or using the tool improperly? I thought I would make sure I'm not doing something really stupid before I try and debug this error. Do you happen to remember the state of...
2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
...olkit, for complete details." === FORTRAN No "free" news -- so I guess it is F2C. Lahey & Salford have commercial Fortran compliers. === JAVA (useful for Omegahat) IKVM - a CLR implementation of a language compatible with the Java syntax that be used with GNU Classpath and IBM Jikes http://www.ikvm.net/ === PERL PerlSharp http://taubz.for.net/code/perlsharp/ 1. "By Joshua Tauberer. PerlSharp is a .NET binding to the Perl interpreter. It allows .NET programs to embed Perl scripts and manipulate Perl data. Perl version 5.8.0 or later on a Unix-like system is required (t...
2003 Nov 02
2
[LLVMdev] Re: LLVM and PyPy
> > We already have the capability of doing function-at-a-time code > > generation: what is basic-block at a time generation used for? How do you > > do global optimizations like register allocation? > > It is central to Psyco, the Python just-in-time specializer > (http://psyco.sourceforge.net) whose techniques we plan to integrate with > PyPy. Unlike other
2006 Mar 03
1
[LLVMdev] printing constants
...all the functions that can > potentially be > called. My suggestion would be to first do that > before you try to > implement more features for the java front end. > > > Here is how I am using class2llvm currently: > > > > // In test/Regression/ClassFile > > jikes -cp /usr/local/share/classpath Hello.java > > class2llvm -cp /usr/local/share/classpath:. Hello > > This looks right to me. But if Hello.java contains a > call to > System.out.println() this will not work, because I/O > doesn't work yet. > Read on. > > > Am I...
2007 Dec 22
5
[Bug 13778] New: DMA queue hang Class 0x0397 Mthd 1808, FX5600
...av dvdr dvdread eds eiglx emboss encode etcproposals evo evolution exif fam fat fbcondecor ffmpeg firefox flac fortran freetype ftp galago gd gdbm gedit gif gimp glib glitz glsa gmedia gmp gnome gnutls gpm gsf gstreamer gtk gtk2 gtkhtml hal hpn iconv icu inotify ipv6 irda irmc isdnlog ithreads java jikes joystick jpeg kerberos keyring keyutils kqemu lcms ldap libnotify libofa libsexy lm_sensors logrotate mad matroska maxoptimization mdnsresponder-compat midi mikmod mmx mng mono moznocompose moznoirc moznomail mp3 mpeg msn mudflap musepack musicbrainz nautilus ncurses network network-cron newspr nfs...
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks, The folks on RedHat who have been complaining of poor-quality encodes prompted us to track down the trouble, and it's a compiler bug. We have the asm .s files to prove it :-) The summary: EGCS (gcc) versions through March 1999, including up to at least gcc/egcs 2.91.66 have a serious floating point optimization bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks, The folks on RedHat who have been complaining of poor-quality encodes prompted us to track down the trouble, and it's a compiler bug. We have the asm .s files to prove it :-) The summary: EGCS (gcc) versions through March 1999, including up to at least gcc/egcs 2.91.66 have a serious floating point optimization bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2003 Oct 31
5
[LLVMdev] Re: LLVM and PyPy
On Fri, 31 Oct 2003, Armin Rigo wrote: > Hello Chris, > > We have been investigating your project and the good documentation > and are very impressed. If we understood your goals correctly > this seems like a good match for our ongoing and active PyPy project, > a reimplementation of the Python language in Python. Cool. We are all big fans of Python here. :) > We'll
2009 Apr 09
0
Processed: Update submitter address for my bugs
...> to Daniel Schepler <dschepler at gmail.com>. > submitter 484222 ! Bug#484222: gforth: FTBFS: Cannot allocate memory Changed Bug submitter from Daniel Schepler <schepler at math.berkeley.edu> to Daniel Schepler <dschepler at gmail.com>. > submitter 264073 ! Bug#264073: jikes: Gets assertion failure building kissme Changed Bug submitter from Daniel Schepler <schepler at math.berkeley.edu> to Daniel Schepler <dschepler at gmail.com>. > submitter 483984 ! Bug#483984: umlrun: FTBFS on amd64 Changed Bug submitter from Daniel Schepler <schepler at math.ber...
2017 Feb 02
4
Adding Extended-SSA to LLVM
Hey folks, After a long amount of discussion both offline and on, I put a pass/intrinsic to add extended SSA up at http://reviews.llvm.org/D29316. Sean asked me to share it more broadly on llvm-dev, so here you go :) For those not familiar with extended-SSA, it's described in the paper "ABCD: Eliminating Array Bounds Checks on Demand". There is a very large amount of explanation