COMP 520 – Compiler Design (Fall 2008)

Eric | August 11, 2008

image

Did you ever have to program? Did you ever suffer from having to program in a programming language that you did not like? Why not make your own language? Sign up for COMP 520 and we will show you how.

Comments
Comments Off on COMP 520 – Compiler Design (Fall 2008)
Categories
Research
Tags
COMP 520, Compilers, Teaching

ISSTA 2008 recap

Eric | August 11, 2008

This is a small recap of ISSTA 2008. It’s a little belated but I thought better late than never.

Defects workshop

On Sunday I attended Defects’08 which was the first (!) International Workshop on Defects in Large Software Systems. The group of people was kind of interesting in the sense that I knew nobody in person when I got there. The primary may have been that there is a subtle difference between detecting software “defects” (which they focus on) and “API violations” (which I focus on): When looking for program points where API specifications are violated then your are given a specification. Therefore any usage of the API that does not conform with that specification is –by definition– an error, even if nothing bad actually happens.

Read the rest of this entry »

Comments
Comments Off on ISSTA 2008 recap
Categories
Research
Tags
ISSTA, Seattle