]> Sergey Matveev's repositories - public-inbox.git/commit
syscall: avoid needless string comparison on x86-64
authorEric Wong <e@80x24.org>
Mon, 17 Oct 2022 09:30:52 +0000 (09:30 +0000)
committerEric Wong <e@80x24.org>
Mon, 17 Oct 2022 22:16:28 +0000 (22:16 +0000)
commit7a13b24e3b7f31a647ea180d5b180d8f8eaa025a
tree99f5cad0a04e1c6bd5b860ef16cf68be4308cf0c
parent70d2806f623b7d5c8fe8328f8e53a24e7be34393
syscall: avoid needless string comparison on x86-64

For common x86-64 systems, we can avoid a needless
string comparison on `mips64' by restructuring the
branches for architecture detection.
lib/PublicInbox/Syscall.pm