Skip to content

Commit 761ed85

Browse files
committed
index use soft
1 parent a43c65e commit 761ed85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/functions.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ Here C<return> does not just leave the block inside which it was called, but
454454
the whole routine. In general, blocks are transparent to C<return>, they
455455
attach to the outer routine.
456456
457+
X<|use soft (pragma)>
457458
Routines can be inlined and as such provide an obstacle for wrapping. Use the
458459
pragma C<use soft;> to prevent inlining to allow wrapping at runtime.
459460

0 commit comments

Comments
 (0)