1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892
|
/* poolmrg.c: MANUAL RANK GUARDIAN POOL
*
* $Id$
* Copyright (c) 2001-2020 Ravenbrook Limited. See end of file for license.
* Portions copyright (C) 2002 Global Graphics Software.
*
*
* DESIGN
*
* .design: <design/poolmrg>.
*
* NOTES
*
* .improve.rank: At the moment, the pool is a guardian for the final
* rank. It could be generalized to be a guardian for an arbitrary
* rank (a guardian for RankEXACT would tell you if the object was
* ambiguously referenced, for example). The code that would need to be
* modified bears this tag.
*
* TRANSGRESSIONS
*
* .addr.void-star: Breaks <design/type#.addr.use> all over the place,
* accessing the segments acquired from SegAlloc with C pointers. It
* would not be practical to use ArenaPeek/Poke everywhere. Blocks
* acquired from ControlAlloc must be directly accessible from C, or else
* none of the pools would work. Therefore, if we implement a variant
* where Addr != void*, we just use the same magic for the control pool
* and MRG pools, whatever that might be.
*/
#include "ring.h"
#include "mpm.h"
#include "poolmrg.h"
SRCID(poolmrg, "$Id$");
/* Types */
/* enumerate the states of a guardian */
enum {
MRGGuardianFREE = 1,
MRGGuardianPREFINAL,
MRGGuardianFINAL
};
/* Link -- Unprotectable part of guardian */
typedef struct LinkStruct *Link;
typedef struct LinkStruct {
int state; /* Free, Prefinal, Final */
union LinkStructUnion {
MessageStruct messageStruct; /* state = Final */
RingStruct linkRing; /* state one of {Free, Prefinal} */
} the;
} LinkStruct;
#define linkOfMessage(message) \
PARENT(LinkStruct, the, PARENT(union LinkStructUnion, messageStruct, (message)))
#define linkOfRing(ring) \
PARENT(LinkStruct, the, PARENT(union LinkStructUnion, linkRing, (ring)))
/* RefPart -- Protectable part of guardian
*
* This is trivial, but provides a useful abstraction
* at no performance cost.
*/
typedef struct RefPartStruct *RefPart;
typedef struct RefPartStruct {
Ref ref;
} RefPartStruct;
/* MRGRefPartRef,MRGRefPartSetRef -- read and write the reference
* using the software barrier
*
* Might be more efficient to take a seg, rather than calculate it
* every time.
*
* See also .ref.direct which accesses it directly.
*/
static Ref MRGRefPartRef(Arena arena, RefPart refPart)
{
AVER(refPart != NULL);
return ArenaRead(arena, &refPart->ref);
}
static void MRGRefPartSetRef(Arena arena, RefPart refPart, Ref ref)
{
AVER(refPart != NULL);
ArenaWrite(arena, &refPart->ref, ref);
}
/* MRGStruct -- MRG pool structure */
#define MRGSig ((Sig)0x519369B0) /* SIGnature MRG POol */
typedef struct MRGStruct {
PoolStruct poolStruct; /* generic pool structure */
RingStruct entryRing; /* <design/poolmrg#.poolstruct.entry> */
RingStruct freeRing; /* <design/poolmrg#.poolstruct.free> */
RingStruct refRing; /* <design/poolmrg#.poolstruct.refring> */
Size extendBy; /* <design/poolmrg#.extend> */
Sig sig; /* design.mps.sig.field.end.outer */
} MRGStruct;
typedef MRG MRGPool;
#define MRGPoolCheck MRGCheck
DECLARE_CLASS(Pool, MRGPool, AbstractPool);
/* MRGCheck -- check an MRG pool */
ATTRIBUTE_UNUSED
static Bool MRGCheck(MRG mrg)
{
Pool pool = CouldBeA(AbstractPool, mrg);
CHECKS(MRG, mrg);
CHECKC(MRGPool, mrg);
CHECKD(Pool, pool);
CHECKC(MRGPool, mrg);
CHECKD_NOSIG(Ring, &mrg->entryRing);
CHECKD_NOSIG(Ring, &mrg->freeRing);
CHECKD_NOSIG(Ring, &mrg->refRing);
CHECKL(mrg->extendBy == ArenaGrainSize(PoolArena(pool)));
return TRUE;
}
#define MRGRefSegSig ((Sig)0x51936965) /* SIGnature MRG Ref Seg */
#define MRGLinkSegSig ((Sig)0x51936915) /* SIGnature MRG Link Seg */
typedef struct MRGLinkSegStruct *MRGLinkSeg;
typedef struct MRGRefSegStruct *MRGRefSeg;
typedef struct MRGLinkSegStruct {
SegStruct segStruct; /* superclass fields must come first */
MRGRefSeg refSeg; /* <design/poolmrg#.mrgseg.link.refseg> */
Sig sig; /* design.mps.sig.field.end.outer */
} MRGLinkSegStruct;
typedef struct MRGRefSegStruct {
GCSegStruct gcSegStruct; /* superclass fields must come first */
RingStruct mrgRing; /* <design/poolmrg#.mrgseg.ref.segring> */
MRGLinkSeg linkSeg; /* <design/poolmrg#.mrgseg.ref.linkseg> */
Sig sig; /* design.mps.sig.field.end.outer */
} MRGRefSegStruct;
/* forward declarations */
DECLARE_CLASS(Seg, MRGLinkSeg, Seg);
DECLARE_CLASS(Seg, MRGRefSeg, GCSeg);
static Res mrgRefSegScan(Bool *totalReturn, Seg seg, ScanState ss);
/* MRGLinkSegCheck -- check a link segment
*
* .link.nullref: During initialization of a link segment the refSeg
* field will be NULL. This will be initialized when the reference
* segment is initialized. <design/poolmrg#.mrgseg.link.refseg>.
*/
ATTRIBUTE_UNUSED
static Bool MRGLinkSegCheck(MRGLinkSeg linkseg)
{
Seg seg = CouldBeA(Seg, linkseg);
CHECKS(MRGLinkSeg, linkseg);
CHECKD(Seg, seg);
if (NULL != linkseg->refSeg) { /* see .link.nullref */
CHECKU(MRGRefSeg, linkseg->refSeg);
CHECKL(SegPool(seg) == SegPool(CouldBeA(Seg, linkseg->refSeg)));
CHECKL(linkseg->refSeg->linkSeg == linkseg);
}
return TRUE;
}
ATTRIBUTE_UNUSED
static Bool MRGRefSegCheck(MRGRefSeg refseg)
{
GCSeg gcseg = CouldBeA(GCSeg, refseg);
Seg seg = CouldBeA(Seg, gcseg);
CHECKS(MRGRefSeg, refseg);
CHECKD(GCSeg, gcseg);
CHECKL(SegPool(seg) == SegPool(CouldBeA(Seg, refseg->linkSeg)));
CHECKD_NOSIG(Ring, &refseg->mrgRing);
CHECKD(MRGLinkSeg, refseg->linkSeg);
CHECKL(refseg->linkSeg->refSeg == refseg);
return TRUE;
}
/* MRGLinkSegInit -- initialise a link segment */
static Res MRGLinkSegInit(Seg seg, Pool pool, Addr base, Size size,
ArgList args)
{
MRGLinkSeg linkseg;
Res res;
/* Initialize the superclass fields first via next-method call */
res = NextMethod(Seg, MRGLinkSeg, init)(seg, pool, base, size, args);
if (res != ResOK)
return res;
linkseg = CouldBeA(MRGLinkSeg, seg);
/* no useful checks for base and size */
linkseg->refSeg = NULL; /* .link.nullref */
SetClassOfPoly(seg, CLASS(MRGLinkSeg));
linkseg->sig = MRGLinkSegSig;
AVERC(MRGLinkSeg, linkseg);
return ResOK;
}
/* MRGLinkSegFinish -- finish a link segment */
static void mrgLinkSegFinish(Inst inst)
{
Seg seg = MustBeA(Seg, inst);
MRGLinkSeg linkseg = MustBeA(MRGLinkSeg, seg);
linkseg->sig = SigInvalid;
/* finish the superclass fields last */
NextMethod(Inst, MRGLinkSeg, finish)(inst);
}
/* MRGRefSegInit -- initialise a ref segment */
ARG_DEFINE_KEY(mrg_seg_link_seg, Pointer);
#define mrgKeyLinkSeg (&_mps_key_mrg_seg_link_seg)
static Res MRGRefSegInit(Seg seg, Pool pool, Addr base, Size size, ArgList args)
{
MRGLinkSeg linkseg;
MRGRefSeg refseg;
MRG mrg = MustBeA(MRGPool, pool);
Res res;
ArgStruct arg;
/* .ref.initarg: The paired link segment is passed as a keyword
argument when creating the ref segment. Initially the
refSeg field of the link segment is NULL (see .link.nullref).
It's initialized here to the newly initialized ref segment. */
ArgRequire(&arg, args, mrgKeyLinkSeg);
linkseg = arg.val.p;
/* Initialize the superclass fields first via next-method call */
res = NextMethod(Seg, MRGRefSeg, init)(seg, pool, base, size, args);
if (res != ResOK)
return res;
refseg = CouldBeA(MRGRefSeg, seg);
/* no useful checks for base and size */
AVERT(MRGLinkSeg, linkseg);
/* <design/seg#.field.rankset.start>, .improve.rank */
SegSetRankSet(seg, RankSetSingle(RankFINAL));
RingInit(&refseg->mrgRing);
RingAppend(&mrg->refRing, &refseg->mrgRing);
refseg->linkSeg = linkseg;
AVER(NULL == linkseg->refSeg); /* .link.nullref */
SetClassOfPoly(seg, CLASS(MRGRefSeg));
refseg->sig = MRGRefSegSig;
linkseg->refSeg = refseg; /* .ref.initarg */
AVERC(MRGRefSeg, refseg);
AVERT(MRGLinkSeg, linkseg);
return ResOK;
}
/* MRGRefSegFinish -- finish a ref segment */
static void mrgRefSegFinish(Inst inst)
{
Seg seg = MustBeA(Seg, inst);
MRGRefSeg refseg = MustBeA(MRGRefSeg, seg);
refseg->sig = SigInvalid;
/* finish the superclass fields last */
NextMethod(Inst, MRGRefSeg, finish)(inst);
}
/* MRGLinkSegClass -- Class definition */
DEFINE_CLASS(Seg, MRGLinkSeg, klass)
{
INHERIT_CLASS(klass, MRGLinkSeg, Seg);
SegClassMixInNoSplitMerge(klass); /* no support for this */
klass->instClassStruct.finish = mrgLinkSegFinish;
klass->size = sizeof(MRGLinkSegStruct);
klass->init = MRGLinkSegInit;
AVERT(SegClass, klass);
}
/* MRGRefSegClass -- Class definition */
DEFINE_CLASS(Seg, MRGRefSeg, klass)
{
INHERIT_CLASS(klass, MRGRefSeg, GCSeg);
SegClassMixInNoSplitMerge(klass); /* no support for this */
klass->instClassStruct.finish = mrgRefSegFinish;
klass->size = sizeof(MRGRefSegStruct);
klass->init = MRGRefSegInit;
klass->scan = mrgRefSegScan;
AVERT(SegClass, klass);
}
static Count MRGGuardiansPerSeg(MRG mrg)
{
Count nGuardians;
AVERT(MRG, mrg);
nGuardians = mrg->extendBy / sizeof(Ref);
AVER(nGuardians > 0);
return nGuardians;
}
/* <design/poolmrg#.guardian.assoc> */
#define refPartOfIndex(refseg, index) \
((RefPart)SegBase(MustBeA(Seg, refseg)) + (index))
static RefPart MRGRefPartOfLink(Link link, Arena arena)
{
Seg seg = NULL; /* suppress "may be used uninitialized" */
Bool b;
Link linkBase;
Index indx;
MRGLinkSeg linkseg;
AVER(link != NULL); /* Better checks done by SegOfAddr */
b = SegOfAddr(&seg, arena, (Addr)link);
AVER(b);
AVERC(MRGPool, SegPool(seg));
linkseg = MustBeA(MRGLinkSeg, seg);
linkBase = (Link)SegBase(seg);
AVER(link >= linkBase);
indx = (Index)(link - linkBase);
AVER(indx < MRGGuardiansPerSeg(MustBeA(MRGPool, SegPool(seg))));
return refPartOfIndex(linkseg->refSeg, indx);
}
#define linkOfIndex(linkseg, index) \
((Link)SegBase(MustBeA(Seg, linkseg)) + (index))
#if 0
static Link MRGLinkOfRefPart(RefPart refPart, Arena arena)
{
Seg seg;
Bool b;
RefPart refPartBase;
Index indx;
MRGRefSeg refseg;
AVER(refPart != NULL); /* Better checks done by SegOfAddr */
b = SegOfAddr(&seg, arena, (Addr)refPart);
AVER(b);
AVER(SegPool(seg)->klass == PoolClassMRG());
refseg = Seg2RefSeg(seg);
AVERT(MRGRefSeg, refseg);
refPartBase = (RefPart)SegBase(seg);
AVER(refPart >= refPartBase);
indx = refPart - refPartBase;
AVER(indx < MRGGuardiansPerSeg(PoolMRG(SegPool(seg))));
return linkOfIndex(refseg->linkSeg, indx);
}
#endif
/* MRGGuardianInit -- Initialises both parts of a guardian */
static void MRGGuardianInit(MRG mrg, Link link, RefPart refPart)
{
AVERT(MRG, mrg);
AVER(link != NULL);
AVER(refPart != NULL);
RingInit(&link->the.linkRing);
link->state = MRGGuardianFREE;
RingAppend(&mrg->freeRing, &link->the.linkRing);
/* <design/poolmrg#.free.overwrite> */
MRGRefPartSetRef(PoolArena(MustBeA(AbstractPool, mrg)), refPart, 0);
}
/* MRGMessage* -- Implementation of MRG's MessageClass */
/* MRGMessageDelete -- deletes the message (frees up the guardian) */
static void MRGMessageDelete(Message message)
{
Pool pool = NULL; /* suppress "may be used uninitialized" */
Arena arena;
Link link;
Bool b;
AVERT(Message, message);
arena = MessageArena(message);
b = PoolOfAddr(&pool, arena, (Addr)message);
AVER(b);
AVERC(MRGPool, pool);
link = linkOfMessage(message);
AVER(link->state == MRGGuardianFINAL);
MessageFinish(message);
MRGGuardianInit(MustBeA(MRGPool, pool), link, MRGRefPartOfLink(link, arena));
}
/* MRGMessageFinalizationRef -- extract the finalized reference from the msg */
static void MRGMessageFinalizationRef(Ref *refReturn,
Arena arena, Message message)
{
Link link;
Ref ref;
RefPart refPart;
AVER(refReturn != NULL);
AVERT(Arena, arena);
AVERT(Message, message);
AVER(MessageGetType(message) == MessageTypeFINALIZATION);
link = linkOfMessage(message);
AVER(link->state == MRGGuardianFINAL);
refPart = MRGRefPartOfLink(link, arena);
ref = MRGRefPartRef(arena, refPart);
AVER(ref != 0);
*refReturn = ref;
}
static MessageClassStruct MRGMessageClassStruct = {
MessageClassSig, /* sig */
"MRGFinal", /* name */
MessageTypeFINALIZATION, /* Message Type */
MRGMessageDelete, /* Delete */
MRGMessageFinalizationRef, /* FinalizationRef */
MessageNoGCLiveSize, /* GCLiveSize */
MessageNoGCCondemnedSize, /* GCCondemnedSize */
MessageNoGCNotCondemnedSize, /* GCNotCondemnedSize */
MessageNoGCStartWhy, /* GCStartWhy */
MessageClassSig /* <design/message#.class.sig.double> */
};
/* MRGSegPairDestroy --- Destroys a pair of segments (link & ref)
*
* .segpair.destroy: We don't worry about the effect that destroying
* these segs has on any of the pool rings.
*/
static void MRGSegPairDestroy(MRGRefSeg refseg)
{
RingRemove(&refseg->mrgRing);
RingFinish(&refseg->mrgRing);
SegFree(MustBeA(Seg, refseg->linkSeg));
SegFree(MustBeA(Seg, refseg));
}
/* MRGSegPairCreate -- create a pair of segments (link & ref) */
static Res MRGSegPairCreate(MRGRefSeg *refSegReturn, MRG mrg)
{
Pool pool = MustBeA(AbstractPool, mrg);
Arena arena = PoolArena(pool);
RefPart refPartBase;
Count nGuardians; /* guardians per seg */
Index i;
Link linkBase;
Res res;
Seg segLink, segRefPart;
MRGLinkSeg linkseg;
MRGRefSeg refseg;
Size linkSegSize;
AVER(refSegReturn != NULL);
nGuardians = MRGGuardiansPerSeg(mrg);
linkSegSize = nGuardians * sizeof(LinkStruct);
linkSegSize = SizeArenaGrains(linkSegSize, arena);
res = SegAlloc(&segLink, CLASS(MRGLinkSeg),
LocusPrefDefault(), linkSegSize, pool,
argsNone);
if (res != ResOK)
goto failLinkSegAlloc;
linkseg = MustBeA(MRGLinkSeg, segLink);
MPS_ARGS_BEGIN(args) {
MPS_ARGS_ADD_FIELD(args, mrgKeyLinkSeg, p, linkseg); /* .ref.initarg */
res = SegAlloc(&segRefPart, CLASS(MRGRefSeg),
LocusPrefDefault(), mrg->extendBy, pool,
args);
} MPS_ARGS_END(args);
if (res != ResOK)
goto failRefPartSegAlloc;
refseg = MustBeA(MRGRefSeg, segRefPart);
linkBase = (Link)SegBase(segLink);
refPartBase = (RefPart)SegBase(segRefPart);
for(i = 0; i < nGuardians; ++i)
MRGGuardianInit(mrg, linkBase + i, refPartBase + i);
AVER((Addr)(&linkBase[i]) <= SegLimit(segLink));
AVER((Addr)(&refPartBase[i]) <= SegLimit(segRefPart));
*refSegReturn = refseg;
return ResOK;
failRefPartSegAlloc:
SegFree(segLink);
failLinkSegAlloc:
return res;
}
/* MRGFinalize -- finalize the indexth guardian in the segment */
static void MRGFinalize(Arena arena, MRGLinkSeg linkseg, Index indx)
{
Link link;
Message message;
AVER(indx < MRGGuardiansPerSeg(MustBeA(MRGPool, SegPool(MustBeA(Seg, linkseg)))));
link = linkOfIndex(linkseg, indx);
/* only finalize it if it hasn't been finalized already */
if (link->state != MRGGuardianFINAL) {
AVER(link->state == MRGGuardianPREFINAL);
RingRemove(&link->the.linkRing);
RingFinish(&link->the.linkRing);
link->state = MRGGuardianFINAL;
message = &link->the.messageStruct;
MessageInit(arena, message, &MRGMessageClassStruct, MessageTypeFINALIZATION);
MessagePost(arena, message);
}
}
static Res mrgRefSegScan(Bool *totalReturn, Seg seg, ScanState ss)
{
MRGRefSeg refseg = MustBeA(MRGRefSeg, seg);
Pool pool = SegPool(seg);
MRG mrg = MustBeA(MRGPool, pool);
Res res;
Arena arena;
MRGLinkSeg linkseg;
RefPart refPart;
Index i;
Count nGuardians;
AVERT(ScanState, ss);
arena = PoolArena(pool);
linkseg = refseg->linkSeg;
nGuardians = MRGGuardiansPerSeg(mrg);
AVER(nGuardians > 0);
TRACE_SCAN_BEGIN(ss) {
for(i=0; i < nGuardians; ++i) {
refPart = refPartOfIndex(refseg, i);
/* free guardians are not scanned */
if (linkOfIndex(linkseg, i)->state != MRGGuardianFREE) {
ss->wasMarked = TRUE;
/* .ref.direct: We can access the reference directly */
/* because we are in a scan and the shield is exposed. */
if (TRACE_FIX1(ss, refPart->ref)) {
res = TRACE_FIX2(ss, &(refPart->ref));
if (res != ResOK) {
*totalReturn = FALSE;
return res;
}
if (ss->rank == RankFINAL && !ss->wasMarked) { /* .improve.rank */
MRGFinalize(arena, linkseg, i);
}
}
ss->scannedSize += sizeof *refPart;
}
}
} TRACE_SCAN_END(ss);
*totalReturn = TRUE;
return ResOK;
}
/* MRGInit -- init method for MRG */
static Res MRGInit(Pool pool, Arena arena, PoolClass klass, ArgList args)
{
MRG mrg;
Res res;
AVER(pool != NULL);
AVERT(ArgList, args);
UNUSED(args);
UNUSED(klass); /* used for debug pools only */
res = NextMethod(Pool, MRGPool, init)(pool, arena, klass, args);
if (res != ResOK)
goto failNextInit;
mrg = CouldBeA(MRGPool, pool);
RingInit(&mrg->entryRing);
RingInit(&mrg->freeRing);
RingInit(&mrg->refRing);
mrg->extendBy = ArenaGrainSize(PoolArena(pool));
SetClassOfPoly(pool, CLASS(MRGPool));
mrg->sig = MRGSig;
AVERC(MRGPool, mrg);
return ResOK;
failNextInit:
AVER(res != ResOK);
return res;
}
/* MRGFinish -- finish a MRG pool */
static void MRGFinish(Inst inst)
{
Pool pool = MustBeA(AbstractPool, inst);
MRG mrg = MustBeA(MRGPool, pool);
Ring node, nextNode;
/* .finish.ring: Before destroying the segments, we isolate the */
/* rings in the pool structure. The problem we are avoiding here */
/* is when the rings point to memory that has been unmapped by one */
/* segPairDestroy and a subsequent segPairDestroy calls MRGCheck which */
/* checks the rings which causes the program to fault because */
/* RingCheck will access unmapped memory. */
/* We call RingRemove on the master node for the rings, thereby */
/* effectively emptying them, but leaving the rest of the ring */
/* "dangling". This is okay as we are about to destroy all the */
/* segments so the contents of the rings will dissappear soon. */
/* .finish.no-final: Note that this relies on the fact that no */
/* Guardians are in the FINAL state and hence on the Arena Message */
/* Queue. We are guaranteed this because MRGFinish is only called */
/* from ArenaDestroy, and the message queue has been emptied prior */
/* to the call. See <code/arena.c#message.queue.empty> */
if (!RingIsSingle(&mrg->entryRing)) {
RingRemove(&mrg->entryRing);
}
if (!RingIsSingle(&mrg->freeRing)) {
RingRemove(&mrg->freeRing);
}
RING_FOR(node, &mrg->refRing, nextNode) {
MRGRefSeg refseg = RING_ELT(MRGRefSeg, mrgRing, node);
MRGSegPairDestroy(refseg);
}
mrg->sig = SigInvalid;
RingFinish(&mrg->refRing);
/* <design/poolmrg#.trans.no-finish> */
NextMethod(Inst, MRGPool, finish)(inst);
}
/* MRGRegister -- register an object for finalization */
Res MRGRegister(Pool pool, Ref ref)
{
MRG mrg = MustBeA(MRGPool, pool);
Arena arena = PoolArena(pool);
Ring freeNode;
Link link;
RefPart refPart;
Res res;
MRGRefSeg junk; /* unused */
AVER(ref != 0);
/* <design/poolmrg#.alloc.grow> */
if (RingIsSingle(&mrg->freeRing)) {
res = MRGSegPairCreate(&junk, mrg);
if (res != ResOK)
return res;
}
AVER(!RingIsSingle(&mrg->freeRing));
freeNode = RingNext(&mrg->freeRing);
link = linkOfRing(freeNode);
AVER(link->state == MRGGuardianFREE);
/* <design/poolmrg#.alloc.pop> */
RingRemove(freeNode);
link->state = MRGGuardianPREFINAL;
RingAppend(&mrg->entryRing, freeNode);
/* <design/poolmrg#.guardian.ref.alloc> */
refPart = MRGRefPartOfLink(link, arena);
MRGRefPartSetRef(arena, refPart, ref);
return ResOK;
}
/* MRGDeregister -- deregister (once) an object for finalization
*
* TODO: Definalization loops over all finalizable objects in the heap,
* and so using it could accidentally be disastrous for performance.
* See job003953 and back out changelist 187123 if this is fixed.
*/
Res MRGDeregister(Pool pool, Ref obj)
{
MRG mrg = MustBeA(MRGPool, pool);
Arena arena = PoolArena(pool);
Ring node, nextNode;
Count nGuardians; /* guardians per seg */
/* Can't check obj */
nGuardians = MRGGuardiansPerSeg(mrg);
/* map over the segments */
RING_FOR(node, &mrg->refRing, nextNode) {
MRGRefSeg refSeg = RING_ELT(MRGRefSeg, mrgRing, node);
MRGLinkSeg linkSeg;
Count i;
Link linkBase;
RefPart refPartBase;
AVERT(MRGRefSeg, refSeg);
linkSeg = refSeg->linkSeg;
linkBase = (Link)SegBase(MustBeA(Seg, linkSeg));
refPartBase = (RefPart)SegBase(MustBeA(Seg, refSeg));
/* map over each guardian in the segment */
for (i = 0; i < nGuardians; ++i) {
Link link = linkBase + i;
RefPart refPart = refPartBase + i;
/* check if it's allocated and points to obj */
if (link->state == MRGGuardianPREFINAL
&& MRGRefPartRef(arena, refPart) == obj) {
RingRemove(&link->the.linkRing);
RingFinish(&link->the.linkRing);
MRGGuardianInit(mrg, link, refPart);
return ResOK;
}
}
}
return ResFAIL;
}
/* MRGDescribe -- describe an MRG pool
*
* This could be improved by implementing MRGSegDescribe
* and having MRGDescribe iterate over all the pool's segments.
*/
static Res MRGDescribe(Inst inst, mps_lib_FILE *stream, Count depth)
{
Pool pool = CouldBeA(AbstractPool, inst);
MRG mrg = CouldBeA(MRGPool, pool);
Arena arena;
Ring node, nextNode;
RefPart refPart;
Res res;
if (!TESTC(MRGPool, mrg))
return ResPARAM;
if (stream == NULL)
return ResPARAM;
res = NextMethod(Inst, MRGPool, describe)(inst, stream, depth);
if (res != ResOK)
return res;
res = WriteF(stream, depth + 2, "extendBy $W\n", (WriteFW)mrg->extendBy, NULL);
if (res != ResOK)
return res;
res = WriteF(stream, depth + 2, "Entry queue:\n", NULL);
if (res != ResOK)
return res;
arena = PoolArena(pool);
RING_FOR(node, &mrg->entryRing, nextNode) {
Bool outsideShield = !ArenaShield(arena)->inside;
refPart = MRGRefPartOfLink(linkOfRing(node), arena);
if (outsideShield) {
ShieldEnter(arena);
}
res = WriteF(stream, depth + 2, "at $A Ref $A\n",
(WriteFA)refPart, (WriteFA)MRGRefPartRef(arena, refPart),
NULL);
if (outsideShield) {
ShieldLeave(arena);
}
if (res != ResOK)
return res;
}
return ResOK;
}
DEFINE_CLASS(Pool, MRGPool, klass)
{
INHERIT_CLASS(klass, MRGPool, AbstractPool);
klass->instClassStruct.describe = MRGDescribe;
klass->instClassStruct.finish = MRGFinish;
klass->size = sizeof(MRGStruct);
klass->init = MRGInit;
AVERT(PoolClass, klass);
}
PoolClass PoolClassMRG(void)
{
return CLASS(MRGPool);
}
/* C. COPYRIGHT AND LICENSE
*
* Copyright (C) 2001-2020 Ravenbrook Limited <https://www.ravenbrook.com/>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the
* distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
|