Bug 114264 - LLInt conditional branch compilation fault on MIPS.
Summary: LLInt conditional branch compilation fault on MIPS.
Status: RESOLVED FIXED
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: 2013-04-09 04:23 PDT by Balazs Kilvady
Modified: 2013-04-09 13:40 PDT (History)
10 users (show)

See Also:


Attachments
proposed patch. (3.33 KB, patch)
2013-04-09 04:56 PDT, Balazs Kilvady
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kilvady 2013-04-09 04:23:21 PDT
The mips.rb offlineasm compiler loses the type/size info of bt(i|p|b). instructions.
Comment 1 Balazs Kilvady 2013-04-09 04:56:16 PDT
Created attachment 197029 [details]
proposed patch.
Comment 2 Mark Lam 2013-04-09 13:08:46 PDT
Comment on attachment 197029 [details]
proposed patch.

I don’t know enough about MIPS to properly review this, but FWIW, this fine to me in terms of the offline ask part  Need someone else to r+ though.
Comment 3 WebKit Commit Bot 2013-04-09 13:40:51 PDT
Comment on attachment 197029 [details]
proposed patch.

Clearing flags on attachment: 197029

Committed r148045: <http://trac.webkit.org/changeset/148045>
Comment 4 WebKit Commit Bot 2013-04-09 13:40:53 PDT
All reviewed patches have been landed.  Closing bug.