Message336813
| Author | methane |
|---|---|
| Recipients | davide.rizzo, methane |
| Date | 2019-02-28.08:12:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551341520.43.0.880770631062.issue36139@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Your patch is modifying obmalloc. It uses MAP_PRIVATE|MAP_ANONYMOUS mmap. Does it really take log time? How? #1572968 is different. It is mmap module. It can use file-backed mmap. It is I/O. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-28 08:12:00 | methane | set | recipients: + methane, davide.rizzo |
| 2019-02-28 08:12:00 | methane | set | messageid: <1551341520.43.0.880770631062.issue36139@roundup.psfhosted.org> |
| 2019-02-28 08:12:00 | methane | link | issue36139 messages |
| 2019-02-28 08:12:00 | methane | create | |