TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Knownbits Abstract Domain for the Toy Optimizer, Correctly

28 pointsby luu10 months ago

1 comment

Joker_vD10 months ago
&gt; While the randomized tests are great, it&#x27;s still entirely possible for them to miss bugs. The state space for the arguments of a binary transfer function is 3*64 * 3*64, and if only a small part of that contains wrong behaviour it would be really unlikely for us to find it with random tests by chance.<p>Wouldn&#x27;t exhaustive testing on 3*8 * 3*8 inputs (that is, on 1-byte-wide integers) be good enough? That&#x27;s about 43 million combinations which is feasible to loop over even in Python.
评论 #41167418 未加载