No, I don't think so. Library sizes doesn't differ that much.
x86 # ldd /usr/bin/perl5.12.4 linux-gate.so.1 => (0xa07c8000) libperl.so.5.12 => /usr/lib/libperl.so.5.12 (0xa067f000) libc.so.6 => /lib/libc.so.6 (0xa051f000) libdl.so.2 => /lib/libdl.so.2 (0xa051b000) libm.so.6 => /lib/libm.so.6 (0xa04f5000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xa04c3000) /lib/ld-linux.so.2 (0xa07c9000) x86 # ls -l /usr/lib/libperl.so.5.12.4 /lib/lib{c,dl,m,crypt}-2.13.so +/lib/ld-2.13.so -rwxr-xr-x 1 root root 117748 Jan 22 07:24 /lib/ld-2.13.so -rwxr-xr-x 1 root root 1429836 Jan 22 07:24 /lib/libc-2.13.so -rwxr-xr-x 1 root root 34012 Jan 22 07:24 /lib/libcrypt-2.13.so -rwxr-xr-x 1 root root 9488 Jan 22 07:24 /lib/libdl-2.13.so -rwxr-xr-x 1 root root 149176 Jan 22 07:24 /lib/libm-2.13.so -rwxr-xr-x 1 root root 1321752 Dec 13 23:41 /usr/lib/libperl.so.5.12.4 x86_64 # ldd /usr/bin/perl5.12.4 linux-vdso.so.1 => (0x00007e8ee2651000) libperl.so.5.12 => /usr/lib64/libperl.so.5.12 (0x00007e8ee20c2 +000) libc.so.6 => /lib64/libc.so.6 (0x00007e8ee1d36000) libdl.so.2 => /lib64/libdl.so.2 (0x00007e8ee1b32000) libm.so.6 => /lib64/libm.so.6 (0x00007e8ee18b4000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007e8ee167d000) /lib64/ld-linux-x86-64.so.2 (0x00007e8ee2433000) x86_64 # ls -l /usr/lib64/libperl.so.5.12.4 /lib64/lib{c,dl,m,crypt}-2 +.13.so /lib64/ld-2.13.so -rwxr-xr-x 1 root root 136616 Feb 12 16:38 /lib64/ld-2.13.so -rwxr-xr-x 1 root root 1608776 Feb 12 16:38 /lib64/libc-2.13.so -rwxr-xr-x 1 root root 34720 Feb 12 16:38 /lib64/libcrypt-2.13.so -rwxr-xr-x 1 root root 14320 Feb 12 16:38 /lib64/libdl-2.13.so -rwxr-xr-x 1 root root 514000 Feb 12 16:38 /lib64/libm-2.13.so -rwxr-xr-x 1 root root 1507552 Feb 12 16:52 /usr/lib64/libperl.so.5.12 +.4

In reply to Re^4: memory usage on x86_64 by powerman
in thread memory usage on x86_64 by powerman

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.