Skip to content

Releases: bflattened/runtime

v7.0.2-rtm.22631.1

02 Jan 06:51
3b62700
Compare
Choose a tag to compare
Merge pull request #58 from bflattened/merge-release/7.0

[release/7.0] Merge from dotnet/runtime

v7.0.0-rtm.22610.1

10 Dec 07:44
Compare
Choose a tag to compare
Compile native code with `-ffunction-sections` (#79322)

v7.0.0-rtm.22606.1

06 Dec 10:51
Compare
Choose a tag to compare
Speed up data dehydration (#79209)

Now that we switched everything we wanted to switch to dehydrated data, I redid startup measurements.

I used a 30 MB app that doesn't actually do anything useful with those megabytes and just exits (to get a lot of dehydrated data into the startup path).

On Windows:

(The measurements were frustratingly noisy within a range that spans 10 ms.)

Without dehydration, the app exits in ~27 ms.
With dehydration, the app exits in ~37 ms.
With the fixes in this PR and dehydration, it exits in ~34 ms.

On Linux, the difference between not dehydrated and dehydrated is ~8 ms -> ~12 ms. I didn't re-measure with this PR. Possibly shaved off a millisecond.

v7.0.0-rtm.22604.1

04 Dec 10:51
Compare
Choose a tag to compare
Place dispatch cells in dehydrated section (#78748)

v7.0.0-rtm.22567.1

17 Nov 04:31
ee0c33d
Compare
Choose a tag to compare
Update bflat-cicd.yml

v7.0.0-rtm.22556.1

06 Nov 07:59
043dce2
Compare
Choose a tag to compare
[release/7.0] Generate less junk (#33)

v7.0.0-rtm.22529.1

29 Oct 08:23
Compare
Choose a tag to compare
Fix Arm64 Emulated TLS (#77475)

Fix missing ifdef FEATURE_EMULATED_TLS introduced by #73216 for Android Arm64

v7.0.0-rtm.22525.1

25 Oct 09:58
7d6db67
Compare
Choose a tag to compare
Merge pull request #27 from bflattened/backport-bflat-release/7.0-546…

v7.0.0-rtm.22505.1

05 Oct 06:43
0f9c829
Compare
Choose a tag to compare
Merge pull request #24 from bflattened/merge-release/7.0

[release/7.0] Merge from dotnet/runtime

v7.0.0-rc.2.22452.1

02 Sep 10:38
dd433f6
Compare
Choose a tag to compare
Merge pull request #17 from bflattened/merge-release/7.0

Merge release/7.0