Commit d5ce47e4 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

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: https://github.com/iojs/io.js/pull/1564


Reviewed-By: default avatarDomenic Denicola <domenic@domenicdenicola.com>
Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent 3c92ca2b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment