Bug 122288 - Eliminate unused JITStub function declarations
Summary: Eliminate unused JITStub function declarations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 122287
  Show dependency treegraph
 
Reported: 2013-10-03 11:19 PDT by Michael Saboff
Modified: 2013-10-03 14:13 PDT (History)
0 users

See Also:


Attachments
Patch (2.71 KB, patch)
2013-10-03 11:29 PDT, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-10-03 11:19:30 PDT
The JITStub declarations are not defined anywhere and therefore can be removed.

cti_op_is_boolean
cti_op_is_number
cti_op_is_string
cti_op_is_undefined
cti_op_resolve
cti_op_resolve_base
cti_op_resolve_base_strict_put
cti_op_resolve_with_base
cti_op_resolve_with_this
cti_op_put_to_base
cti_op_end
Comment 1 Michael Saboff 2013-10-03 11:29:59 PDT
Created attachment 213282 [details]
Patch
Comment 2 Geoffrey Garen 2013-10-03 12:06:55 PDT
Comment on attachment 213282 [details]
Patch

r=me
Comment 3 Michael Saboff 2013-10-03 14:13:36 PDT
Committed r156858: <http://trac.webkit.org/changeset/156858>