-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin to use invokedynamic in the bytecode (#1645)
This replaces some of the key operations on object properties and on names with invokedynamic scopes. Each call site is resolved using the "jdk.dynalink" package. Right now there is only a single linker, so all operations are linked to the same ScriptRuntime operations that were previously invoked directly from the bytecode, but this will gradually change as we find opportunities to optimize the code more.
- Loading branch information
Showing
7 changed files
with
573 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.