Re: More speed trials

2001-10-06 Thread Buggs
On Sunday 07 October 2001 01:16, Bryan C. Warnock wrote: [...] One of the more interesting discoveries?  Adding a 'default:' case to the switch slowed down the Linux runs by several percent. In that, umh, case: do you have an explanation or could you provide the code? Buggs

Re: Solaris problems with trans.t

2001-09-29 Thread Buggs
basic_opcodes.c, line 270: warning: statement not reached but make test is ok. Leaves OpenVMS. Buggs

Re: Cygwin Problems (was: [PATCH assemble.pl] Fix binary values i n bytecode)

2001-09-28 Thread Buggs
. Buggs

Solaris problems with trans.t

2001-09-28 Thread Buggs
Hoi, the solaris math functions(sin() ...) do not return the same value as perl when called with an integer. This causes the trans.t to fail. On solaris sin(1) != sin(1.0). Buggs

Re: Solaris problems with trans.t

2001-09-28 Thread Buggs
On Saturday 29 September 2001 04:45, Gibbs Tanton - tgibbs wrote: In perl sin(1) != sin(1.0) or in C or in both? Also, what version of the OS is this, SunOS 5.8 works fine. Perl equal and C not equal, that is. bash-2.03$ perl -le 'if(sin(1) == sin(1.0)){print equal}else{print not equal}'

Re: [COMMIT] Preparation for putting NVs in const_table.

2001-09-26 Thread Buggs
: These are pretty huge changes. Can I get some status reports from people before we go much further? bitwise.t fails now on freebsd (intel) perl 5.005_03. Buggs

Re: [COMMIT] Preparation for putting NVs in const_table.

2001-09-26 Thread Buggs
On Thursday 27 September 2001 01:27, Gregor N. Purdy wrote: On Wed, 26 Sep 2001, Andreas Buggs Hauser wrote: On Wednesday 26 September 2001 23:09, Simon Cozens wrote: On Wed, Sep 26, 2001 at 02:18:11PM -0400, Gregor N. Purdy wrote: I've just committed the changes I posted a few days

Re: Wow.

2001-09-24 Thread Buggs
there are some bugs in the num register handling that need fixing. :( Just forgotten or is there more to it? Buggs Index: basic_opcodes.ops === RCS file: /home/perlcvs/parrot/basic_opcodes.ops,v retrieving revision 1.22 diff -u -3 -p

Platforms Status

2001-09-24 Thread Buggs
) make ok / test fails (float errs) === Buggs

Re: Platforms Status

2001-09-24 Thread Buggs
On Monday 24 September 2001 22:48, Simon Cozens wrote: On Mon, Sep 24, 2001 at 10:44:33PM +0200, Buggs wrote: Tru64 make ok / test fails Can I have some more data on this? Works perfectly here. The machine from Compaq Testdrive. Compaq Tru64 Unix 5.1(JAVA) ES40 4@667MHz (ev6

Re: Quick Test hack for someone

2001-09-24 Thread Buggs
to a PBC ok? Did the interpreter segfault? (This is what usually happens.) Or did something else happen? Would make debugging a lot quicker. The hack is to upgrade Test::Harness :) Looks much less wiered. BTW after updating cygwin(1.3.2 - 1.3.3) it compiles. Buggs

Re: Platforms Status

2001-09-24 Thread Buggs
On Monday 24 September 2001 22:59, Buggs wrote: On Monday 24 September 2001 22:48, Simon Cozens wrote: On Mon, Sep 24, 2001 at 10:44:33PM +0200, Buggs wrote: Tru64 make ok / test fails Can I have some more data on this? Works perfectly here. The machine from Compaq Testdrive

Re: [patch] A few fixes to the Jako compiler

2001-09-15 Thread Buggs
Hoi, Just not to lie. Buggs Index: little_languages/jakoc === RCS file: /home/perlcvs/parrot/little_languages/jakoc,v retrieving revision 1.1 diff -u -3 -p -r1.1 jakoc --- little_languages/jakoc 2001/09/15 20:58:05 1.1

Re: PDD 6 (parrot assembly) now in CVS

2001-09-14 Thread Buggs
hear there's a good text-processing language on the net somewhere we could grab and use... ;-) This should spit out the longest duplicate string in a file and give its byte positions in that file. Buggs longdup.pl

Re: PDD 6 (parrot assembly) now in CVS

2001-09-13 Thread Buggs
On Wednesday 12 September 2001 17:45, Dan Sugalski wrote: I just checked PDD 6 into CVS. (parrot/docs/parrot_assembly.pod) Some changes since last time, so check it out to see what's up. Dan Lines 249 to 261 seem to duplicate 204 to 216. Buggs

Re: PDD 6 (parrot assembly) now in CVS

2001-09-13 Thread Buggs
Bible in about 36 seconds on a 600-MHz Celeron processor. Have fun, Buggs