Changes between Version 3 and Version 4 of ItsABughunt

Show
Ignore:
Timestamp:
10/13/09 14:13:18 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ItsABughunt

    v3 v4  
    1414   * some Parrot systems need C-like hashes while user-visible parts of Parrot need PMC-ish hashes 
    1515 
     16(Perhaps now is a good time to re-examine the thought of using an external hash library rather than re-inventing our own. --coke) 
     17 
    1618 * freeze/thaw 
    1719   * The code in src/pmc_freeze.c pokes deep into the guts of the STRING structure, without using any kind of API, hindering any kind of refactoring or cleanup of STRING internals.