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

Upcoming metadata changes in V8 7.6 #283

Closed
cjihrig opened this issue Jun 3, 2019 · 1 comment
Closed

Upcoming metadata changes in V8 7.6 #283

cjihrig opened this issue Jun 3, 2019 · 1 comment

Comments

@cjihrig
Copy link
Contributor

cjihrig commented Jun 3, 2019

The V8 7.6 update requires the following adjustments to the postmortem debugging metadata constants:

  • v8dbg_class_FixedTypedArrayBase__base_pointer__Object

    • Field moved from FixedTypedArrayBase to JSTypedArray.
    • Postmortem tools should use v8dbg_class_JSTypedArray__base_pointer__Object.
    • Refs: v8/v8@70bd7cf
  • v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t

    • Field moved from FixedTypedArrayBase to JSTypedArray.
    • Add new constant: v8dbg_class_JSTypedArray__external_pointer__uintptr_t
    • Refs: v8/v8@70bd7cf
  • v8dbg_class_Map__instance_descriptors_offset

    • Underlying constant was renamed to kInstanceDescriptorsOffset.
    • Postmortem tools should not need to update anything for this constant.
    • Refs: v8/v8@15a7e04

Refs: nodejs/node#28016

@No9
Copy link
Member

No9 commented Sep 17, 2022

No longer required but capturing these types of changes is open for discussion in #412

@No9 No9 closed this as completed Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants