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

[v12.x] deps: V8: backport postmortem metadata fixes #30870

Commits on Jan 8, 2020

  1. deps: V8: cherry-pick cc5016e1b702

    Original commit message:
    
        [postmortem] add metadata for the new DescriptorArray layout
    
        R=yangguo@chromium.org
    
        Ref: nodejs/llnode#255
        Change-Id: Icda271123375db5c381fe1d1bba13dcc26f26d7c
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1832311
        Reviewed-by: Yang Guo <yangguo@chromium.org>
        Commit-Queue: Yang Guo <yangguo@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#64169}
    
    Refs: v8/v8@cc5016e
    mmarchini authored and MylesBorins committed Jan 8, 2020
    Copy the full SHA
    2badc61 View commit details
    Browse the repository at this point in the history
  2. deps: V8: cherry-pick b38dfaf3a633

    Original commit message:
    
        [postmortem] update Symbol and *String metadata
    
        Symbol and *String classes are now declared on Torque with
        generateCppClass, which means they don't use macro accessors anymore. As
        such, the gen-postmortem-metadata script is not able to automatically
        detect fields for those classes. Define metadata for those fields
        manually for now. In the future we might want to generate it from Torque
        for consistency.
    
        Also renamed a few *String fields metadata to match the expected format
        (className__fieldName__fieldType). For more context:
        nodejs/llnode#287 (comment).
    
        R=bmeurer@chromium.org, hpayer@chromium.org, verwaest@chromium.org, yangguo@chromium.org
    
        Change-Id: I82fe8315cdbfd1b8c64c6a8d5dc011b1edaec39e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1847783
        Reviewed-by: Toon Verwaest <verwaest@chromium.org>
        Commit-Queue: Toon Verwaest <verwaest@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#64313}
    
    Refs: v8/v8@b38dfaf
    mmarchini authored and MylesBorins committed Jan 8, 2020
    Copy the full SHA
    d86bcd7 View commit details
    Browse the repository at this point in the history
  3. Revert "src: update v8abbr.h for V8 7.7"

    This reverts commit 59b4640.
    mmarchini authored and MylesBorins committed Jan 8, 2020
    Copy the full SHA
    0a42e03 View commit details
    Browse the repository at this point in the history
  4. Revert "test: update postmortem metadata test for V8 7.7"

    This reverts commit f056d55.
    mmarchini authored and MylesBorins committed Jan 8, 2020
    Copy the full SHA
    15a2ca7 View commit details
    Browse the repository at this point in the history