Bug 170774 - WebAssembly: enable and pre-allocate fast memories on iOS
Summary: WebAssembly: enable and pre-allocate fast memories on iOS
Status: RESOLVED DUPLICATE of bug 272232
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 170628
Blocks: 159775
  Show dependency treegraph
 
Reported: 2017-04-12 09:35 PDT by JF Bastien
Modified: 2024-04-05 09:45 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-04-12 09:35:34 PDT
Bug #170628 adds capabilities to pre-allocate fast memories early to avoid fragmentation, but this is currently disabled because it's still possible to obtain bimodal performance numbers when stressing fast memory allocations.

Fix the underlying issues, and pre-allocate again.

Or close this as won't fix by making fragmentation at runtime a non-issue.

Also see bug #170773 which suggests giving up cached fast memories at runtime if they haven't been used in a while.
Comment 1 Mark Lam 2024-04-05 09:45:37 PDT
We're enabling FastMemory for iOS in https://bugs.webkit.org/show_bug.cgi?id=272232.

*** This bug has been marked as a duplicate of bug 272232 ***