-
Notifications
You must be signed in to change notification settings - Fork 57
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
LLVM #26
Comments
I find an interesting page that introduces code generation through LLVM. |
I have already known the basic steps to generate code by LLVM. @scdong In the following, I will list the critical section requiring code generation.
|
It is better to know better through performance test. |
Low Level Virtual Machine (LLVM) is widely used in the efficient implementation of database system, e.g., impala, hyper, etc.
Given the inefficient implementation of expression calculation in Claims, it is worthy to consider LLVM for performance improvement.
The text was updated successfully, but these errors were encountered: