Hacker News new | ask | show | jobs
by dmos62 2244 days ago
I too would be interested in interesting static code analyses (that are beyond linting).
1 comments

Terms which you might find useful to search for are "dataflow analysis", "abstract interpretation", and "taint checking". A basic background in compiler optimization would generally be helpful.