Uh oh!
There was an error while loading. Please reload this page.
function implicit conversion the same way as fun x - #17487
Conversation
❗ Release notes required
|
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
psfinaki
commented
Aug 5, 2024
/azp run |
Uh oh!
There was an error while loading. Please reload this page.
This reverts commit 358d296.
brianrourkeboll
commented
Aug 6, 2024
Two comments on the approach used in 581be73:
|
vzarytovskii
commented
Aug 6, 2024
Can we measure the diff between old and new allocation-wise in long-running scenarios? One-off compilation won't be a concern, continuous allocations in tooling might be. Service currently is not exactly known to be memory-friendly, probably don't want make it worse (I doubt it will be with the change, since nothing will likely escape gen0, but just want a sanity check). |
brianrourkeboll
commented
Aug 6, 2024
|
edgarfgp
commented
Aug 9, 2024
@vzarytovskii Does Brian's changes cover your expectations ? |
Description
Fixes#7401
Checklist