Sciweavers

32 search results - page 1 / 7
» Compiler techniques for high performance sequentially consis...
Sort
View
92
Voted
PPOPP
2005
ACM
15 years 7 months ago
Compiler techniques for high performance sequentially consistent java programs
Zehra Sura, Xing Fang, Chi-Leung Wong, Samuel P. M...
141
Voted
IEEEPACT
2006
IEEE
15 years 8 months ago
A two-phase escape analysis for parallel java programs
Thread escape analysis conservatively determines which objects may be accessed in more than one thread. Thread escape analysis is useful for a variety of purposes – finding rac...
Kyungwoo Lee, Samuel P. Midkiff
101
Voted
CSREASAM
2006
15 years 3 months ago
Using Aspects and Compilation Techniques to Dynamically Manage Applications
- The emergence of middleware solutions and new services even on small devices will need adapted distributed management solutions which address these specificities, both in terms o...
Bernard Kaddour, Joël Quinqueton
153
Voted
PLDI
2010
ACM
15 years 4 months ago
DRFX: a simple and efficient memory model for concurrent programming languages
The most intuitive memory model for shared-memory multithreaded programming is sequential consistency (SC), but it disallows the use of many compiler and hardware optimizations th...
Daniel Marino, Abhayendra Singh, Todd D. Millstein...
134
Voted
LCPC
2007
Springer
15 years 8 months ago
Language Extensions in Support of Compiler Parallelization
Abstract. In this paper, we propose an approach to automatic compiler parallelization based on language extensions that is applicable to a broader range of program structures and a...
Jun Shirako, Hironori Kasahara, Vivek Sarkar