Hacker News new | ask | show | jobs
by quietpain 954 days ago

    ...our validation pipeline produced an interesting assertion...
What is a validation pipeline?
2 comments

It's described one paragraph earlier.

> I’ve written previously about a processor validation technique called Oracle Serialization that we’ve been using. The idea is to generate two forms of the same randomly generated program and verify their final state is identical.

Sounds like the real story should be that Google solved the halting problem. :-P
You're free to solve the halting problem for restricted sets of programs, that doesn't break any rules of the universe.

They also could be just discarding any where it runs for longer than X time, or a bunch of other possibilities.

They might be generating programs that they know will halt. Like: applications with finite loops and such. There are not enough details.
The blog has a link to https://lock.cmpxchg8b.com/zenbleed.html#discovery which presents the concept.