Changes between Version 3 and Version 4 of ParrotDeprecationsFor3.0
- Timestamp:
- 11/17/10 23:10:54 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotDeprecationsFor3.0
v3 v4 4 4 5 5 Opcodes that access registers that are not their direct arguments are deprecated. Note, however, that direct arguments does include keys and pcc ops. 6 7 Ops that are known to have this behaviour are clear{i,n,s,p} and set{i,n,s,p}_ind. These have been removed. No other core ops are known to have this behaviour. If you've created a dynop that has this behaviour, it and code using it is subject to breakage without notice (we reserve the right to implement optimizers). 6 8 7 9 === Rationale ===