summaryrefslogtreecommitdiff
path: root/test/004-StackWalk/src
AgeCommit message (Collapse)Author
2018-09-06Fix StackWalk test. Nicolas Geoffray
- Make sure methods expected in the C code do exist. - Adjust new register expectations for $noinline$f - Make sure all methods were compiled. - Remove unused test/StackWalk2/StackWalk2.java Test: 004-StackWalk Change-Id: I0bd2fa63a152dc696ea0516a5c3f4a2008e7ef2c
2016-01-22Revert "Revert "Inline methods with loops."" Nicolas Geoffray
Bug: 26689526 This reverts commit 451ad8d1be9a1949ea3c3e3a713a9e76198a8b2d. Change-Id: If484fe4c0744254dd7568fd5006e574d621a1855
2016-01-20Revert "Inline methods with loops." Andreas Gampe
This reverts commit 82fc9bb45dbf8ff728122fb7ab72d1eb7b2f4869. Loop inlining exposes issues with BCE. Bug: 26689526 Change-Id: Id9983d7f9d3c5579d91e56e4699d4d939517b2dc
2016-01-20Inline methods with loops. Nicolas Geoffray
Compiling Gms/Fb/Framework/Docs: - Overall compilation-time increase: 2.2% - Overall code size increase: 1.1% Performance improvements: - Richards with jit: +6% - Takl: +11% Change-Id: I0a6fcf2a360e5ad193cd95b5c4fe92227ac6bd96
2015-08-27Add non debug version of libarttest Mathieu Chartier
We now pass the libarttest as an argument to the java program. This enables using libarttestd by default and libarttest when -O is specified. Change-Id: I0de1ae01e2bb5f7b9c7fd7487b6cb55051f60657
2015-06-04Add $noinline$ tag to make sure a method has not been inlined. Guillaume "Vermeille" Sanchez
Change-Id: Ic166cf43be566a0fa44c3c9e1939f647806fc500
2015-05-29Support for inlining methods that call/throw. Nicolas Geoffray
Mostly fixes here and there to make it working. Change-Id: I1b535e895105d78b65634636d675b818551f783e
2014-07-23ART: Make run tests out of oat tests Andreas Gampe
Transforms all former oat tests into run tests. Change-Id: I190dd39456454c36e5538a2c044d993965a67533