Message45319
| Author |
aimacintyre |
| Recipients |
| Date |
2004年01月25日.06:45:43 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
This patch is a proposed fix/work around for bug #884020.
It disables opcode prediction when dynamic execution
profiling is in effect, so the profiling counters at
the top of the main interpreter loop in eval_frame()
are updated for each opcode.
It does give rise to warnings about unused labels (with
gcc anyway) which could be resolved by #define'ing all
the prediction machinery away.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:32:09 | admin | link | issue884022 messages |
| 2007年08月23日 15:32:09 | admin | create |
|