Skip to content

Commit c6dc4ca

Browse files
Apply perldelta suggestions and comments from Karl Williamson
Co-authored-by: mauke <[email protected]>
1 parent 44e58e3 commit c6dc4ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,9 +1248,11 @@ lines saved by the debugger. [L<GH #23151|https://github.com/Perl/perl5/issues/2
12481248

12491249
=item *
12501250

1251-
Save debugger lines as C<PVIV> SVs rather than as C<PVMG> SVs as they
1252-
don't need magic, aren't blessed and don't need to store a floating
1253-
point part. This should save 24 bytes per stored line for 64-bit
1251+
In debugging mode, perl saves source lines from all files
1252+
(plus an indication of whether each line is breakable)
1253+
for use by the debugger. The internal storage format has been
1254+
optimized to use less memory.
1255+
This should save 24 bytes per stored line for 64-bit
12541256
systems, more for C<-Duselongdouble> or C<-Dusequadmath> builds.
12551257
Discussed in [L<GH #23171|https://github.com/Perl/perl5/issues/23171>].
12561258

0 commit comments

Comments
 (0)