Compilation of promise resolution and message sending not optimal #247
Labels
enhancement
Improves the implementation with something noteworthy
help wanted
Would be great if you could help out here.
Currently,
PromiseMessage.resolve()
andEventualMessage.getTarget()
cannot be inlined, because they are not devirtualized.Might give a bit of performance improvement to fix these.
Probably not a lot, but might be worth doing.
The screenshot below is from a run of:
The text was updated successfully, but these errors were encountered: