develooper Front page | perl.perl5.porters | Postings from March 2000

Re: [PATCH 5.6.0-RC1] more warnings tidy ups

Thread Previous
From:
Tom Christiansen
Date:
March 16, 2000 07:28
Subject:
Re: [PATCH 5.6.0-RC1] more warnings tidy ups
Message ID:
25086.953220321@chthon
>I have a vague memory that using the warnings pramga will make the code
>use slightly more memory. It that still true (was it ever) and, if so,
>what kind of typical percentage overhead is there?

Purely anecdotally.

% wc plum
    4616   11257   90680 plum

First, without warnings:

% plum +
  PID  STAT      TIME  SL  RE PAGEIN   VSZ   RSS   LIM TSIZ %CPU %MEM COMMAND
 7426 S+      0:00.52   0   1      0  2816  2984 117428  932 65.0  2.3 /usr/bin/perl /ho

Next, without warnings:

% plum +
  PID  STAT      TIME  SL  RE PAGEIN   VSZ   RSS   LIM TSIZ %CPU %MEM COMMAND
17513 S+      0:00.54   0   0      0  2848  3028 117428  932  0.0  2.3 /usr/bin/perl /ho

--tom

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About