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
deadalnixPushed on May 14 2017, 22:04
Parents
rABCe1aecae33a67: Merge pull request #5671
Branches
Unknown
Tags
Unknown

Event Timeline

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