commit | 19af3b9b7fda03417a724fb7e465a3457d528eab | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Jun 13 14:51:20 2018 -0700 |
committer | Alex Light <allight@google.com> | Tue Jul 10 08:44:52 2018 -0700 |
tree | efa7d558db285cca5143ba30b6bba7495b616269 | |
parent | 3e36a9c24f591097b4403fe77b1d426c03aeb56a [diff] |
Move Trace to use trampolines Change method tracing to use instrumentation trampolines instead of interpreter. This is generally faster but can slow down recursion as the stack gets longer. Due to this we need to disable several tests which will no longer finish in a reasonable time. Test: ./test.py --host --trace --ntrace Change-Id: Id4fb7c997a854859f2998f72018980973d8493f8