Skip to content

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

Merged
sbc100 merged 1 commit into
emscripten-core:mainfrom
sbc100:syscall_varargs
Apr 1, 2024
Merged

Split out syscall vararg handling into seperate functions. NFC#21649
sbc100 merged 1 commit into
emscripten-core:mainfrom
sbc100:syscall_varargs

Conversation

@sbc100

@sbc100 sbc100 commented Mar 29, 2024

Copy link
Copy Markdown
Collaborator

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 dschuff and kripken March 29, 2024 00:01
@sbc100

sbc100 commented Mar 29, 2024

Copy link
Copy Markdown
Collaborator Author

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

sbc100 commented Apr 1, 2024

Copy link
Copy Markdown
Collaborator Author

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