dplyukhin / UIGC

A garbage collector for Akka actors!
Other
4 stars 2 forks source link

Fixes for "trivial" references from an actor to itself #28

Closed dplyukhin closed 4 years ago

dplyukhin commented 4 years ago

A collection of fixes for bugs that appeared at runtime in the random graphs actor benchmark. Closes #27.

All the old tests still pass, but I probably need to write some new tests for the new behavior.

We need to be careful not to introduce anything that prevents actors being garbage collected for longer than they have to be.