Changes between Version 5 and Version 6 of ParrotDeprecationsFor3.0

Show
Ignore:
Timestamp:
11/20/10 07:05:39 (11 years ago)
Author:
plobsing
Comment:

add deprecation information for :unique_reg

Legend:

Unmodified
Added
Removed
Modified
  • ParrotDeprecationsFor3.0

    v5 v6  
    11= Parrot Deprecations for 3.0 = 
     2 
     3== :unique_reg PIR value flag == 
     4 
     5The :unique_reg flag on registers in PIR is no longer available. 
     6 
     7=== Rationale === 
     8 
     9It doesn't do anything. Also, this is a terrible way to work around register allocator failures if/when we get a register allocator. 
     10 
     11=== Replacement === 
     12 
     13{{{ 
     14s/:unique_reg//g 
     15}}} 
    216 
    317== .nci_call and .meth_call PIR special forms ==