Sciweavers

83 search results - page 4 / 17
» Termination Analysis of Java Bytecode
Sort
View
JVM
2001
97views Education» more  JVM 2001»
13 years 11 months ago
Deterministic Execution of Java's Primitive Bytecode Operations
For the application of Java in realtime and safety critical domains, an analysis of the worst-case execution times of primitive Java operations is necessary. All primitive operati...
Fridtjof Siebert, Andy Walter
CJ
2010
139views more  CJ 2010»
13 years 7 months ago
An Abstract Interpretation Approach for Enhancing the Java Bytecode Verifier
Roberto Barbuti, Nicoletta De Francesco, Luca Tese...
SAS
2007
Springer
128views Formal Methods» more  SAS 2007»
14 years 3 months ago
Magic-Sets Transformation for the Analysis of Java Bytecode
Denotational static analysis of Java bytecode has a nice and clean compositional definition and an efficient implementation with binary decision diagrams. But it models only the f...
Étienne Payet, Fausto Spoto
TGC
2010
Springer
13 years 7 months ago
Symbolic and Analytic Techniques for Resource Analysis of Java Bytecode
Recent work in resource analysis has translated the idea of amortised resource analysis to imperative languages using a program logic that allows mixing of assertions about heap sh...
David Aspinall, Robert Atkey, Kenneth MacKenzie, D...
IWMM
2007
Springer
116views Hardware» more  IWMM 2007»
14 years 4 months ago
Heap space analysis for java bytecode
This article presents a heap space analysis for (sequential) Java bytecode. The analysis generates heap space cost relations which define at compile-time the heap consumption of ...
Elvira Albert, Samir Genaim, Miguel Gómez-Z...