Bug 105560 - MIPS replaceWithJump ASSERT failure after r135330.
Summary: MIPS replaceWithJump ASSERT failure after r135330.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108664
  Show dependency treegraph
 
Reported: 2012-12-20 11:49 PST by Balazs Kilvady
Modified: 2013-05-22 10:14 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kilvady 2012-12-20 11:49:41 PST
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),
Comment 1 Balazs Kilvady 2013-05-22 09:48:23 PDT
Has been fixed with a non MIPS specific commit.
Comment 2 Balazs Kilvady 2013-05-22 10:14:10 PDT
(In reply to comment #1)
> Has been fixed with a non MIPS specific commit.

Sorry, went to wrong bug fix.