diff options
author | buzbee <buzbee@google.com> | 2016-09-07 07:12:29 -0700 |
---|---|---|
committer | buzbee <buzbee@google.com> | 2016-09-07 07:42:27 -0700 |
commit | f61df9b450f8734b84584671ad22fa4f29d386e4 (patch) | |
tree | a97f593b18e8f03fb01c0bf23703cf0fc7638f5d /disassembler/disassembler.h | |
parent | 9d185da3bef8caf015d3dbf4ad79c520af7ce3b1 (diff) |
ART: Remove computed-goto interpreter
ART currently has 3 interpreters: a baseline switch-statement based
interpreter, a C++ computed goto interpreter and a fast assembly
interpreter (mterp).
The C++ computed goto interpreter was intended to get some of the
benefits of the old Dalvik mterp interpreter - which it did. However,
we now have the faster assembly interpreter, so it is no longer
needed.
Test: m test-art-host
Test: m ART_TEST_INTERPRETER=true test-art-host
Change-Id: I0e8f139ab6bc48d0568951af1f83e2b1c00835f8
Diffstat (limited to 'disassembler/disassembler.h')
0 files changed, 0 insertions, 0 deletions