scispace - formally typeset
A

Artur Klauser

Researcher at Intel

Publications -  4
Citations -  4316

Artur Klauser is an academic researcher from Intel. The author has contributed to research in topics: Instrumentation (computer programming) & Component-based software engineering. The author has an hindex of 4, co-authored 4 publications receiving 4077 citations.

Papers
More filters
Journal ArticleDOI

Pin: building customized program analysis tools with dynamic instrumentation

TL;DR: The goals are to provide easy-to-use, portable, transparent, and efficient instrumentation, and to illustrate Pin's versatility, two Pintools in daily use to analyze production software are described.
Journal ArticleDOI

Asim: a performance model framework

TL;DR: Asim provides a modular and reusable framework for creating many models that helps break down the performance-modeling problem into individual pieces that can be modeled separately, while its reusability allows using a software component repeatedly in different contexts.
Proceedings ArticleDOI

A dynamic binary instrumentation engine for the ARM architecture

TL;DR: The design, implementation, and applications of the ARM version of Pin, a dynamic instrumentation system from Intel, are described and the design decisions that are geared toward the space and processing limitations of embedded systems are highlighted.
Book ChapterDOI

Performance Potential of Effective Address Prediction of Load Instructions

TL;DR: This chapter examines the performance potential of hiding a load’s data fetch latency using effective address prediction by predicting the effective address of a load early in the pipeline, so that the cache access early, thereby improving performance.