SAM Examples
From SoOS
These examples are not included in the released tar balls.
- Example 0 - Initialization
- Example 1 - Creating a basic worker thread
- Example 2 - Sending and retrieving information to worker threads
- Example 3 A - Executing speculatively and flashing back a worker thread (inefficient version)
- Example 3 B - Executing speculatively and flashing back a worker thread (efficient version)
- Example 4 - Executing speculatively, flashing back and speculative writing
- Example 5 - Using multiple protected memory regions within the same SAM context
- Example 6