You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant special handling of OP_ARGELEM from tokenizer
Previously, the op fragments created here were woven into the signature
handling part of the final optree and had to contain a few extra fields
related to signature argument handling. Since `subsignature_finish()`
now creates the entire optree itself, the ops created by the tokenizer
are only used for their side-effect of containing the pad offset in
`op_targ`. As such, they no longer need to be specially sized OP_ARGELEM
and can be regular OP_PADANYs.
0 commit comments