Bug 21356

Summary: The size of the RegisterFile differs depending on 32-bit / 64-bit and Debug / Release
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch mjs: review+

Cameron Zwarich (cpst)
Reported 2008-10-03 21:55:38 PDT
The RegisterFile decreases in size (measured in terms of numbers of Registers) as the size of a Register increases. This causes js1_5/Regress/regress-159334.js to fail in 64-bit debug builds. I have a fix, which is to make the RegisterFile on all platforms the same size that it is on 32-bit Release builds.
Attachments
Proposed patch (1.73 KB, patch)
2008-10-03 22:22 PDT, Cameron Zwarich (cpst)
mjs: review+
Cameron Zwarich (cpst)
Comment 1 2008-10-03 22:22:22 PDT
Created attachment 24082 [details] Proposed patch
Maciej Stachowiak
Comment 2 2008-10-03 22:31:55 PDT
Comment on attachment 24082 [details] Proposed patch r=me
Cameron Zwarich (cpst)
Comment 3 2008-10-03 22:48:53 PDT
Landed in r37283.
Note You need to log in before you can comment on or make changes to this bug.