Changed ProGuard settings so it will inline methods which use private members. This...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 11 Apr 2008 19:30:54 +0000 (19:30 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 11 Apr 2008 19:30:54 +0000 (19:30 +0000)
commit44dbaff1507a083170102a45a774e996bac31abd
tree522ba26665dbbf5e8cb1f98e44b87a6f4e11c4a2
parent7b70b32b614baa11a38345570098fe1c83ea8b32
Changed ProGuard settings so it will inline methods which use private members. This eliminates tens of thousands of function calls to BitArray.get() on a typical decode, and lots of other work as well. Overall we're roughly 20% faster by using ProGuard than turning it off.

git-svn-id: http://zxing.googlecode.com/svn/trunk@356 59b500cc-1b3d-0410-9834-0bbf25fbcc57
android-m3/build.xml