I noticed in https://github.com/joyent/node/pull/3228 TooTallNate used __proto__ but anticipated some resistance to it. Does Node core have a position on __proto__ vs. Object.create? I'm really just curious, and didn't want to clog the pull request with an unrelated question.
The line in question would become SlowBuffer.prototype = Object.create(Buffer.prototype);
