Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 531749dd authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 4ed93c63: Merge "Mention that ProGuard inlines accessors." into jb-dev

* commit '4ed93c63':
  Mention that ProGuard inlines accessors.
parents b8442c1a 4ed93c63
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -180,6 +180,9 @@ accessing a local), direct field access is about 7x faster than invoking a
trivial getter. This is true in Froyo, but will improve in the future when
the JIT inlines getter methods.</p>

<p>Note that if you're using ProGuard, you can have the best
of both worlds because ProGuard can inline accessors for you.</p>

<a name="use_final" id="use_final"></a>
<h2>Use Static Final For Constants</h2>