We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa3343 commit 3b40a0aCopy full SHA for 3b40a0a
pod/perldelta.pod
@@ -369,6 +369,14 @@ manager will later use a regex to expand these into links.
369
In some cases an C<eval> would not add integer parts to the source
370
lines saved by the debugger. [GH #23151]
371
372
+=item *
373
+
374
+Save debugger lines as C<PVIV> SVs rather than as C<PVMG> SVs as they
375
+don't need magic, aren't blessed and don't need to store a floating
376
+point part. This should save 24 bytes per stored line for 64-bit
377
+systems, more for C<-Duselongdouble> or C<-Dusequadmath> builds.
378
+Discussed in [GH #23171].
379
380
=back
381
382
=head1 Known Problems
0 commit comments