Skip to content

Split out syscall vararg handling into seperate functions. NFC #21649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 29, 2024

This means we only include these function when they are needed.

As part of a seperate change I was having issue with closure compiler when SYSCALLS.varargs are used by never assigned to.

@sbc100 sbc100 requested review from kripken and dschuff March 29, 2024 00:01
@sbc100
Copy link
Collaborator Author

sbc100 commented Mar 29, 2024

Also, includes #21650 for now. diff will be easier to read once that lands.

@sbc100 sbc100 enabled auto-merge (squash) March 29, 2024 06:52
@sbc100 sbc100 disabled auto-merge March 29, 2024 06:52
@sbc100 sbc100 enabled auto-merge (squash) March 29, 2024 06:52
This means we only include these function when they are needed.

As part of a seperate change I was having issue with closure compiler
when `SYSCALLS.varargs` are used by never assigned to.
@sbc100 sbc100 force-pushed the syscall_varargs branch from 65cad6d to d3a8763 Compare April 1, 2024 16:26
@sbc100
Copy link
Collaborator Author

sbc100 commented Apr 1, 2024

ping..

@sbc100 sbc100 merged commit a8b489d into emscripten-core:main Apr 1, 2024
@sbc100 sbc100 deleted the syscall_varargs branch April 1, 2024 23:15
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Apr 11, 2024
…ipten-core#21649)

* Merge two `SYSCALLS_REQUIRE_FILESYSTEM` blocks. NFC

* Split out syscall vararg handling into seperate functions. NFC

This means we only include these function when they are needed.

As part of a seperate change I was having issue with closure compiler
when `SYSCALLS.varargs` are used by never assigned to.
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