Skip to content

Instantly share code, notes, and snippets.

@adohe-zz
Created July 5, 2014 05:31
Show Gist options
  • Select an option

  • Save adohe-zz/6eb2678bd68d191aff53 to your computer and use it in GitHub Desktop.

Select an option

Save adohe-zz/6eb2678bd68d191aff53 to your computer and use it in GitHub Desktop.
Node Startup Progress
The work flow: Node_main.cc: wmain(win), main(*nix)->Node.cc: node::Start->Load->ExecuteString->node.js: startup->Module.js: Module.runMain()->Module._load->Module.prototype.load->Module._extensions['.js']->NativeModule.require('fs').readFileSync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment