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

More performance improvements #776

Merged
merged 27 commits into from
Sep 2, 2019
Merged

More performance improvements #776

merged 27 commits into from
Sep 2, 2019

Conversation

Marwes
Copy link
Member

@Marwes Marwes commented Aug 14, 2019

No description provided.

@Marwes Marwes force-pushed the perf branch 2 times, most recently from a52713c to e70203d Compare August 17, 2019 19:31
@Marwes
Copy link
Member Author

Marwes commented Aug 21, 2019

bors r+

bors bot added a commit that referenced this pull request Aug 21, 2019
776: More performance improvements r=Marwes a=Marwes



778: fix: Don't depend on ansi_term in windows to make windows 7 work r=Marwes a=Marwes

Fixes #777

Co-authored-by: Markus Westerlind <marwes91@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 21, 2019

Build failed (retrying...)

bors bot added a commit that referenced this pull request Aug 21, 2019
776: More performance improvements r=Marwes a=Marwes



Co-authored-by: Markus Westerlind <marwes91@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 21, 2019

Build failed

When encountering a binding we no longer recurse through the entire
record but instead only do it as long as we are in a implicit binding
already. Thus adding `Applicative` also adds its `Functor` field since
`Applicative` is implicit. However, for a normal record such as from
`let int = import! std.int` we no longer recurse and add all the
implicit instances in `std.int`, instead a `let int @ { ? }` is
required.

BREAKING CHANGE
The global state only contains values from the root gc
@Marwes
Copy link
Member Author

Marwes commented Aug 31, 2019

bors r+

bors bot added a commit that referenced this pull request Aug 31, 2019
776: More performance improvements r=Marwes a=Marwes



Co-authored-by: Markus Westerlind <marwes91@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 31, 2019

Build failed

@Marwes
Copy link
Member Author

Marwes commented Sep 2, 2019

bors r+

bors bot added a commit that referenced this pull request Sep 2, 2019
776: More performance improvements r=Marwes a=Marwes



Co-authored-by: Markus Westerlind <marwes91@gmail.com>
@bors
Copy link
Contributor

bors bot commented Sep 2, 2019

Build succeeded

@bors bors bot merged commit 32b1f82 into gluon-lang:master Sep 2, 2019
@Marwes Marwes deleted the perf branch September 2, 2019 12:22
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.

1 participant