You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: