commit | ad984f19339008f7eb8687aecc1779be70bc1f65 | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Mon Jun 01 18:33:33 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Tue Jun 02 09:22:42 2009 +0100 |
tree | 7c71ee777a5a57bda45b66d45798b3a3eae3b793 | |
parent | 641bb3d8dfd72f57356d39ef00256d6077c9e235 [diff] |
Use JNI region calls in MemoryFile read and write. This will reduce copying or pinning, depending on GC policies, which should improve performance. See dalvik/docs/jni-tips.html#RegionCalls for more information. Fixes http://b/issue?id=1887911