Uh oh!
There was an error while loading. Please reload this page.
Reduce excess memory usage in TransparentCompiler - #17543
Conversation
❗ Release notes required
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vzarytovskii
commented
Aug 16, 2024
Yeah, that's good enough. Also, if possible, CPU consumption. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1a8e11c to
ad9751eCompareTheAngryByrd
commented
Dec 8, 2024
75aacaf to
74162b1CompareTheAngryByrd
commented
Dec 8, 2024
I can't seem to run the ilverify.ps1 script |
vzarytovskii
commented
Dec 9, 2024
It requires pwsh, not powershell (i.e. version 7, not 5). |
T-Gro
left a comment
There was a problem hiding this comment.
The results look really good Jimmy!
I would want to get this in soon to start using it, could you please resolve the deleted "failwith $"Oops!"" code and changing the "sf" naming to reflect new reality?
0101
commented
Dec 10, 2024
Wow all of that because of the extra |
baronfel
commented
Jan 6, 2025
AWESOME! |
edgarfgp
commented
Jan 6, 2025
Thank for merging this. |
baronfel
commented
Jan 6, 2025
@T-Gro do you have any idea what SDK release this will make it into? Is this branch still inserting into 9.0.200? |
TheAngryByrd
commented
Jan 6, 2025
❤️ Thank you for finishing this up! |
T-Gro
commented
Jan 6, 2025
fsharp's |
baronfel
commented
Jan 6, 2025
That's great news :) FSAC is considering a nightly release to get just this feature because I was worried that we'd have to wait until 9.0.300. |



Description
This fixes#16979 with some additions that have been discussed in various chats/twitter threads. I've combined them for discussion purposes, we can split them up as desired.
The 3 parts are:
ConditionalWeakTablerather than recreating possibly hundreds of options objects.❓ Outstanding questions ❓
Checklist
Test cases added
Performance benchmarks added in case of performance changes
Release notes entry updated: