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

Introducing chunked lists (list of nodes that exactly fit the heap chunk size) #65

Conversation

ruben-ayrapetyan
Copy link
Contributor

Related issue: #44

@ruben-ayrapetyan ruben-ayrapetyan added normal memory management Related to memory management or garbage collection development Feature implementation labels May 14, 2015
@ruben-ayrapetyan ruben-ayrapetyan added this to the Core ECMA features milestone May 14, 2015
@ruben-ayrapetyan ruben-ayrapetyan force-pushed the Ruben-update-get-block-start-for-chunked-blocks branch from c7e0893 to c537b83 Compare May 14, 2015 20:33
@ruben-ayrapetyan ruben-ayrapetyan force-pushed the Ruben-introduce-chunked-lists branch from 43bb1de to e67516f Compare May 14, 2015 20:34

void remove (node_t *node_p);

node_t *get_node_from_pointer (void *ptr) const;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revise * styling.

@egavrin
Copy link
Contributor

egavrin commented May 15, 2015

OK for branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Feature implementation memory management Related to memory management or garbage collection normal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants