| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The previous logic checked if the link was present, and if so it proceeded to look it up again to get the link value. This saves a hash lookup per linked object in the dump stream.
All callers of this method are already linkable objects (i.e. not nil, boolean, or in CRuby fixnum range) so there's no need for the repeated checks in registerLinkTarget. The new registerObject retains those checks as an assert but otherwise assumes caller is doing the right thing.
| Back | FazBrowse Home | New Git URL |
Small fixes for Marshal logic encountered while investigating #9152.