RESOLVED FIXED Bug 68755
JSVALUE32_64 DFG JIT has bugs in GetById, PutById, and GetByOffset code generation
https://bugs.webkit.org/show_bug.cgi?id=68755
Summary JSVALUE32_64 DFG JIT has bugs in GetById, PutById, and GetByOffset code gener...
Yuqiang Xian
Reported 2011-09-24 06:15:47 PDT
In JSVALUE32_64 DFG JIT, we need to load/store and repatch both tag and payload of a property for GetById/PutById, and to reorder the loads of tag and payload for GetByOffset as the result tag GPR could reuse the storage GPR.
Attachments
proposed patch (14.58 KB, patch)
2011-09-24 06:25 PDT, Yuqiang Xian
barraclough: review+
Yuqiang Xian
Comment 1 2011-09-24 06:25:23 PDT
Created attachment 108583 [details] proposed patch
Gavin Barraclough
Comment 2 2011-09-27 16:48:17 PDT
Landed in r96171
Note You need to log in before you can comment on or make changes to this bug.