Browse Source

doc: deprecate 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.

PR-URL: https://github.com/iojs/io.js/pull/1566
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v2.0.2
Ben Noordhuis 10 years ago
parent
commit
7dc8eec0a6
  1. 8
      doc/api/smalloc.markdown

8
doc/api/smalloc.markdown

@ -1,6 +1,10 @@
# Smalloc # 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 ## Class: smalloc
@ -138,3 +142,5 @@ Enum of possible external array types. Contains:
* `Float` * `Float`
* `Double` * `Double`
* `Uint8Clamped` * `Uint8Clamped`
[typed arrays]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays

Loading…
Cancel
Save