Open
Description
We should probably document these terms in the glossary somewhere.
- defined behavior:
- implementation-independent behavior (or some other name, like maybe well-defined behavior?): the behavior is well-defined and implementation-independent.
- Implementation-defined: the implementation must say what the behavior is
- typically target dependent things
- unspecified: the implementation doesn't have to say what the behavior is
- isn't necessarily deterministic, or should it be?