
jeandle-jdk
jeandle
Jeandle is a Just-in-Time compiler for Java. It is built on OpenJDK and leverages the LLVM compiler infrastructure to generate machine code, aiming to provide powerful compilation optimizations and deliver high-performance code.
AI 简介
Jeandle 是一个基于 OpenJDK 构建的 Java 即时编译器(JIT),通过集成 LLVM 编译基础设施生成高效机器码,支持高级编译优化以提升运行时性能。其核心特点是将 Java 字节码经 JIT 编译路径转向 LLVM 后端,实现更深层次的优化(如跨函数内联、向量化等),同时保持与标准 JVM 的兼容性。适用于对延迟敏感或计算密集型的 Java 应用场景,如高频交易系统、实时数据处理服务及需要定制化编译策略的 JVM 性能调优研究。
Java
461
Stars
128
Forks
0
Watchers
0
Issues
Star 增长
今日0
近 7 天0
近 30 天0
综合评分43.33
默认分支main