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

Begin to use invokedynamic in the bytecode #1645

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

Commits on Sep 24, 2024

  1. Introduce invokedynamic instructions for property and name operations

    Use Dynalink, but only install a dynamic linker for now
    gbrail committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4ac2bb4 View commit details
    Browse the repository at this point in the history
  2. Add invokedynamic instructions for a few more property operations

    Also make the DefaultLinker code have a bit less copy and paste
    gbrail committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0f9c428 View commit details
    Browse the repository at this point in the history
  3. Handle warnings about Android incompatibility

    This feature should never be invoked on Android.
    gbrail committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    54e0386 View commit details
    Browse the repository at this point in the history