Changes between Version 2 and Version 3 of KeysRefactor

Show
Ignore:
Timestamp:
08/02/09 12:11:46 (12 years ago)
Author:
bacek
Comment:

Scrap initial KeysRefactor idea.

Legend:

Unmodified
Added
Removed
Modified
  • KeysRefactor

    v2 v3  
     1=== Update === 
     2 
     3Good idea. Will not work. Consider next PIR code: 
     4{{{ 
     5  $S0 = "foo"() 
     6  $P1 = $P0[$S0] 
     7}}} 
     8 
     9In this case {{{[$S0]}}} will have type {{{KEY_string_FLAG | KEY_integer_FLAG}}} but store integer value of used register. I need something different. Or not to touch Keys at all and treat them as "unavoidable evil"... 
     10 
     11 
    112=== Idea of refactoring Key PMC === 
    213