Bug 147749

Summary: The typedArrayLength function in FTLLowerDFGToLLVM is dead code.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Miller 2015-08-06 14:59:47 PDT
the typedArrayLength function does not appear to be called anywhere and is dead code. Currently the typedArrayLength is compiled in compileGetArrayLength() rather than through this function.
Comment 1 Keith Miller 2015-08-06 15:03:55 PDT
Created attachment 258404 [details]
Patch
Comment 2 WebKit Commit Bot 2015-08-06 16:26:01 PDT
Comment on attachment 258404 [details]
Patch

Clearing flags on attachment: 258404

Committed r188086: <http://trac.webkit.org/changeset/188086>
Comment 3 WebKit Commit Bot 2015-08-06 16:26:03 PDT
All reviewed patches have been landed.  Closing bug.