-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msgpass benchmark and its refactoring dependencies (#659)
* NFC: split freelist_queue from remoteallocator This lets us use freelists as message queues in contexts other than the remoteallocator. No functional change indended. * freelist_queue: add and use destroy_and_iterate * freelist: make backptr obfuscation key "tweakable" * freelist: tweakable keys in forward direction, too * test/perf/msgpass: ubench a producer-consumer app Approximate a message-passing application as a set of producers, a set of consumers, and a set of proxies that do both. We'll use this for some initial insight for #634 but it seems worth having in general.
- Loading branch information
Showing
7 changed files
with
691 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.