]> git.saurik.com Git - wxWidgets.git/commit
Make EquivalentEncodings 3-dimensional array const, moving 864 bytes from data segmen...
authorMart Raudsepp <leio@gentoo.org>
Tue, 4 Apr 2006 23:01:57 +0000 (23:01 +0000)
committerMart Raudsepp <leio@gentoo.org>
Tue, 4 Apr 2006 23:01:57 +0000 (23:01 +0000)
commit8ddbb137813bb2452a833c735da951d43238b806
treec220c311d1ecdf4308d9fefd597b166e75df2bf8
parentac131bab11bdea282f7e18751ee0679d65e469c3
Make EquivalentEncodings 3-dimensional array const, moving 864 bytes from data segment (copy-on-write) to
.rodata segment (always guaranteed to be shared among processes) in wxBase.
Make said array as big as necessary, not bigger than necessary (as before) - shaving 122 bytes off of that 864
bytes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/encconv.cpp