Sciweavers

3708 search results - page 61 / 742
» Programming with C Exceptions
Sort
View
87
Voted
ASPLOS
1991
ACM
15 years 5 months ago
The Effect of Context Switches on Cache Performance
Jeffrey C. Mogul, Anita Borg
101
Voted
ASPLOS
1987
ACM
15 years 5 months ago
Firefly: A Multiprocessor Workstation
Charles P. Thacker, Lawrence C. Stewart
PLDI
2011
ACM
14 years 5 months ago
Finding and understanding bugs in C compilers
Compilers should be correct. To improve the quality of C compilers, we created Csmith, a randomized test-case generation tool, and spent three years using it to find compiler bug...
Xuejun Yang, Yang Chen, Eric Eide, John Regehr
115
Voted
PLDI
2012
ACM
13 years 4 months ago
Test-case reduction for C compiler bugs
To report a compiler bug, one must often find a small test case that triggers the bug. The existing approach to automated test-case reduction, delta debugging, works by removing ...
John Regehr, Yang Chen, Pascal Cuoq, Eric Eide, Ch...