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

parseStackLinesV8 cpu cost && memory cost is very high if the javascript's code is very large #1039

Closed
hardfist opened this issue Mar 23, 2021 · 0 comments

Comments

@hardfist
Copy link
Contributor

My compiler source code is very large(2M+ LOC, because it includes other wasm|asm.js code), which cause parseStackLinesV8's cost is very high for every plugin(100ms+ for every plugin), even though no exception thrown.

Maybe lazy execute parseStackLinesV8 until exception thrown could solve this issue

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