Sciweavers

5 search results - page 1 / 1
» BIT: A Tool for Instrumenting Java Bytecodes
Sort
View
USITS
1997
13 years 5 months ago
BIT: A Tool for Instrumenting Java Bytecodes
Han Bok Lee, Benjamin G. Zorn
IISWC
2006
IEEE
13 years 9 months ago
A Quantitative Evaluation of the Contribution of Native Code to Java Workloads
— Many performance analysis tools for Java focus on tracking executed bytecodes, but provide little support in determining the specific contribution of native code libraries. Th...
Walter Binder, Jarle Hulaas, Philippe Moret
ENTCS
2006
107views more  ENTCS 2006»
13 years 3 months ago
Exact and Portable Profiling for the JVM Using Bytecode Instruction Counting
This paper presents a novel profiling approach, which is entirely based on program transformation techniques in order to enable exact profiling, preserving complete call stacks, m...
Walter Binder, Jarle Hulaas
CONCURRENCY
2007
100views more  CONCURRENCY 2007»
13 years 3 months ago
An instrumentation technique for online analysis of multithreaded programs
Runtime verification of multithreaded systems, that is, the process of finding errors in multithreaded systems as they execute, is the theme of this paper. The major goal of the...
Grigore Rosu, Koushik Sen
AOSD
2009
ACM
13 years 7 months ago
Flexible calling context reification for aspect-oriented programming
Aspect-oriented programming (AOP) eases the development of profilers, debuggers, and reverse engineering tools. Such tools frequently rely on calling context information. However,...
Alex Villazón, Walter Binder, Philippe More...