The problem seems to be in C::A::G.

[EMAIL PROTECTED] /home/syber =>./operl58/bin/perl test/mro_test58.plx

Benchmark: running aa, bb, cc, dd, ee for at least 1 CPU seconds...
        aa:  1 wallclock secs ( 1.10 usr +  0.00 sys =  1.10 CPU) @
235174.13/s (n=259059)
        bb:  1 wallclock secs ( 1.09 usr +  0.00 sys =  1.09 CPU) @
100662.86/s (n=110100)
        cc:  2 wallclock secs ( 1.07 usr +  0.00 sys =  1.07 CPU) @
102867.15/s (n=110100)
        dd:  1 wallclock secs ( 1.08 usr +  0.00 sys =  1.08 CPU) @
102121.74/s (n=110100)
        ee:  1 wallclock secs ( 1.06 usr +  0.00 sys =  1.06 CPU) @
103623.53/s (n=110100)


[EMAIL PROTECTED] /home/syber =>./perl510/bin/perl test/mro_test510.plx

Benchmark: running aa, bb, cc, dd, ee for at least 1 CPU seconds...
        aa:  1 wallclock secs ( 1.09 usr +  0.00 sys =  1.09 CPU) @
1908469.87/s (n=2072479)
        bb:  0 wallclock secs ( 1.08 usr +  0.00 sys =  1.08 CPU) @
1922299.36/s (n=2072479)
        cc:  1 wallclock secs ( 1.10 usr +  0.00 sys =  1.10 CPU) @
1881399.38/s (n=2072479)
        dd:  2 wallclock secs ( 1.04 usr +  0.01 sys =  1.05 CPU) @
1869698.87/s (n=1957341)
        ee:  0 wallclock secs ( 1.02 usr +  0.00 sys =  1.02 CPU) @
1927228.06/s (n=1957341)

tests are attached.

perl -V for both perls are attached too.
[EMAIL PROTECTED] /home/syber =>./perl510/bin/perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=freebsd, osvers=6.2-stable, archname=i386-freebsd
    uname='freebsd lion.hacnet.ru 6.2-stable freebsd 6.2-stable #4: mon jul 9 
13:07:56 msd 2007 [EMAIL PROTECTED]:usrobjusrsrcsyslionkern i386 '
    config_args='-ds -e -Dprefix=/home/syber/perl510'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H 
-fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-I/usr/local/include'
    ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        USE_LARGE_FILES USE_PERLIO
  Built under freebsd
  Compiled at Dec 20 2007 13:05:07
  @INC:
    /home/syber/perl510/lib/5.10.0/i386-freebsd
    /home/syber/perl510/lib/5.10.0
    /home/syber/perl510/lib/site_perl/5.10.0/i386-freebsd
    /home/syber/perl510/lib/site_perl/5.10.0
    .
[EMAIL PROTECTED] /home/syber =>./operl58/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=freebsd, osvers=6.2-stable, archname=i386-freebsd
    uname='freebsd lion.hacnet.ru 6.2-stable freebsd 6.2-stable #4: mon jul 9 
13:07:56 msd 2007 [EMAIL PROTECTED]:usrobjusrsrcsyslionkern i386 '
    config_args='-ds -e -Dprefix=/home/syber/operl58'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
  Built under freebsd
  Compiled at Dec  8 2007 17:23:13
  @INC:
    /home/syber/operl58/lib/5.8.8/i386-freebsd
    /home/syber/operl58/lib/5.8.8
    /home/syber/operl58/lib/site_perl/5.8.8/i386-freebsd
    /home/syber/operl58/lib/site_perl/5.8.8
    /home/syber/operl58/lib/site_perl
    .

Attachment: mro_compat510.plx
Description: Binary data

Attachment: mro_compat58.plx
Description: Binary data

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to