-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
compiler:inferenceType inferenceType inferencecompiler:optimizerOptimization passes (mostly in base/compiler/ssair/)Optimization passes (mostly in base/compiler/ssair/)performanceMust go fasterMust go faster
Description
In a few places, the performance of splatting a number has shown up: #29060, #28764 (comment) and working around this give signficiant speed-ups.
The code is well inferred but there is a call to _apply instead of the actual method. This dissapears if the number is wrapped in a tuple.
It would be nice to have this fixed so these type of workarounds are no longer needed.
Ref #27434 (comment)
StefanKarpinski, johnnychen94, c42f, cossio, garrison and 2 more
Metadata
Metadata
Assignees
Labels
compiler:inferenceType inferenceType inferencecompiler:optimizerOptimization passes (mostly in base/compiler/ssair/)Optimization passes (mostly in base/compiler/ssair/)performanceMust go fasterMust go faster