Changes between Version 3 and Version 4 of ParrotDeprecationsFor3.0

Show
Ignore:
Timestamp:
11/17/10 23:10:54 (11 years ago)
Author:
plobsing
Comment:

slight clarification about what is meant by 'indirect register access ops'

Legend:

Unmodified
Added
Removed
Modified
  • ParrotDeprecationsFor3.0

    v3 v4  
    44 
    55Opcodes that access registers that are not their direct arguments are deprecated. Note, however, that direct arguments does include keys and pcc ops. 
     6 
     7Ops 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). 
    68 
    79=== Rationale ===