Bug 172358

Summary: [DFG] Convert GetByVal(..., String:"499") to GetByVal(..., Int32:499)
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal CC: fpizlo, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2017-05-19 06:26:40 PDT
If we can identify the constant values in DFG, we have a chance to convert GetByVal(..., String) to GetByVal(..., Int32). If we do that, we have a chance to emit IC in DFG layer, and it is beneficial for FTL layer!
Attachments
Note You need to log in before you can comment on or make changes to this bug.