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

Combination of export and other ops causees crash #2

Closed
gfx opened this issue Jul 9, 2024 · 0 comments · Fixed by #4
Closed

Combination of export and other ops causees crash #2

gfx opened this issue Jul 9, 2024 · 0 comments · Fixed by #4
Labels
bug Something isn't working

Comments

@gfx
Copy link
Owner

gfx commented Jul 9, 2024

As described in https://github.com/gfx/titys/blob/main/tests_fail/exports_with_invoke_fn1.ts, the combination of export and some other ops could cause stack overflow errors.

const a = 1;
export const b = 2;
export const c = Math.sqrt(a);
@gfx gfx added the bug Something isn't working label Jul 9, 2024
@gfx gfx changed the title Combination of export and funcall could cause crash Combination of export and other ops causees crash Jul 18, 2024
gfx added a commit that referenced this issue Jul 19, 2024
@gfx gfx closed this as completed in #4 Jul 19, 2024
@gfx gfx closed this as completed in 6fdf8a4 Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant