Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -Zinput-stats #29764

Merged
merged 1 commit into from
Nov 12, 2015
Merged

Add -Zinput-stats #29764

merged 1 commit into from
Nov 12, 2015

Conversation

nrc
Copy link
Member

@nrc nrc commented Nov 11, 2015

Emits loc, and node count - before and after expansion.

E.g.,

rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749

r? @nikomatsakis

@sanxiyn
Copy link
Member

sanxiyn commented Nov 11, 2015

node_count.rs seems missing.

@nrc
Copy link
Member Author

nrc commented Nov 11, 2015

@sanxiyn thanks!

@bors
Copy link
Contributor

bors commented Nov 11, 2015

☔ The latest upstream changes (presumably #29741) made this pull request unmergeable. Please resolve the merge conflicts.

@nikomatsakis
Copy link
Contributor

r+ once conflicts are resolved

Emits loc, and node count - before and after expansion.

E.g.,

```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749
```
@nrc
Copy link
Member Author

nrc commented Nov 11, 2015

@bors: r=nikomatsakis

@bors
Copy link
Contributor

bors commented Nov 11, 2015

📌 Commit f7dc917 has been approved by nikomatsakis

@bors
Copy link
Contributor

bors commented Nov 11, 2015

⌛ Testing commit f7dc917 with merge c425969...

@bors
Copy link
Contributor

bors commented Nov 11, 2015

⛄ The build was interrupted to prioritize another pull request.

bors added a commit that referenced this pull request Nov 12, 2015
Emits loc, and node count - before and after expansion.

E.g.,

```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749
```

r? @nikomatsakis
@bors
Copy link
Contributor

bors commented Nov 12, 2015

⌛ Testing commit f7dc917 with merge 3bd622f...

@bors bors merged commit f7dc917 into rust-lang:master Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants