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

Remove Buffer reallocation on clone #7

Closed
eile opened this issue Sep 3, 2012 · 1 comment
Closed

Remove Buffer reallocation on clone #7

eile opened this issue Sep 3, 2012 · 1 comment
Assignees
Milestone

Comments

@eile
Copy link
Member

eile commented Sep 3, 2012

Use lunchbox::Buffer* _data in co::Buffer to point to master buffer, and keep the pointers in the lunchbox::Buffer unchanged.

Make lunchbox::Buffer member private again

Use cloning in ObjectStore (for CommandFunc 'this')

Related to Eyescale/Equalizer#145

@ghost ghost assigned tribal-tec Sep 3, 2012
@eile
Copy link
Member Author

eile commented Sep 3, 2012

Alternatively put Commands in CommandQueue, remove clone and CommandFunc in Buffer.

tribal-tec added a commit to tribal-tec/Equalizer that referenced this issue Sep 3, 2012
@eile eile closed this as completed in 26e3126 Sep 3, 2012
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

No branches or pull requests

2 participants