Skip to content

spec-constr: Lift argument limit for SPEC-marked functions

Ben Gamari requested to merge wip/T14003 into master

When the user adds a SPEC argument to a function, they are informing us that they expect the function to be specialised. However, previously this instruction could be preempted by the specialised-argument limit (sc_max_args). Fix this.

This fixes #14003 (closed).

Merge request reports