We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
performance degraration occurred in b720076 (bencher report).
this degraration probably caused due to the exception handling in Compiler::Call():
Compiler::Call()
bee/libs/jsruntime/src/bridge/llvmir/compiler.cc
Lines 776 to 790 in b720076
by this change, the exception handling always performs every function call.
in this issue, we investigate ways to improve the exception handling.
The text was updated successfully, but these errors were encountered:
llvm has its own exception handling: Exception Handling in LLVM.
Sorry, something went wrong.
No branches or pull requests
performance degraration occurred in b720076 (bencher report).
this degraration probably caused due to the exception handling in
Compiler::Call()
:bee/libs/jsruntime/src/bridge/llvmir/compiler.cc
Lines 776 to 790 in b720076
by this change, the exception handling always performs every function call.
in this issue, we investigate ways to improve the exception handling.
The text was updated successfully, but these errors were encountered: