TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Look into keeping literal strings and integers around for a shorter time #183

Closed TysonAndre closed 5 years ago

TysonAndre commented 6 years ago

There isn't much benefit in permanently memoizing them, and it might eat up noticeable amounts of memory. (TODO: Benchmark this)

TysonAndre commented 5 years ago

Not planned