Adding a FIXME so we make sure to get ActorCell down to 64bytes

This commit is contained in:
Viktor Klang 2011-11-22 12:11:37 +01:00
parent 5af3c72c73
commit 8516dbbc02

View file

@ -83,8 +83,8 @@ private[akka] class ActorCell(
var futureTimeout: Option[Cancellable] = None
//FIXME TODO Coalesce childrenRefs and ChildrenStats into one field, this to conserve memory
var childrenRefs = emptyChildrenRefs
var childrenStats = emptyChildrenStats
var currentMessage: Envelope = null