Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GHCガベージコレクタは「大きな」オブジェクトを特別に処理しますか? それとも、他のオブジェクトとまったく同じように扱いますか?
一部の GC エンジンは、大きなオブジェクトを別の領域に配置します。この領域は定期的にスキャンされず、収集アルゴリズムが異なる可能性があります (たとえば、コピーの代わりに圧縮したり、最適化を試みる代わりにフリーリストを使用したりする場合もあります)。GHCはこのようなことをしますか?