Bug 105560
Summary: | MIPS replaceWithJump ASSERT failure after r135330. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Balazs Kilvady <kilvadyb> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | barraclough, fpizlo, fu, galpeter, gergely, ossy, palfia |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 108664 |
Balazs Kilvady
Similar bug on mips like Bug #103146 on ARMv7.
Running v8 test v7 with jsc such a case comes up where in replaceWithJump function a 4 bytes long direct jump instruction is not enough (to address is out of bounds),
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Balazs Kilvady
Has been fixed with a non MIPS specific commit.
Balazs Kilvady
(In reply to comment #1)
> Has been fixed with a non MIPS specific commit.
Sorry, went to wrong bug fix.