small change in method dispatch that seems to impact bench results (#22564)
This commit is contained in:
parent
addbed15d7
commit
6414aaccbc
3 changed files with 14 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue