scispace - formally typeset
C

Charles N. Fischer

Researcher at University of Wisconsin-Madison

Publications -  54
Citations -  1657

Charles N. Fischer is an academic researcher from University of Wisconsin-Madison. The author has contributed to research in topics: Compiler & Parsing. The author has an hindex of 20, co-authored 54 publications receiving 1637 citations.

Papers
More filters
Book

Crafting a Compiler

TL;DR: Crafting a Compiler presents a practical approach to compiler construction with thorough coverage of the material and examples that clearly illustrate the concepts in the book.
Journal ArticleDOI

Low-cost, concurrent checking of pointer and array accesses in C programs

TL;DR: Two techniques to handle the high cost of run‐time checking of pointer and array accesses in C programs are presented: ‘customization’ and ‘shadow processing’.
Proceedings ArticleDOI

Exploiting dead value information

TL;DR: DVI provides assertions that certain register values are dead, meaning they will not be read before being overwritten, and allows the processor to manage physical registers efficiently, reducing the size requirements of the physical register file.
Book

Crafting a Compiler with C

TL;DR: (Each chapter contains "Exercises"): Grammars and Parsing, The Structure of a Compiler, and Semantic Processing Techniques.
Journal ArticleDOI

Retargetable Compiler Code Generation

TL;DR: A classlficaUon of automated retargetable code generation techniques and a survey of the work on these techmques is presented.