OSDN Git Service

Note a possible improvement.
authorDan Bornstein <danfuzz@android.com>
Mon, 6 Jun 2011 18:14:07 +0000 (11:14 -0700)
committerDan Bornstein <danfuzz@android.com>
Mon, 6 Jun 2011 18:14:24 +0000 (11:14 -0700)
commit0bb39c2258a1e45bb1142ec89b8ca5d2eaaa6f02
tree4df528681f2b935a493f8d10fd022c35b0e8a5dc
parent6f9edbe7d3a83f7741c4d56f9f5be1414ecabc9f
Note a possible improvement.

This section of code was left commented out because of a bug in
dx. Since the dex format version has since changed, we can now
use detection of the format version to enable the code. This
patch just notes that fact for the record.

Change-Id: I9129bc4420c17fb8c703b424a0bac9437f796210
vm/analysis/CodeVerify.cpp