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

1.30.0 #174

Merged
merged 7 commits into from
Sep 10, 2024
Merged

1.30.0 #174

merged 7 commits into from
Sep 10, 2024

Conversation

AngheloAlf
Copy link
Member

[1.30.0] - 2024-09-10

Changed

  • Avoid migrating rodata symbols to functions if they are referenced by other
    data or rodata symbols.
  • Disallow data and rodata symbols from referencing jumptables.
  • BREAKING: Change the rodata migration algorithm.
    • This allows for the algorithm to migrate unreferenced symbols that are
      between other symbols that do get migrated to the given function.
    • The algorithm will now stop to migrate symbols as soon as it finds a symbol
      that should not be migrated to the current function (i.e. it should be
      migrated to other function, it is referenced by a data symbol, etc).
      • This could be an abrupt change for projects that were relying on the old
        migration scheme, because some symbols may suddenly disappear, avoiding a
        correct build.
      • This change should also reduce (and hopefully remove) the gaps generated
        between symbols during rodata migration.

Deprecated

  • Depreacte SymbolBase.isRdata.

Fixed

  • Fix pointer tracking: fix garbage state of registers after function jumping
    outside of the current function.

@AngheloAlf AngheloAlf merged commit 9593eb7 into master Sep 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant