11 citations · 16 across the 5 of their papers we have counts for
Showing cs.PFShow all
3 papers · 1 filter
cs.PF2021★ 5 cited
DJXPerf: Identifying Memory Inefficiencies via Object-centric Profiling for Java
Bolun Li, Pengfei Su, Milind Chabbi +2
Java is the "go-to" programming language choice for developing scalable enterprise cloud applications. In such systems, even a few percent CPU time savings can offer a significant…
cs.PF2019
Pinpointing Performance Inefficiencies in Java
Pengfei Su, Qingsen Wang, Milind Chabbi +1
Many performance inefficiencies such as inappropriate choice of algorithms or data structures, developers' inattention to performance, and missed compiler optimizations show up as…
cs.PF2019
Redundant Loads: A Software Inefficiency Indicator
Pengfei Su, Shasha Wen, Hailong Yang +2
Modern software packages have become increasingly complex with millions of lines of code and references to many external libraries. Redundant operations are a common performance li…