scispace - formally typeset
S

Samuel Z. Guyer

Researcher at Tufts University

Publications -  48
Citations -  3044

Samuel Z. Guyer is an academic researcher from Tufts University. The author has contributed to research in topics: Garbage collection & Compiler. The author has an hindex of 21, co-authored 48 publications receiving 2873 citations. Previous affiliations of Samuel Z. Guyer include University of Texas at Austin.

Papers
More filters
Journal ArticleDOI

In defense of soundiness: a manifesto

TL;DR: Static program analysis is a key component of many software development tools, including compilers, development environments, and verification tools as mentioned in this paper, and it is often expected to be sound in that their result models all possible executions of the program under analysis.
Proceedings ArticleDOI

An annotation language for optimizing software libraries

TL;DR: An annotation language and a compiler that together can customize a library implementation for specific application needs are introduced and it is shown how the system can significantly improve the performance of two applications written using the PLAPACK parallel linear algebra library.
Proceedings ArticleDOI

Client-driven pointer analysis

TL;DR: A new client-driven pointer analysis algorithm that automatically adjusts its precision in response to the needs of client analyses is presented, often producing results as accurate as fixed-precision algorithms that are many times more costly.