Sciweavers

183 search results - page 24 / 37
» Mostly-Functional Behavior in Java Programs
Sort
View
SIGCSE
2008
ACM
158views Education» more  SIGCSE 2008»
15 years 5 months ago
The game of life: an outreach model for high school students with disabilities
In this hands-on special session, attendees will learn about and use a Game of Life cellular automata framework (Java) to assist with outreach activities. Using the framework, stu...
Richard E. Ladner, Tammy VanDeGrift
PLDI
2011
ACM
14 years 8 months ago
Language-independent sandboxing of just-in-time compilation and self-modifying code
When dealing with dynamic, untrusted content, such as on the Web, software behavior must be sandboxed, typically through use of a language like JavaScript. However, even for such ...
Jason Ansel, Petr Marchenko, Úlfar Erlingss...
PPDP
2005
Springer
15 years 11 months ago
Trace effects and object orientation
fects are statically generated program abstractions, that can be model checked for verification of assertions in a temporal program logic. In this paper we develop a type and eff...
Christian Skalka
COMPSAC
2009
IEEE
16 years 20 days ago
HEAT: An Integrated Static and Dynamic Approach for Thread Escape Analysis
Thread escape analysis, which determines whether and when a variable becomes shared by multiple threads, is a foundation for many other program analyses. Most existing escape anal...
Qichang Chen, Liqiang Wang, Zijiang Yang
SIGMETRICS
2004
ACM
103views Hardware» more  SIGMETRICS 2004»
15 years 11 months ago
Myths and realities: the performance impact of garbage collection
This paper explores and quantifies garbage collection behavior for three whole heap collectors and generational counterparts: copying semi-space, mark-sweep, and reference counti...
Stephen M. Blackburn, Perry Cheng, Kathryn S. McKi...