Changes between Version 6 and Version 7 of PreDecemberReleaseHackathon

Show
Ignore:
Timestamp:
12/12/09 04:51:54 (12 years ago)
Author:
darbelo
Comment:

Remove items that we can't be "cleaned up" yet, like GC bookeeping and assertions.

Legend:

Unmodified
Added
Removed
Modified
  • PreDecemberReleaseHackathon

    v6 v7  
    2222 
    2323||'''Fixed'''||'''File'''||'''Line'''||'''Code'''||'''Rev/Editor''' 
    24 ||||./src/ops/string.ops||392||$1 = PTR2UINTVAL($2->strstart);|| 
    25 ||||./src/gc/api.c||527||string->strstart        = NULL;|| 
    26 ||||./src/gc/api.c||734||sets also C<< str->strstart >> to the new buffer location, C<< str->bufused >>|| 
    27 ||||./src/gc/api.c||764||Buffer_bufstart(str) = str->strstart = mem;|| 
    28 ||||./src/gc/api.c||830||oldmem             = str->strstart;|| 
    29 ||||./src/gc/api.c||832||str->strstart      = mem;|| 
    30 ||||./src/gc/alloc_resources.c||439||offset = (ptrdiff_t)((STRING *)b)->strstart -|| 
    31 ||||./src/gc/alloc_resources.c||464||((STRING *)b)->strstart = (char *)Buffer_bufstart(b) +|| 
    32 ||||./src/gc/alloc_resources.c||500||((STRING *)b)->strstart = (char *)Buffer_bufstart(b) +|| 
    33 ||||./src/gc/alloc_resources.c||910||PARROT_ASSERT(((STRING *) pobj)->strstart >=|| 
    34 ||||./src/gc/alloc_resources.c||912||PARROT_ASSERT(((STRING *) pobj)->strstart +|| 
    35 ||||./src/gc/alloc_resources.c||927||PARROT_ASSERT(((STRING *)pobj)->strstart >=|| 
    36 ||||./src/gc/alloc_resources.c||929||PARROT_ASSERT(((STRING *)pobj)->strstart +|| 
    3724||||./src/gc/mark_sweep.c||312||(char*) ((PMC*)b)->vtable->whoami->strstart);|| 
    3825||||./src/packfile/pf_items.c||1331||s->strstart, OFFS(pf, *cursor)));|| 
     
    9279||||./src/pmc_freeze.c||1140||LVALUE_CAST(char *, image->strstart) -= bufused;|| 
    9380||||./src/pmc_freeze.c||1144||PARROT_ASSERT(image->strstart >= (char *)Buffer_bufstart(image));|| 
    94 ||||./t/op/string_cs.t||735||# 106         dest_len = u_strToUpper(src->strstart, dest_len,|| 
    95 ||||./t/op/string_cs.t||740||# (gdb) x /8h src->strstart|| 
    96 ||||./t/op/string_cs.t||746||# (gdb) x /8h src->strstart||