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 disabling gc_disable for php 7.3? #182

Closed TysonAndre closed 5 years ago

TysonAndre commented 6 years ago

Probably not very necessary, but useful for daemon mode.

https://react-etc.net/entry/improvements-to-garbage-collection-gc-php-7-3-boosts-performance-in-benchmark has a gc that handles large numbers of object cycles much better.

TysonAndre commented 5 years ago

The performance impact of gc still exists in the php 7.3 RCs

This was done in the non-pcntl language server