Sciweavers

4 search results - page 1 / 1
» Java bytecode verification via static single assignment form
Sort
View
TOPLAS
2008
83views more  TOPLAS 2008»
13 years 4 months ago
Java bytecode verification via static single assignment form
Andreas Gal, Christian W. Probst, Michael Franz
JIPS
2007
100views more  JIPS 2007»
13 years 4 months ago
Static Type Assignment for SSA Form in CTOC
: Although the Java bytecode has numerous advantages, it also has certain shortcomings such as its slow execution speed and difficulty of analysis. In order to overcome such disadv...
Ki-Tae Kim, Weon-Hee Yoo
VEE
2006
ACM
131views Virtualization» more  VEE 2006»
13 years 10 months ago
HotpathVM: an effective JIT compiler for resource-constrained devices
We present a just-in-time compiler for a Java VM that is small enough to fit on resource-constrained devices, yet is surprisingly effective. Our system dynamically identifies tr...
Andreas Gal, Christian W. Probst, Michael Franz
SAS
2009
Springer
281views Formal Methods» more  SAS 2009»
14 years 5 months ago
A Verifiable, Control Flow Aware Constraint Analyzer for Bounds Check Elimination
The Java programming language requires that out-of-bounds array accesses produce runtime exceptions. In general, this requires a dynamic bounds check each time an array element is...
David Niedzielski, Jeffery von Ronne, Andreas Gamp...