Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
V
V8
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Linshizhi
  • V8
  • Repository

Switch branch/tag
  • v8
  • AUTHORS
Find file
BlameHistoryPermalink
  • Jake Hughes's avatar
    [handles] Add direct handles · bf4d6b35
    Jake Hughes authored Sep 26, 2022
    This introduces a new DirectHandle class with a deliberately similar API
    to Handle. It uses an API that uses identical method names for symmetry,
    but with an address field containing a direct pointer to JS heap objects
    (or SMI).
    
    Direct handles are experimental and can be enabled with the
    v8_enable_conservative_stack_scanning gn option. The motivation for them
    is described in the design doc [1].
    
    [1]: https://docs.google.com/document/d/1uRGYQM76vk1fc_aDqDH3pm2qhaJtnK2oyzeVng4cS6I/
    
    Bug: v8:13270
    Change-Id: I0a6e0581adb5fa3b420efec3ba2b6d609d945c52
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3820483
    Commit-Queue: Jake Hughes <jh@jakehughes.uk>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#83434}
    bf4d6b35
AUTHORS 10.1 KB
EditWeb IDE

Replace AUTHORS

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.