Bug 161158

Summary: Dedup DFGSpeculativeJIT*.cpp's SpeculativeJIT::compileTryGetById with 32- and 64-bit versions
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

JF Bastien
Reported 2016-08-24 13:33:02 PDT
See FIXME added in https://bugs.webkit.org/attachment.cgi?id=286837 getById didn't use JSValueRegs which required splitting 32- and 64-bit versions. That shouldn't be needed anymore. 286837 makes tryGetById use the same code, which means that it too can be folded to the same thing.
Attachments
Note You need to log in before you can comment on or make changes to this bug.