HomePhabricator

Get rid of DetectShutdownThread
28ee7e8b8c65Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Get rid of DetectShutdownThread

The main thread spends time waiting for the DetectShutdownThread.
So why not just run this waiting loop function in the main thread?

One thread-stack less saves 4MB of virtual memory on 32-bit, and 8MB on
64-bit.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jan 19 2015, 14:33
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGe1aecae33a67: Merge pull request #5671
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING28ee7e8b8c65: Get rid of DetectShutdownThread (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 19 2015, 14:37