Changes between Version 5 and Version 6 of ParrotDeprecationsFor3.0
- Timestamp:
- 11/20/10 07:05:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotDeprecationsFor3.0
v5 v6 1 1 = Parrot Deprecations for 3.0 = 2 3 == :unique_reg PIR value flag == 4 5 The :unique_reg flag on registers in PIR is no longer available. 6 7 === Rationale === 8 9 It 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 {{{ 14 s/:unique_reg//g 15 }}} 2 16 3 17 == .nci_call and .meth_call PIR special forms ==