forked from facebookarchive/skybison
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite LOAD_GLOBAL _Unbound to LOAD_IMMEDIATE in builtins module
This should save some caches and be faster. Ideally we would do this in all Skybison-controlled modules but I don't think we have a good signal for that yet. Partially addresses #395; we still cannot use it as marker in dictionaries because it's still in the globals dict.
- Loading branch information
1 parent
beb1437
commit 58ff7ca
Showing
1 changed file
with
23 additions
and
4 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