X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=includes%2FStorage.h;fp=includes%2FStorage.h;h=34a5411918c11fafa4bc8665f8585170aae283eb;hb=74ee9df9f9e79e7110e9d8541b84010f35c464c5;hp=ae066c1c9ef5ccf5790ae023d690e6317cf3f2e0;hpb=54fe7a440247fbd0f853d07da23d48b50a229a00;p=ghc-hetmet.git diff --git a/includes/Storage.h b/includes/Storage.h index ae066c1..34a5411 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -55,7 +55,6 @@ typedef struct step_ { unsigned int no; // step number in this generation unsigned int abs_no; // absolute step number - int is_compacted; // compact this step? (old gen only) struct generation_ * gen; // generation this step belongs to unsigned int gen_no; // generation number (cached) @@ -87,8 +86,12 @@ typedef struct step_ { // and scavenged_large_objects #endif + int mark; // mark (not copy)? (old gen only) + int compact; // compact (not sweep)? (old gen only) + bdescr * old_blocks; // bdescr of first from-space block unsigned int n_old_blocks; // number of blocks in from-space + unsigned int live_estimate; // for sweeping: estimate of live data bdescr * todos; // blocks waiting to be scavenged bdescr * todos_last;