Dan Sugalski <[EMAIL PROTECTED]> wrote:
> The code, when I try with -v, gives:
> debug = 0x0
> Reading forms/order.imc
> using optimization '0' (0)
> Starting parse...
> warning:imcc:build_reglist: probably too small HASH_SIZE (29451 symbols)
> error:imcc:make_life_range: Out of mem c
Providing the mirror is not an attempt to force or encourage a switch
of the system being used. It's just the case that with svk and the
mirror:
* It'd be easier for me to follow the development.
* I could make offline branches if I start hacking parrot.
* Vendor branches could be maintained mor
> I'll be redoing the Phalanx 100 this week. I'm hoping to get FTP logs
> from pair.com and from cpan.org. If anyone else has FTP logs they can
> submit to me, I'd love to have 'em.
$ host cpan.org
cpan.org has address 66.39.76.93
$ host cpan.pair.com
cpan.pair.com has address 66.39.76.93
> Last year, I got different logs from Graham and Pair. Any other
> suggestions since they're apparently the same now? Mirror-owners I
> should talk to?
You could ask Graham for the search.cpan.org logs. Those are
potentially interesting.
-R
# New Ticket Created by Chia-liang Kao
# Please include the string: [perl #30986]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30986 >
latest parrot trunk as of today.
FreeBSD portege.clkao.org 5.2-CURRENT FreeBSD 5.2
On Sun, Jul 18, 2004 at 08:20:25PM -0700, David Storrs wrote:
> Race condition: what if something deletes the file between the moment
> that perl closes the file and the moment that it re-opens it? Is
> there a cross-platform way to do an atomic reopen?
No.
To the best of my knowledge there isn'
On Sat, Jul 24, 2004 at 02:50:18PM -0700, David Storrs wrote:
> Definitely. On the other hand...I find myself wondering if we could
> offer a pragma so that people can have the option if they want it.
> For example:
>
>
> #!/usr/bin/perl6
#!/usr/bin/perl
> #use warnings; # Note that I am N
Andy Lester sent the following bits through the ether:
> I'll be redoing the Phalanx 100 this week. I'm hoping to get FTP logs
> from pair.com and from cpan.org. If anyone else has FTP logs they can
> submit to me, I'd love to have 'em.
Please make the list available in a computer-readable fo
On Sat, Aug 07, 2004 at 11:01:46AM -0700, Chia-liang Kao wrote:
> # New Ticket Created by Chia-liang Kao
> # Please include the string: [perl #30986]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30986 >
>
>
> lates
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> You can verify this step by running -v:
$ parrot -v inv_mod.imc 2>&1 | grep symb
build_reglist: 5783 symbols
allocate_non_interfering, now: 2205 symbols
It really should help.
leo
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Okay, I've looked over Leo's proposal. I'm not comfortable with some
> of what it does, so I think it's no-go, ...
What does it make a "no-go"?
> 1) The interpreter pointer gets another level of indirection, it
> points to a pointer to the interpreter. (W
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #30993]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30993 >
The Float PMC is checking for thruth with the default implemation of
get_bool
# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #30995]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30995 >
Anyone who thinks sizeof(int) == sizeof(long) == sizeof(*)
should now as a penan
# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #30996]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30996 >
I added more decoding of the arguments for parrot -t, and added a little
bit of
# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #30997]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30997 >
The PDB labels are somehow b0rked in tru64/alpha:
(make pdb)
kosh:/tmp/jhi/par
Nicholas Clark <[EMAIL PROTECTED]> wrote:
> Do the number of GC runs (which think that this is testing) depend on the
> amount of RAM or swap on the machine?
The tests print differences of before/after e.g. a sweep opcode.
> Nicholas Clark
leo
On Sun, Aug 08, 2004 at 10:46:20AM -0700, Jarkko Hietaniemi wrote:
> # New Ticket Created by Jarkko Hietaniemi
> # Please include the string: [perl #30995]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30995 >
>
>
>
On Sun, Aug 08, 2004 at 08:01:52PM +0100, Nicholas Clark wrote:
> On Sun, Aug 08, 2004 at 10:46:20AM -0700, Jarkko Hietaniemi wrote:
> > # New Ticket Created by Jarkko Hietaniemi
> > # Please include the string: [perl #30995]
> > # in the subject line of all future correspondence about this issu
On Sun, Aug 08, 2004 at 08:18:01PM +0100, Nicholas Clark wrote:
> On Sun, Aug 08, 2004 at 08:01:52PM +0100, Nicholas Clark wrote:
> > On Sun, Aug 08, 2004 at 10:46:20AM -0700, Jarkko Hietaniemi wrote:
> > > # New Ticket Created by Jarkko Hietaniemi
> > > # Please include the string: [perl #30995
# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #31000]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=31000 >
To accommodate even more sizeof() combinations and to avoid duplicate
cases in t
On Sunday 08 August 2004 10:25 am, Leon Brocard wrote:
> Andy Lester sent the following bits through the ether:
> > I'll be redoing the Phalanx 100 this week. I'm hoping to get FTP logs
> > from pair.com and from cpan.org. If anyone else has FTP logs they can
> > submit to me, I'd love to have 'e
At 10:54 AM 8/7/2004 -0400, Dan Sugalski wrote:
At 12:45 PM +0200 8/7/04, Leopold Toetsch wrote:
Sean O'Rourke <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] (Leopold Toetsch) writes:
The interference_graph size is n_symbols * n_symbols *
sizeof(a_pointer). This might already be too much.
2) Ther
t/op/sleep.t doesn't actually check to see how long it's slept for. The
test takes sleep()'s word for it.
I also modernized it to use Test::More and its convenience functions.
xoxo,
Andy
--- t/op/sleep.t.orig 2004-08-08 23:19:54.0 -0500
+++ t/op/sleep.t2004-08-08 23:52:11.000
Steve Peters sent the following bits through the ether:
> I've got Bundle::Phalanx100 out there right now. Once the list is
> updated, I can get the module updated.
And a link to this module, then ;-)
--
Leon Brocard.http://www.astray.com/
scribot
24 matches
Mail list logo