Sciweavers

43 search results - page 1 / 9
» Static branch frequency and program profile analysis
Sort
View
105
Voted
MICRO
1994
IEEE
113views Hardware» more  MICRO 1994»
15 years 5 months ago
Static branch frequency and program profile analysis
: Program profiles identify frequently executed portions of a program, which are the places at which optimizations offer programmers and compilers the greatest benefit. Compilers, ...
Youfeng Wu, James R. Larus
ICSE
2009
IEEE-ACM
16 years 1 months ago
The road not taken: Estimating path execution frequency statically
A variety of compilers, static analyses, and testing frameworks rely heavily on path frequency information. Uses for such information range from optimizing transformations to bug ...
Raymond P. L. Buse, Westley Weimer
101
Voted
CORR
2007
Springer
117views Education» more  CORR 2007»
15 years 1 months ago
Towards Execution Time Estimation for Logic Programs via Static Analysis and Profiling
Edison Mera, Pedro López-García, Ger...
113
Voted
IEEEPACT
1998
IEEE
15 years 5 months ago
Static Methods in Hybrid Branch Prediction
Hybrid branch predictors combine the predictions of multiple single-level or two-level branch predictors. The prediction-combining hardware -- the "meta-predictor" -may ...
Dirk Grunwald, Donald C. Lindsay, Benjamin G. Zorn
103
Voted
CGO
2006
IEEE
15 years 4 months ago
2D-Profiling: Detecting Input-Dependent Branches with a Single Input Data Set
Static compilers use profiling to predict run-time program behavior. Generally, this requires multiple input sets to capture wide variations in run-time behavior. This is expensiv...
Hyesoon Kim, M. Aater Suleman, Onur Mutlu, Yale N....