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
Loading
Please sign in to comment