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

Pass the pointer of owning object in ctor of GCHermesValueBase #1508

Open
wants to merge 12 commits into
base: static_h
Choose a base branch
from

Commits on Nov 7, 2024

  1. Define AlignedHeapSegmentBase

    Differential Revision: D61675022
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9c92c86 View commit details
    Browse the repository at this point in the history
  2. Allow allocating segment larger than 4MB in StorageProvider

    Differential Revision: D61676721
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0e9718f View commit details
    Browse the repository at this point in the history
  3. Let SHSegmentInfo be explicit in CardTable

    Differential Revision: D61747499
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1e822fe View commit details
    Browse the repository at this point in the history
  4. Store segment size in SHSegmentInfo

    Differential Revision: D61807366
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1a9ba57 View commit details
    Browse the repository at this point in the history
  5. Allow allocating CardStatus/Boundary array separately in CardTable

    Differential Revision: D61747510
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a973b3e View commit details
    Browse the repository at this point in the history
  6. Store current cell in SlotAcceptor

    Differential Revision: D64713261
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e7c2aa4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34154c4 View commit details
    Browse the repository at this point in the history
  8. Collapse write barrier function for HV and SHV

    Differential Revision: D62158417
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    175c5cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5a8536 View commit details
    Browse the repository at this point in the history
  10. Update constructorWriteBarrierRange

    Differential Revision: D62171114
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fc0d302 View commit details
    Browse the repository at this point in the history
  11. Add owning cell to parameters of GCHermesValueBase::set()

    Differential Revision: D62196480
    lavenzg authored and facebook-github-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    beffe9a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Pass the pointer of owning object in ctor of GCHermesValueBase (faceb…

    …ook#1508)
    
    Summary: Pull Request resolved: facebook#1508
    
    Differential Revision: D62222238
    lavenzg authored and facebook-github-bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1998926 View commit details
    Browse the repository at this point in the history