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: support hrtime in the snapshot #40649

Closed
wants to merge 2 commits into from

Commits on Oct 29, 2021

  1. process: support hrtime in the snapshot

    Put the hrtime backing store in the process methods binding data
    so that it can be integrated into the snapshot builder. For
    now we simply discard the contents of the hrtime buffer during
    serialization and create new buffers upon deserialization because
    the contents are only useful in a synchronous call.
    
    This also moves the helper function for creating V8 FastAPI methods
    into `Environment::SetFastMethod()` for code reuse. The v8::CFunction
    need to be created before the Environment is created so that we
    have the CTypeInfo address available for external reference
    registration.
    joyeecheung committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    525d916 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    e520a32 View commit details
    Browse the repository at this point in the history