Bug 147749 - The typedArrayLength function in FTLLowerDFGToLLVM is dead code.
Summary: The typedArrayLength function in FTLLowerDFGToLLVM is dead code.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-06 14:59 PDT by Keith Miller
Modified: 2015-08-06 16:26 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.09 KB, patch)
2015-08-06 15:03 PDT, Keith Miller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.