Skip to content

Conversation

@tonycoz
Copy link
Contributor

@tonycoz tonycoz commented Jan 9, 2026


  • This set of changes does not require a perldelta entry.

And it's reasonable that it is used.

Faster::Maths, Object::Pad, Syntax::Operator::Is, Data::Checks,
XS::Parse::Sublike all use this (I see an author trend...)

I also have an unreleased module that uses it.
$ perl -MO=Concise,f -e 'sub f { goto foo; foo:1 }'
main::f:
5  <1> leavesub[1 ref] K/REFC,1 ->(end)
-     <@> lineseq KP ->5
1        <;> nextstate(main 2 -e:1) v:{ ->2
2        <"> goto("foo") v ->3
3        <;> nextstate(foo: main 2 -e:1) v:{ ->4
4        <$> const[IV 1] s ->5
-e syntax OK

though this isn't reflected in regen/opcodes
Copy link
Contributor

@leonerd leonerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tonycoz tonycoz merged commit 61650d1 into Perl:blead Jan 9, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants