Mailing List Archive

svn commit: r423591 - /perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod
Author: stas
Date: Wed Jul 19 13:34:13 2006
New Revision: 423591

URL: http://svn.apache.org/viewvc?rev=423591&view=rev
Log:
make the explanation more clear
contributed by: jeff.deifik <jeff.deifik@ticketmaster.com>

Modified:
perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod?rev=423591&r1=423590&r2=423591&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod Wed Jul 19 13:34:13 2006
@@ -1300,9 +1300,9 @@
MG_TYPE = 'g'
MG_LEN = 2

-We see that all the addresses of the supposedly big structure are the
-same (C<0x8250e8c> and C<0x8271af0>), therefore the variable data
-structure is almost completely shared. The only difference is in
+We see that all the addresses of the supposedly big structures are the
+same, 0x8250e8c for SV, and 0x8271af0 for PV, therefore the variable
+data structure is almost completely shared. The only difference is in
C<SV.MAGIC.MG_LEN> record, which is not shared.

So given that the C<$readonly> variable is a big one, its value is



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org