small change in method dispatch that seems to impact bench results (#22564)

This commit is contained in:
Patrik Nordwall 2017-03-16 10:27:59 +01:00 committed by Johan Andrén
parent addbed15d7
commit 6414aaccbc
3 changed files with 14 additions and 16 deletions

View file

@ -475,7 +475,7 @@ case class PhasedFusingActorMaterializer(
val result = transform(prev)
matValueStack.addLast(result)
if (Debug) println(s"TRFM: $matValueStack")
case compose: ComposeOp
case compose: Compose
val second = matValueStack.removeLast()
val first = matValueStack.removeLast()
val result = compose(first, second)