Proceedings of the 23rd ACM SIGPLAN Conference on Object-Oriented Programming Systems Languages and Applications 2008
DOI: 10.1145/1449764.1449775
|View full text |Cite
|
Sign up to set email alerts
|

Jolt

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2011
2011
2021
2021

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 65 publications
(3 citation statements)
references
References 21 publications
0
3
0
Order By: Relevance
“…There also exists a body of JVM-based profiling techniques [21,36,43,49,[57][58][59] that are used primarily to detect performance problems. Sampling-based Profiling.…”
Section: Performance Of Decoding and Recoverymentioning
confidence: 99%
“…There also exists a body of JVM-based profiling techniques [21,36,43,49,[57][58][59] that are used primarily to detect performance problems. Sampling-based Profiling.…”
Section: Performance Of Decoding and Recoverymentioning
confidence: 99%
“…Researchers have proposed profiling and program analysis techniques to identify runtime bloat. In general, software bloat is identified using heuristic‐based approaches such as profile the number of instances of certain object type or observing the time between the creation and garbage collection of object instances . Dufour et al have proposed an approach combining both dynamic and static analysis.…”
Section: Mitigating Issues Of Opportunistic Reuse Practicementioning
confidence: 99%
“…Because of the large memory footprint of a software, they use dynamic analysis to observe the objects life, and then use static analysis techniques to locate suspicious source code fragments. Similarly, Shankar et al propose an approach based on escape analysis to avoid object churn. They define object churn as harmful, which is caused due to rapid creation of many short lived objects.…”
Section: Mitigating Issues Of Opportunistic Reuse Practicementioning
confidence: 99%