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

buffer: align chunks on 8-byte boundary #1126

Closed
wants to merge 1 commit into from

Commits on Mar 11, 2015

  1. buffer: align chunks on 8-byte boundary

    When slicing global pool - ensure that the underlying buffer's data ptr
    is 8-byte alignment to do not ruin expectations of 3rd party C++ addons.
    
    NOTE: 0.10 node.js always returned aligned pointers and io.js should do
    this too for compatibility.
    indutny committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    c7111d5 View commit details
    Browse the repository at this point in the history