--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/b5d5e42f-2227-4b9d-9ea0-31128d2e16ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have downloaded node 0.10.31 source and built on my Linux machine. The source is just as it is and no changes made at all. The build is successful but when I compare bin/node file size with the one from binary downloaded there is around 800kb difference.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAP1dm3nX1nw8kz2faKrJw9qnGkh5LhinfMqT4BJu3ObYidhAiA%40mail.gmail.com.
I tried stripping also, still it is not coming closer to pre compiled binary.
Is there any performance impact if I use node binary the way I built?
Can somebody send steps to build node the way pre compiled binary is built?
-Phani
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAPJ5V2abZhMoKw8_ZfGu7o%3DiaisdVWo8pksxhLaK-Cw-q7jjsA%40mail.gmail.com.
There can be multiple reasons. The "official" binary could be stripped. There could be a different compiler used. All sorts of reasons.
Is there any performance impact if I use node binary the way I built?
Is there any performance impact if I use node binary the way I built?