commit | 524e7ea8cd17bad17bd9f3e0ccbb19ad0d4d9c02 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Oct 16 17:13:34 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 20 11:52:11 2015 +0100 |
tree | ad07cc96f633bdae839ff2f1553d84b9c864a930 | |
parent | b697c447eb61c2e14315166ec3b0d16375ae403c [diff] |
Remove ArtCode. - Instead use OatQuickMethodHeader. - Various cleanups now that we don't have all those ArtMethod -> ArtCode -> OatQuickMethodHeader indirections. As a consequence of this cleanup, exception handling got a bit faster. ParserCombinators benchmark (exception intensive) on x64: (lower is better) Before: ParserCombinators(RunTime): 1062500.0 us. After: ParserCombinators(RunTime): 833000.0 us. Change-Id: Idac917b6f1b0dc254ad68fb3781cd61bccadb0f3