Sciweavers

142 search results - page 3 / 29
» Region array SSA
Sort
View
APL
1999
ACM
13 years 9 months ago
Regions: an abstraction for expressing array computation
Bradford L. Chamberlain, E. Christopher Lewis, Cal...
TOPLAS
2002
89views more  TOPLAS 2002»
13 years 4 months ago
Efficient and precise array access analysis
A number of existing compiler techniques hinge on the analysis of array accesses in the program. The most important task in array access analysis is to collect the information abo...
Yunheung Paek, Jay Hoeflinger, David A. Padua
HICSS
2008
IEEE
118views Biometrics» more  HICSS 2008»
13 years 11 months ago
A TeleMedicine Transfer Model for Sub-Saharan Africa
1 : Given the documented benefits of telemedicine, especially in resource-constrained health-care contexts, we empirically examine the factors they contribute to successful transfe...
Mengistu Kifle, Victor Wacham A. Mbarika, Clive Ts...
ICS
2001
Tsinghua U.
13 years 9 months ago
Global optimization techniques for automatic parallelization of hybrid applications
This paper presents a novel technique to perform global optimization of communication and preprocessing calls in the presence of array accesses with arbitrary subscripts. Our sche...
Dhruva R. Chakrabarti, Prithviraj Banerjee
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...