tc39 / proposal-ecmascript-sharedmem

Shared memory and atomics for ECMAscript
Mozilla Public License 2.0
375 stars 32 forks source link

Editorial: RawBytesToNumber, NumberToRawBytes, and GetModifySetValueInBuffer should not have INS tagging, etc #153

Closed lars-t-hansen closed 7 years ago

lars-t-hansen commented 7 years ago

These all have full-algorithm INS tagging but that's not necessary, INS/DEL is just for altered algorithm. The INS tags should be removed.

The preamble "This is a new abstract operation" should be a spec draft note (if it is needed at all).