Skip to content

Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. #7084

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

Closed
wants to merge 4 commits into from

Conversation

pnkfelix
Copy link
Member

This step 1 in my plan for issue #7081: Refactor visit.rs with a @Visitor trait.

@pnkfelix
Copy link
Member Author

BTW, I did some performance analysis, available here: rustc timings with/without tupling; the summary is that while there may be a slight regression, it is within the margin of noise. (And this is only a temporary step on the road towards the final refactoring with a Visitor trait.)

bors added a commit that referenced this pull request Jun 12, 2013
This step 1 in my plan for issue #7081: Refactor visit.rs with a `@Visitor` trait.
@bors bors closed this Jun 12, 2013
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.

2 participants