Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29416567: Noissue - Added -fno-rtti flag, reduces build size by 5% (Closed)

Created:
April 18, 2017, 10:25 a.m. by Wladimir Palant
Modified:
April 18, 2017, 10:47 a.m.
Reviewers:
sergei
CC:
hub, Felix Dahlke
Base URL:
https://hg.adblockplus.org/adblockpluscore
Visibility:
Public.

Description

This is another FYI review, I do not really expect a controversy here. I have been able to track down some unnecessary libcxxabi dependencies to RTTI. After adding -fno-rtti flag the code size went down by 8 kB or almost 5%, due to some unnecesary exports and global type info removed here.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M compile View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2
Wladimir Palant
April 18, 2017, 10:25 a.m. (2017-04-18 10:25:16 UTC) #1
sergei
April 18, 2017, 10:26 a.m. (2017-04-18 10:26:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld