Skip to content

rustc_driver: get rid of the extra thread#48575

Merged
bors merged 10 commits intorust-lang:masterfrom
ishitatsuyuki:unix-no-thread
Apr 4, 2018
Merged

rustc_driver: get rid of the extra thread#48575
bors merged 10 commits intorust-lang:masterfrom
ishitatsuyuki:unix-no-thread

Conversation

@ishitatsuyuki
Copy link
Contributor

@ishitatsuyuki ishitatsuyuki commented Feb 27, 2018

Do not rollup

We can alter the stack size afterwards on Unix.

Having a separate thread causes poor debugging experience when interrupting with signals. I have to get the backtrace of the all thread, as the main thread is waiting to join doing nothing else. This patch allows me to just run bt to get the desired backtrace.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.