summaryrefslogtreecommitdiff
path: root/test/AbstractMethod/AbstractClass.java
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-09-21 16:03:19 -0700
committer buzbee <buzbee@google.com> 2011-09-21 20:03:23 -0700
commitc1f45048b90a85018c6b063c31bc088dc3dd993d (patch)
treefe2a976af407f8a77828306e9000837009150480 /test/AbstractMethod/AbstractClass.java
parentae7cbf45460b472dbd159ab565d55b2880703abb (diff)
Suspend check reworking (ready for rewiew)
I hate burning a register, but the cost of suspend checks was just too high in our current environment. There are things that can be done in future releases to avoid the register burn, but for now it's worthwhile. The general strategy is to reserve r4 as a suspend check counter. Rather than poll the thread suspendPending counter, we instead simply decrement the counter register. When it rolls to zero, we check. For now I'm just using the counter scheme on backwards branches - we always poll on returns (which is already heavyweight enough that the extra cost isn't especially noticable). I've also added an optimization hint to the MIR in case we have enough time to test and enable the existing loop analysis code that omits the suspend check on smallish counted loops. Change-Id: I82d8bad5882a4cf2ccff590942e2d1520d58969d
Diffstat (limited to 'test/AbstractMethod/AbstractClass.java')
0 files changed, 0 insertions, 0 deletions