-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jace A Mogill
committed
Feb 16, 2016
1 parent
a112a3f
commit 8af6d67
Showing
1 changed file
with
6 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<!-----------------------------------------------------------------------------+ | ||
| Extended Memory Semantics (EMS) Version 0.1.8 | | ||
| Extended Memory Semantics (EMS) Version 0.2.0 | | ||
| Synthetic Semantics http://www.synsem.com/ [email protected] | | ||
+-----------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. | | ||
|
@@ -734,8 +734,11 @@ <h6> Read EMS Memory </h6> | |
<dl> | ||
<dt> <code>read</code> </dt> | ||
<dd> Immediately and unconditionally returns the | ||
stored value. This form of read is not safe on mutable data | ||
outside of a transaction. | ||
stored value, ignoring the tag state. | ||
<TODO> Reading uninitialized mapped indexes | ||
will return <code>undefined</code> regardless of the default value | ||
that would be returned with <code>read__, cas, faa</code>. | ||
</TODO> | ||
</dd> | ||
<dt> <code>readFE</code> </dt> | ||
<dd> Blocks until the data element is full, then | ||
|