Bug 125138 - [EFL] Disable RTTI for release build
Summary: [EFL] Disable RTTI for release build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 23:49 PST by Ryuan Choi
Modified: 2013-12-03 15:39 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2013-12-02 23:53 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2013-12-02 23:49:09 PST
It reduces binary size about 1M (r159977 in 64bit ubuntu).
ewebkit.so : 43,449,275 -> 42,510,224
ewebkit2.so : 46,715,870 -> 45,653,989
Comment 1 Ryuan Choi 2013-12-02 23:53:24 PST
Created attachment 218272 [details]
Patch
Comment 2 Gyuyoung Kim 2013-12-03 03:54:52 PST
Comment on attachment 218272 [details]
Patch

I believe WebKit doesn't use dynamic_cast and typeid for now.
Comment 3 Ryuan Choi 2013-12-03 15:39:02 PST
Comment on attachment 218272 [details]
Patch

Clearing flags on attachment: 218272

Committed r160053: <http://trac.webkit.org/changeset/160053>
Comment 4 Ryuan Choi 2013-12-03 15:39:09 PST
All reviewed patches have been landed.  Closing bug.