[過去ログ]
【本命】Blazor スレ1【真打】 (1002レス)
【本命】Blazor スレ1【真打】 http://mevius.5ch.net/test/read.cgi/tech/1595255796/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
471: デフォルトの名無しさん [sage] 2020/08/19(水) 01:13:46.03 ID:x2lHzzgW そもそも、DesktopのC#は、AOTでどのくらい速くなるの? 特にサイズはどのくらい変化する? 小さくなるの? なるとしたら何分の一になる? http://mevius.5ch.net/test/read.cgi/tech/1595255796/471
475: デフォルトの名無しさん [sage] 2020/08/19(水) 01:49:44.55 ID:x2lHzzgW >>474 Blazorとは関係なく、もともとのWindows環境のWinFormsやWPFなどで、 AOTを使った場合が、使わない場合と比べてどのくらい速くなるか、ということ。 http://mevius.5ch.net/test/read.cgi/tech/1595255796/475
476: デフォルトの名無しさん [sage] 2020/08/19(水) 01:50:40.35 ID:x2lHzzgW >>473 この板で、小さくなると言ってた人を見かけたけど、どうなの? http://mevius.5ch.net/test/read.cgi/tech/1595255796/476
481: デフォルトの名無しさん [sage] 2020/08/19(水) 02:07:11.31 ID:x2lHzzgW Hi @MichaelPeter. The initial page load time is dominated by downloading the app and starting the runtime. AoT won't really help that. AoT is intended to improve runtime performance, not reduce the app download size. For JIT based runtimes AoT can improve startup performance because you avoid the need to JIT at runtime, but Blazor WebAssembly uses an IL interpreter based runtime without any JIT support. In all likelihood, AoT will actually make the app larger to download, because .NET IL is a more compact format than its natively compiled representation. So using AoT will likely result in a tradeoff between speeding up runtime performance at the expense of increased download size. The current thinking is that we will make the AoT toolchain available to developers so that you can decide how much of your app you want to AoT and then the app will run in a mixed mode, where some of the app still runs as .NET IL, while the performance critical paths are precompiled to WebAssembly. To improve the app starup performance we are looking at further improvements to the .NET IL linker and also doing work to the core framework libraries to make them more linkable. We also plan to look at startup performance of the runtime itself once it is downloaded. http://mevius.5ch.net/test/read.cgi/tech/1595255796/481
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
1.544s*