Bug 40011 - Build fix for Thumb-2 JIT
Summary: Build fix for Thumb-2 JIT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 11:23 PDT by Gabor Loki
Modified: 2010-06-02 13:57 PDT (History)
3 users (show)

See Also:


Attachments
Build fix for Thumb-2 JIT (1.87 KB, patch)
2010-06-01 11:24 PDT, Gabor Loki
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Loki 2010-06-01 11:23:45 PDT
Thumb-2 build fix: The offset parameter of ldrh should be encoded as an imm12 immediate constant in load16. If it is not fit in the instruction a temporary register has to be used.
Comment 1 Gabor Loki 2010-06-01 11:24:34 PDT
Created attachment 57571 [details]
Build fix for Thumb-2 JIT
Comment 2 Gabor Loki 2010-06-02 13:57:00 PDT
Committed revision 60577.