-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- JIT warmup
- JIT cache
- GC
- 添加了hotspotCC
- 调用惯例JavaOperationLower, 把特定的函数调用都内联合了,没有cost model,也没inline CachePipeline很简单,目前就JavaOperationLower,RewriteStatepointsForGC和buildPerModuleDefaultPipeline,其中buildPerModuleDefaultPipeline是添加一些常规的优化
- LoopRotate和EarlyCSE...第二个commit,
- 禁止ShrinkWrap优化hotspotCC函数(也就是Java函数)。本来还挺期待看到在LLVM IR
- 逃逸分析,
- 锁消除和Devirtualization
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels