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.
PR-URL: https://github.com/iojs/io.js/pull/1566
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
# Smalloc
- Stability: 2 - Stable
+ Stability: 0 - Deprecated
+
+This module has been deprecated for technical reasons and will be removed when
+the V8 JavaScript engine is upgraded to version 4.3 or 4.4. It is recommended
+that you start using [typed arrays][] instead.
## Class: smalloc
* `Float`
* `Double`
* `Uint8Clamped`
+
+[typed arrays]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays