diff options
author | Brian Carlstrom <bdc@google.com> | 2015-01-08 08:24:06 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2015-01-08 10:29:11 -0800 |
commit | cd9e071098d0539dda3a4a5d3f45cfd8814de4ed (patch) | |
tree | 9ac962825d41c4fb8ad1ec0fc2e8b441b42d3869 /docs/manual/optimizations.html | |
parent | 9961286c06c25cd03464d3e2b00bd9b9dedf96ba (diff) | |
download | external_proguard-cd9e071098d0539dda3a4a5d3f45cfd8814de4ed.tar.gz external_proguard-cd9e071098d0539dda3a4a5d3f45cfd8814de4ed.tar.bz2 external_proguard-cd9e071098d0539dda3a4a5d3f45cfd8814de4ed.zip |
Upgrade Proguard to 5.1.
Downloaded from:
http://sourceforge.net/projects/proguard/files/proguard/5.1/
Bug: 17550647
(cherry picked from commit 2270795fbe0b277bfd49f40950ecaa78583175cc)
Change-Id: I4d4c6b4f11aca8d5595b7f285c675bc5873d5e24
Diffstat (limited to 'docs/manual/optimizations.html')
-rw-r--r-- | docs/manual/optimizations.html | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/docs/manual/optimizations.html b/docs/manual/optimizations.html index e4c96b6..4bb18c3 100644 --- a/docs/manual/optimizations.html +++ b/docs/manual/optimizations.html @@ -5,19 +5,21 @@ <meta http-equiv="content-style-type" content="text/css"> <link rel="stylesheet" type="text/css" href="style.css"> <title>Optimizations</title> +</head> +<body> + <script type="text/javascript" language="JavaScript"> <!-- if (window.self==window.top) - window.top.location.replace("../index.html#"+window.location.pathname+window.location.hash); -else { - var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), ""); - if (window.top.location.hash!=hash) - window.top.location.hash=hash; -} + document.write('<a class="largebutton" target="_top" href="../index.html#manual/optimizations.html">ProGuard index</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a> <a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a>') //--> </script> -</head> -<body> +<noscript> +<a class="largebutton" target="_top" href="../index.html#manual/optimizations.html">ProGuard index</a> +<a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a> +<a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a> +<a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a> +</noscript> <h2>Optimizations</h2> @@ -66,6 +68,9 @@ are added and reorganized. <dt><code><b>class/marking/final</b></code></dt> <dd>Marks classes as final, whenever possible.</dd> +<dt><code><b>class/unboxing/enum</b></code></dt> +<dd>Simplifies enum types to integer constants, whenever possible.</dd> + <dt><code><b>class/merging/vertical</b></code></dt> <dd>Merges classes vertically in the class hierarchy, whenever possible.</dd> @@ -189,10 +194,9 @@ can be set as JVM arguments (with <code>-D.....)</code>: </dl> <hr /> -<noscript><div><a target="_top" href="../index.html" class="button">Show menu</a></div></noscript> <address> -Copyright © 2002-2013 -<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a>. +Copyright © 2002-2014 +<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a> @ <a target="top" href="http://www.saikoa.com/">Saikoa</a>. </address> </body> </html> |