Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Thu, 04 Mar 2004 15:36:57 +0100
Local: Thurs, Mar 4 2004 9:36 am
Subject: OO benchmarks
I've run these 2 tests below.
Results don't look really good. Are these 2 programs somehow equivalent? leo $ cat o1.pl for my $i (1 .. 100000) { } my $o = new Foo(); print $o->[0], "\n"; package Foo; sub new { } 1; $ cat o1.pasm newclass P1, "Foo" set I10, 0 find_type I1, "Foo" .pcc_sub init: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||