Skip to content
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

Remove special handling of stackSave/stackRestore/stackAlloc #17399

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jul 8, 2022

There is no different between how these symbols are handled under the
standard an minimal runtime (unlike the other symbols that are added
separately there).

I'm working changes to remove all the different in the library vs
runtime split that exist between minimal runtime and regular runtime.
For most symbols this means moving them to JS library functions but for
these three they are already handled the same in both runtimes.

There is not different between how these symbols are handled under the
standard an minimal runtime (unlike the other symbols that are added
separately there).

I'm working changes to remove all the different in the library vs
runtime split that exist between minimal runtime and regular runtime.
For most symbols this means moving them to JS library functions but for
these three they are already handled the same in both runtimes.
@sbc100 sbc100 requested a review from kripken July 8, 2022 16:23
@kripken
Copy link
Member

kripken commented Jul 8, 2022

In the description, not different => no difference

@sbc100 sbc100 merged commit cc1112a into main Jul 8, 2022
@sbc100 sbc100 deleted the move_runtime_elements branch July 8, 2022 19:01
xbcnn pushed a commit to xbcnn/emscripten that referenced this pull request Jul 22, 2022
…ten-core#17399)

There is no different between how these symbols are handled under the
standard an minimal runtime (unlike the other symbols that are added
separately there).

I'm working changes to remove all the different in the library vs
runtime split that exist between minimal runtime and regular runtime.
For most symbols this means moving them to JS library functions but for
these three they are already handled the same in both runtimes.
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