commit | 6c78122091367f87ea2338e38b175d586cee1389 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 09 12:19:23 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 09 12:19:23 2008 -0400 |
tree | 02104c9163bc41def70a9fde10b2d52f1ca9a851 | |
parent | 5a869f02df8f150e6b0525b728fba25d913f96b9 [diff] |
Replace debug_exit calls with debug info while setting a failure. Calling debug_exit at the end of a call doesn't help much - several of the registers are already clobbered at this point. It also increases stack usage because it prevents call tail optimization in many places.