Bug 210614
Summary: | Wrong PageSize for MIPS64 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jiaxun Yang <jiaxun.yang> |
Component: | bmalloc | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ggaren |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux |
Jiaxun Yang
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |