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

client.c function signatures mismatch #579

Closed
pavel-krivanek opened this issue Apr 14, 2023 · 0 comments · Fixed by #582
Closed

client.c function signatures mismatch #579

pavel-krivanek opened this issue Apr 14, 2023 · 0 comments · Fixed by #582

Comments

@pavel-krivanek
Copy link
Contributor

In the beginning of client.c, there are these method signatures defined:

extern void setMaxStacksToPrint(sqInt anInteger);
extern void setMaxOldSpaceSize(sqInt anInteger);
extern void setDesiredCogCodeSize(sqInt anInteger);
extern void setDesiredEdenBytes(sqLong anInteger);
extern void setMinimalPermSpaceSize(sqLong anInteger);

Problem is that they do not correspond to the original method signatures. It causes emcc do not match the functions and do the dead code elimination on functions we are trying to call.

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 a pull request may close this issue.

1 participant