Bug 210614

Summary: Wrong PageSize for MIPS64
Product: WebKit Reporter: Jiaxun Yang <jiaxun.yang>
Component: bmallocAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ggaren
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   

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.