something I periodically want is timeouts that -- for a particular version of a piece of software -- are deterministic across platforms. this would be accomplished with a simple compiler pass that increments and checks a counter at every back edge and function return. anyone know if this exists for LLVM, or do I need to write it?

@regehr
Polish Olympiad in Informatics used to do something like this for already-compiled programs using Intel's pintools. Sadly, I can't find sources for the thing (for some reason there was a separate repository with binaries and all the scripts given to contestants, which I did find at github.com/olimpiada/oitimetoo).

@regehr

Ah, it seems that the new version also has some such functionality, but seemingly using perf counters: github.com/sio2project/sio2jai

Follow

@regehr

But that's probably not actually deterministic enough for you~

@robryk it it's actually counting user-mode instructions it'll work! I'll investigate

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.