-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce cost of deserializing the system AST backref's
this removes the last hash table used by de-serialization in favor of a direct array
- Loading branch information
Showing
1 changed file
with
63 additions
and
45 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
ca7c4c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the record, after this change, I observe the following startup profile (for processing an invalid argument and dumping back to the shell)
ca7c4c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has quite a few conflicts against release-0.3 if you were considering @JuliaBackports this (along with d194050 as you mentioned in #9045). Might be good to do as a PR against release-0.3 to get this into 0.3.4-pre.
ca7c4c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not particularly worth it then. it saves a bit on startup time / cost, but not significantly.
ca7c4c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me. luckily ac13711 backports cleanly but i want to give that a few more days on master first