This is an archive of the discontinued Mercurial Phabricator instance.

xdiff: use int64 for hash table size
ClosedPublic

Authored by quark on Mar 9 2018, 5:54 PM.

Details

Summary

Follow-up of the previous "long" -> "int64" change. Now xdiff only uses int
for return values and small integers (ex. booleans, shifting score, bits in
hash table size, etc) so it should be able to handle large input.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Mar 9 2018, 5:54 PM
indygreg accepted this revision.Mar 9 2018, 6:22 PM
This revision is now accepted and ready to land.Mar 9 2018, 6:22 PM
This revision was automatically updated to reflect the committed changes.