commit | 2ce8a6c8c11432338cf0cbca8f462e2cf7da1843 | [log] [tgz] |
---|---|---|
author | Bill Buzbee <buzbee@google.com> | Thu Dec 03 15:09:32 2009 -0800 |
committer | Bill Buzbee <buzbee@google.com> | Thu Dec 03 19:17:55 2009 -0800 |
tree | d998a43edcfe2d7522fe03643c22bedfdc700f2f | |
parent | a2500b80e565777e62f63a49acceac895f811ada [diff] |
Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing This was an amusing bug: the test case simulated a daemon by falling into an empty loop-forever. The trace selector treats unconditional branches as NOPs, and proceeded to repeatedly add the same "branch to self" instruction to the trace until it reached max trace size. The compiler got confused, and died.