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: use v8 fast api calls for hrtime #33600

Merged
merged 2 commits into from Jun 6, 2020

Commits on Jun 6, 2020

  1. deps: V8: cherry-pick 0d6debcc5f08

    Original commit message:
    
        [turbofan] Fixes for integrating the fast C API
    
        This commit adds a few fixes neccessary for integrating the
        fast C API into Blink:
        - added default constructor for CFunction
        - removed a bogus template specialization allowing void* params
        - extended the public Isolate class
    
        Bug: chromium:1052746
        Change-Id: I4f2ba84299920e2cc9d66ec1ed59302313db6c0b
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2120587
        Commit-Queue: Maya Lekova <mslekova@chromium.org>
        Reviewed-by: Toon Verwaest <verwaest@chromium.org>
        Reviewed-by: Georg Neis <neis@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#66986}
    
    Refs: v8/v8@0d6debc
    
    PR-URL: nodejs#33600
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    devsnek committed Jun 6, 2020
    Copy the full SHA
    e983b1c View commit details
    Browse the repository at this point in the history
  2. process: use v8 fast api calls for hrtime

    Refs: nodejs#33374
    
    PR-URL: nodejs#33600
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    devsnek committed Jun 6, 2020
    Copy the full SHA
    d8eef83 View commit details
    Browse the repository at this point in the history