Last year there was some discussion around MakeCallback in this thread: "Speed impact of node::MakeCallback" https://groups.google.com/forum/#!msg/nodejs-dev/6kRRYW_5MU0/XQjQn8GHdQQJ. It was indicated that MakeCallback would be revisited and possibly removed in the near future. What is the current status of this function? Which is preferred between using MakeCallback and simply using v8::Function::Call?
In addition, is there someplace other than this thread I can go for this information? In general I've had a hard time finding much information (particularly up-to-date information) about the nuances of creating native extensions to Node, other than simply digging through existing code. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
