Skip to content

Support wide function calls in the Sonatina backend - #1545

Open
cburgdorf wants to merge 1 commit into
argotorg:masterfrom
cburgdorf:fix/1500-wide-calls
Open

Support wide function calls in the Sonatina backend#1545
cburgdorf wants to merge 1 commit into
argotorg:masterfrom
cburgdorf:fix/1500-wide-calls

Conversation

@cburgdorf

Copy link
Copy Markdown
Collaborator

Pack wide argument lists into a typed object and reserve room for compound return out pointers. Cover contract calls, recursion, effects, mixed types, and terminal calls across all optimization levels.

Fixes #1500

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T20:04:43.948720Z 4ea66ed PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@cburgdorf
cburgdorf requested a review from sbillig September 11, 2026 15:35
Pack wide argument lists into a typed object and reserve room for compound return out pointers. Cover contract calls, recursion, effects, mixed types, and terminal calls across all optimization levels.

Fixes argotorg#1500
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.

Sonatina EVM backend rejects functions / recv arms with more than 16 parameters

1 participant