Bug 213209
| Summary: | [ARMv7][MIPS][JSC] Investigate failure of check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Caio Lima <ticaiolima> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | guijemont, keith_miller |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Caio Lima
...
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Guillaume Emont
On an rpi3, this test takes close to 900MB of memory, and when it's run in parallel with another memory heavy test (such as itself in another configuration), it gets OOM-killed.
It's unclear to me at this stage:
- if such a memory footprint is expected of the test
- whether the test could be modified to take less memory while still testing what we want
Depending on the answers to this question, we might have to skip the test for memory limited devices.
Keith Miller
Yeah, that seems pretty high. I'd guess we can cut down the memory usage somewhere, likely every object or something is retained while the test is running and that might not be needed.
Caio Lima
*** This bug has been marked as a duplicate of bug 213321 ***