Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit cc36127

Browse files
authored
Merge pull request #3124 from WalterBright/setPointerBitmapSmall
cannot inline setPointerBitmapSmall() merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2 parents 2f4b1f7 + 4be7aa0 commit cc36127

File tree

1 file changed

+0
-1
lines changed
  • src/gc/impl/conservative

1 file changed

+0
-1
lines changed

src/gc/impl/conservative/gc.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3449,7 +3449,6 @@ struct Pool
34493449
}
34503450
}
34513451

3452-
pragma(inline,true)
34533452
void setPointerBitmapSmall(void* p, size_t s, size_t allocSize, uint attr, const TypeInfo ti) nothrow
34543453
{
34553454
if (!(attr & BlkAttr.NO_SCAN))

0 commit comments

Comments
 (0)