Y
Hacker News
new
|
ask
|
show
|
jobs
by
cperciva
4302 days ago
This was my initial idea, but talking to compiler developers convinced me that the dataflow analysis needed for this would be tricky. They were much happier with the idea of a block-scope annotation.
1 comments
cheez
4301 days ago
Similar data-flow analysis techniques as volatile.
link