Optimize string comparisons in Class::FindClassMethod.
The method is relatively hot in non-quickend code. Avoid full string comparisons by comparing the unicode lengths first. Test: ./art/test.py -b -r --interpreter --host --64 Change-Id: Ib0aa7008ca36e3916967fe082948d16823b93e02
Loading
Please sign in to comment