Bug 210614 - Wrong PageSize for MIPS64
Summary: Wrong PageSize for MIPS64
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: bmalloc (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-16 11:37 PDT by Jiaxun Yang
Modified: 2020-04-16 11:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiaxun Yang 2020-04-16 11:37:50 PDT
http://svn.webkit.org/repository/webkit/trunk@260179

Here MIPS64's PageSize in PageBloxk.h was set to 4k.
However there are many MIPS64 system like Loongson and Cavium is using 16k Page.
16k would be a better value.

Thanks.