Sciweavers

1937 search results - page 3 / 388
» Adaptation-based programming in java
Sort
View
JAVA
2000
Springer
15 years 1 months ago
A high performance cluster JVM presenting a pure single system image
Yariv Aridor, Michael Factor, Avi Teperman, Tamar ...
PEPM
2011
ACM
14 years 9 days ago
Adaptation-based programming in java
Writing deterministic programs is often difficult for problems whose optimal solutions depend on unpredictable properties of the programs’ inputs. Difficulty is also encounter...
Tim Bauer, Martin Erwig, Alan Fern, Jervis Pinto
JAVA
1999
Springer
15 years 1 months ago
Fixing the Java Memory Model
The Java memory model described in Chapter 17 of the Java Language Specification gives constraints on how threads interact through memory. The Java memory model is hard to interp...
William Pugh

Book
987views
16 years 5 months ago
Inside the Java Virtual Machine
"Inside the Java Virtual Machine explains Java's architecture and internals, and several Java APIs closely tied to the virtual machine, to Java programmers. Reading this ...
Bill Venners