Sciweavers

4 search results - page 1 / 1
» SableSpMT: a software framework for analysing speculative mu...
Sort
View
115
Voted
PASTE
2005
ACM
15 years 10 months ago
SableSpMT: a software framework for analysing speculative multithreading in Java
Christopher J. F. Pickett, Clark Verbrugge
LCPC
2005
Springer
15 years 10 months ago
Software Thread Level Speculation for the Java Language and Virtual Machine Environment
Thread level speculation (TLS) has shown great promise as a strategy for fine to medium grain automatic parallelisation, and in a hardware context techniques to ensure correct TLS...
Christopher J. F. Pickett, Clark Verbrugge
HPCA
2011
IEEE
14 years 8 months ago
Dynamic parallelization of JavaScript applications using an ultra-lightweight speculation mechanism
As the web becomes the platform of choice for execution of more complex applications, a growing portion of computation is handed off by developers to the client side to reduce net...
Mojtaba Mehrara, Po-Chun Hsu, Mehrzad Samadi, Scot...
167
Voted
FASE
2009
Springer
15 years 11 months ago
HAVE: Detecting Atomicity Violations via Integrated Dynamic and Static Analysis
Abstract. The reality of multi-core hardware has made concurrent programs pervasive. Unfortunately, writing correct concurrent programs is difficult. Atomicity violation, which is ...
Qichang Chen, Liqiang Wang, Zijiang Yang, Scott D....