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

lib: deprecate the smalloc module #1564

Merged
merged 1 commit into from
Apr 29, 2015

Commits on Apr 29, 2015

  1. lib: deprecate the smalloc module

    Upcoming V8 changes will make it impossible to keep supporting the
    smalloc module so deprecate it now and tell people to switch to
    typed arrays.
    
    The module is used in core in a few places so this commit makes the
    public module private and replaces the public part with wrappers that
    print deprecation notices.
    
    PR-URL: nodejs#1564
    Reviewed-By: Domenic Denicola <domenic@domenicdenicola.com>
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    d5ce47e View commit details
    Browse the repository at this point in the history