Sciweavers

SIGMETRICS
1994
ACM

Shade: A Fast Instruction-Set Simulator for Execution Profiling

13 years 9 months ago
Shade: A Fast Instruction-Set Simulator for Execution Profiling
Shade is an instruction-set simulator and custom trace generator. Application programs are executed and traced under the control of a user-supplied trace analyzer. To reduce communication costs, Shade and the analyzer are run in the same address space. To further improve performance, code which simulates and traces the application is dynamically generated and cached for reuse. Current implementations run on SPARC systems and, to varying degrees, simulate the SPARC (Versions 8 and 9) and MIPS I instruction sets. This paper describes the capabilities, design, implementation, and performance of Shade, and discusses instruction set emulation in general. Shade improves on its predecessors by providing their various tracing capabilities together in a single tool. Shade is also fast: Running on a SPARC and simulating a SPARC, SPEC 89 benchmarks run about 2.3 times slower for floating-point programs and 6.2 times slower for integer programs. Saving trace data costs more, but Shade provides fi...
Robert F. Cmelik, David Keppel
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1994
Where SIGMETRICS
Authors Robert F. Cmelik, David Keppel
Comments (0)