Sebastien Pouliot

Results 105 comments of Sebastien Pouliot

> Additionally the .NET 6 version takes twice as long to compile (22s vs 11s on my machine), but that's a different issue. Considering most of the device build time...

# Application Comparer * **A** `oldnet/bin/iPhone/Release/MySingleView.app` * **B** `dotnet/bin/iPhone/Release/net6.0-ios/ios-arm64/MySingleView.app` | Directories / Files | A | B | diff | % | | ------------------- | --: | --: | ---:...

other issues - [x] ~debugging symbol files, like `MySingleView.pdb`, should not be copied to release .app~ - [x] ~`otool -L MySingleView` does not show `libicu*` nor is there any data...

@marek-safar yes but likely not today. My main internet connection is down :( and I'm waiting for a new modem to be delivered. Trying to limit myself to low bandwidth...

This update was done with today's dotnet 6.0.100-preview.2.21158.2 build and xamarin-macios `main` 91ce22c57cadd3519ac4433e8d73cbe4be5be7e5. Not quite the final, to be released, P2 bits but close. Most of the previous comments (e.g....

> do we know why Xamarin.iOS.dll is 185% larger in .NET 6? No, at least not yet. I wanted numbers to go along P2 even if we did not have...

@eerhardt here's the references diff between the old (current) and new (dotnet) versions of the linked `Xamarin.iOS.dll` ```diff --- old 2021-03-11 19:54:16.000000000 -0500 +++ new 2021-03-11 19:54:50.000000000 -0500 @@ -1,9...

I took a _quick_ look at the assembly last night and what I've seen is largely (still) disabled optimizations. * The dynamic registrar is **not** removed (missing optimization) so there's...

Numbers from `6.0.1xx-preview3` using `6.0.100-preview.3.21202.5` Notes: * ICU is not enable (no data file included) but likely part of the binary (executable) size increase. # Application Comparer * **A** `/Users/poupou/git/net6/p3/xamarin-macios/tests/dotnet/size-comparison/MySingleView/oldnet/bin/iPhone/Release/MySingleView.app`...

Results with the `release/6.0.1xx-preview4` branch Major changes from P3 is that it includes the ICU data file `icudt.dat` for globalization while removing the `.dylib` and `.pdb`. # Application Comparer |...