Skip to content

[GR-79045] Prevent binding of variadic stack operands; permit binding in custom yields/returns. - #14328

Merged
graalvmbot merged 1 commit into
masterfrom
mdsouza/GR-79045-variadic-stackvalues
Aug 28, 2026
Merged

[GR-79045] Prevent binding of variadic stack operands; permit binding in custom yields/returns.#14328
graalvmbot merged 1 commit into
masterfrom
mdsouza/GR-79045-variadic-stackvalues

Conversation

@graalvmbot

Copy link
Copy Markdown
Collaborator

Fixes a few oversights in the initial StackValue impl:

  1. we can't bind stack values in variadic position (they may get flushed to the variadic array)
  2. we can bind stack values in custom yields/returns

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 28, 2026
@graalvmbot
graalvmbot merged commit e50c1b3 into master Aug 28, 2026
3 checks passed
@graalvmbot
graalvmbot deleted the mdsouza/GR-79045-variadic-stackvalues branch August 28, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants