Uh oh!
There was an error while loading. Please reload this page.
[browser] download sequence optimization - #90388
Conversation
ghost
commented
Aug 11, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
pavelsavara
commented
Aug 11, 2023
@radekdoulik could you please measure this on your bench before we merge it ? To see if this helps with AOT and cold start. |
pavelsavara
commented
Aug 11, 2023
@maraf , please consider also adding |
pavelsavara
commented
Aug 11, 2023
Also with |
lewing
left a comment
There was a problem hiding this comment.
Makes sense to me assuming it improves things.
- disable throttling in perf bench
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- fixed loading .wasm always - calling LibraryInitializers and onConfigLoaded for manual config too
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kg
left a comment
There was a problem hiding this comment.
Looks fine, but there are some parts I don't completely understand the significance of
pavelsavara
commented
Aug 28, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5998747142 |
@pavelsavara backporting to release/8.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: attempt
Applying: oh whitespace!
Applying: - resolve memorySnapshotSkippedOrDone earlier
Applying: fix minimal sample
Applying: - moved checking for snapshot to `configureRuntimeStartup`
error: sha1 information is lacking or useless (src/mono/wasm/runtime/startup.ts).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0005 - moved checking for snapshot to `configureRuntimeStartup`
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
@pavelsavara an error occurred while backporting to release/8.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
startupMemoryCachefalse or memory cache is empty, we could fetch DLLs earlierconfigureRuntimeStartuponConfigLoadedfor manual config tooRelated #89631#89857#89687dotnet/aspnetcore#49909