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

Refactor GC trace generation in the compiler #1591

Merged
merged 1 commit into from
Feb 16, 2017

Conversation

Praetonus
Copy link
Member

  • Add a new trace pattern, static tracing. This is used when tracing a nominal type in order to trace it in the most efficient way possible (type in the sending context and capability in the receiving context).
  • Enhance dynamic tracing of nominal types with that same type/capability logic.
  • Trace boxed tuples correctly.

Even though this fixes a compiler crash, there is no new changelog entry since there is already one that also covers this fix in the unreleased part of the changelog.

- Add a new trace pattern, static tracing. This is used when tracing a
nominal type in order to trace it in the most efficient way possible
(type in the sending context and capability in the receiving context).
- Enhance dynamic tracing of nominal types with that same
type/capability logic.
- Trace boxed tuples correctly.
@jemc
Copy link
Member

jemc commented Feb 15, 2017

We want to merge this before doing the 0.11.0 release (#1543).

@Praetonus
Copy link
Member Author

The CI passed, I'm going to merge

@Praetonus Praetonus merged commit 3d4c578 into ponylang:master Feb 16, 2017
@Praetonus Praetonus deleted the gentrace-refactor branch February 16, 2017 11:19
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.

3 participants