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

Project 1: Manually Managed Memory #10

Merged
merged 31 commits into from
Aug 24, 2020
Merged

Project 1: Manually Managed Memory #10

merged 31 commits into from
Aug 24, 2020

Conversation

dz333
Copy link
Contributor

@dz333 dz333 commented Sep 25, 2019

Here is the code + tests + docs for our project 1 implementation (adding manually managed pointers to Bril). @hackedy

dz333 and others added 30 commits September 12, 2019 11:05
…er allocation. TODOs include 1) be less hacky and 2) support array like allocations and accesses
…er allocation. TODOs include 1) be less hacky and 2) support array like allocations and accesses
…rack of base and offsets for pointers. also added pointer arithmetic operation which only affects the offset of the key (i.e. base pointer is retained)
…er allocation. TODOs include 1) be less hacky and 2) support array like allocations and accesses
…er allocation. TODOs include 1) be less hacky and 2) support array like allocations and accesses
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