[FEATURE] Make LLVM JIT as default JIT
yunwei37 opened this issue · 1 comments
yunwei37 commented
Is your feature request related to a problem? Please describe.
The LLVM JIT has better performance and more stable now. It would be better to make it default.
Describe the solution you'd like
- Update the Makefile and CMake to make LLVM JIT compiled by default
- Update the documents in https://github.com/eunomia-bpf/eunomia.dev, make sure it includes how to install llvm-dev and compile bpftime with llvm-jit. The quick start and install page may also need updated.
- Check the release and docker image, make sure it works
NobinPegasus commented
I will be able to solve 1 & 2. Not sure about the third one.
@yunwei37