<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yaneurao</author_name>
  <author_url>https://blog.hatena.ne.jp/yaneurao/</author_url>
  <blog_title>やねうらおブログ(移転しました)</blog_title>
  <blog_url>https://yaneurao.hatenadiary.com/</blog_url>
  <categories>
    <anon>D言語</anon>
    <anon>Java</anon>
    <anon>C#</anon>
    <anon>compiler</anon>
  </categories>
  <description>BoehmのGCは保守的(conservative)なGCである。これは、root集合から辿れるならば、配列の中身すべての要素を辿ることを意味する。画像imageのように大きな配列を扱う場合、こんなことをされてはたまらない。配列の要素がでたらめな数字だと、そんなところを辿ってアクセス違反にならないの？と思うかも知れないが、GCは自分のヒープから割り当てたメモリしか辿らないので、アクセス違反は起きない。 そこで、D言語の場合、大きな配列はGCのヒープからではなく他のallocator(たとえばmallocで)からメモリを割り当てるのが常套手段となっている。他のallocatorから割り当てたメモ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyaneurao.hatenadiary.com%2Fentry%2F20040410%2Fp1&quot; title=&quot; conservativeなGC - やねうらおブログ(移転しました)&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2004-04-10 00:00:00</published>
  <title> conservativeなGC</title>
  <type>rich</type>
  <url>https://yaneurao.hatenadiary.com/entry/20040410/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
