Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process: group main thread execution preparation code #26000

Closed
wants to merge 3 commits into from

Commits on Feb 9, 2019

  1. process: group main thread execution preparation code

    This patch groups the preparation of main thread execution into
    `prepareMainThreadExecution()` and removes the cluster IPC
    setup in worker thread bootstrap since clusters do not use
    worker threads for its implementation and it's unlikely to change.
    joyeecheung committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    8d6105b View commit details
    Browse the repository at this point in the history
  2. process: normalize process.argv before user code execution

    And make sure that `process.argv` from the preloaded modules
    is the same as the one in the main module.
    
    Refs: nodejs#25967
    joyeecheung committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    5ea16b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5453bf0 View commit details
    Browse the repository at this point in the history