Message 110253 - Python tracker
Message110253
| Author | rnk |
|---|---|
| Recipients | benjamin.peterson, pitrou, rnk |
| Date | 2010-07-14.04:56:40 |
| SpamBayes Score | 0.0005836085 |
| Marked as misclassified | No |
| Message-id | <1279083418.33.0.686175533725.issue6033@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have an patch for unladen-swallow out for review here: http://codereview.appspot.com/160063/show It resolves the correctness issues I mentioned previously by emitting guards if necessary. If the type is predictable and uses slots, then we don't need to check the instance dict. It gives a 5% speedup on the unpickle benchmark. Presumably the other benchmarks do not do as many method calls. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-14 04:56:59 | rnk | set | recipients: + rnk, pitrou, benjamin.peterson |
| 2010-07-14 04:56:58 | rnk | set | messageid: <1279083418.33.0.686175533725.issue6033@psf.upfronthosting.co.za> |
| 2010-07-14 04:56:43 | rnk | link | issue6033 messages |
| 2010-07-14 04:56:40 | rnk | create | |