Sciweavers

2962 search results - page 226 / 593
» Optimizing Spatial Data Structures For Static Data
Sort
View
ICFP
2006
ACM
16 years 6 months ago
A technique for generic iteration and its optimization
Software libraries rely increasingly on iterators to provide generic traversal of data structures. These iterators can be represented either as objects that maintain state or as p...
Stephen M. Watt
179
Voted
IEEEPACT
2000
IEEE
15 years 10 months ago
A Lightweight Algorithm for Dynamic If-Conversion during Dynamic Optimization
Dynamic Optimization is an umbrella term that refers to any optimization of software that is performed after the initial compile time. It is a complementary optimization opportuni...
Kim M. Hazelwood, Thomas M. Conte
CDC
2009
IEEE
125views Control Systems» more  CDC 2009»
15 years 11 months ago
Near-optimal deterministic filtering on the unit circle
— We present a near-optimal deterministic filter for systems that evolve on the unit circle. Unlike suboptimal filtering algorithms that rely on approximations of the system, t...
Paul William Coote, Jochen Trumpf, Robert E. Mahon...
DSVIS
2008
Springer
15 years 8 months ago
Graphic Rendering Considered as a Compilation Chain
Graphical rendering must be fast enough so as to avoid hindering the user perception/action loop. Traditionally, programmers interleave descriptions and optimizations to achieve su...
Benjamin Tissoires, Stéphane Conversy
IISWC
2008
IEEE
16 years 25 days ago
Evaluating the impact of dynamic binary translation systems on hardware cache performance
Dynamic binary translation systems enable a wide range of applications such as program instrumentation, optimization, and security. DBTs use a software code cache to store previou...
Arkaitz Ruiz-Alvarez, Kim M. Hazelwood