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

WIP: Implement reference counting #60

Merged
merged 67 commits into from
Feb 19, 2021
Merged

WIP: Implement reference counting #60

merged 67 commits into from
Feb 19, 2021

Conversation

felixSchl
Copy link
Collaborator

@felixSchl felixSchl commented Jul 13, 2019

Depends on #59

Introduce reference counting in order to avoid having to rely on a tracing GC.

Checklist, in order of priority:

Icon Meaning
🚨 Difficult / possibly impossible. Priority
👷‍♂️ In-progress

Felix Schlitter and others added 16 commits July 9, 2019 17:14
This commit is rather large and contains unrelated changes that were
necessary to retain sanity when refactoring this:

* Move to using 'spago'.
    * (For now) Maintain an in-repo package-set of pure-c compatible
      packages.
* Remove old examples, and replace by new "bottom" up tests. Eventually
  this folder will be renamed to "tests" or similar.
* Add a "ctests" folder, for testing the runtime library directly.
@felixSchl felixSchl changed the title Feature/rc WIP: Implement reference counting Jul 13, 2019
TODO:

* Apply pass to PURS_ANY_THUNK_DEF bodies
* Ensure not to release return value!
felixSchl pushed a commit to pure-c/purescript-prelude that referenced this pull request Jul 23, 2019
felixSchl pushed a commit to pure-c/purescript-console that referenced this pull request Nov 11, 2019
felixSchl pushed a commit to pure-c/purescript-assert that referenced this pull request Nov 13, 2019
felixSchl pushed a commit to pure-c/purescript-refs that referenced this pull request Nov 13, 2019
felixSchl pushed a commit to pure-c/purescript-control that referenced this pull request Nov 15, 2019
@felixSchl

This comment has been minimized.

@felixSchl felixSchl merged commit d3651c7 into master Feb 19, 2021
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