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

WIP: Add support for subtracting -header size from offset #7405

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 24, 2024

  1. Add support for subtracting -header size from offset

    Update generateArrayElementAddressTrees to support subtracting -header
    size from element offset. IdiomRecognitionUtils::createIndexOffsetTree
    was subtracting -header size prior to off-heap changes. I am not sure if
    any opt looks for this pattern but adding the support to stay consistent
    with pre off-heap logic.
    
    Signed-off-by: Shubham Verma <[email protected]>
    VermaSh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7f13f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31aaa2 View commit details
    Browse the repository at this point in the history