We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd84df2 commit a707decCopy full SHA for a707dec
pod/perldelta.pod
@@ -377,6 +377,14 @@ manager will later use a regex to expand these into links.
377
In some cases an C<eval> would not add integer parts to the source
378
lines saved by the debugger. [GH #23151]
379
380
+=item *
381
+
382
+Save debugger lines as C<PVIV> SVs rather than as C<PVMG> SVs as they
383
+don't need magic, aren't blessed and don't need to store a floating
384
+point part. This should save 24 bytes per stored line for 64-bit
385
+systems, more for C<-Duselongdouble> or C<-Dusequadmath> builds.
386
+Discussed in [GH #23171].
387
388
=back
389
390
=head1 Known Problems
0 commit comments