Bug 120062

Summary: [sh4] Missing ensureSpace call in branchPtrWithPatch
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, yannick.poirier
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add missing ensureSpace calls in sh4 baseline JIT none

Description Julien Brianceau 2013-08-20 05:14:33 PDT
branchPtrWithPatch() of baseline JIT must ensure that space is available for its instructions and 2 constants now DFG is enabled for sh4 architecture.

These missing ensureSpace calls lead to random crashes.
Comment 1 Julien Brianceau 2013-08-20 05:18:59 PDT
Created attachment 209182 [details]
Add missing ensureSpace calls in sh4 baseline JIT
Comment 2 WebKit Commit Bot 2013-08-20 06:37:09 PDT
Comment on attachment 209182 [details]
Add missing ensureSpace calls in sh4 baseline JIT

Clearing flags on attachment: 209182

Committed r154324: <http://trac.webkit.org/changeset/154324>
Comment 3 WebKit Commit Bot 2013-08-20 06:37:11 PDT
All reviewed patches have been landed.  Closing bug.