<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Go weak包前瞻：弱指针为内存管理带来新选择》的评论</title>
	<atom:link href="http://tonybai.com/2024/09/23/go-weak-package-preview/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2024/09/23/go-weak-package-preview/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：megumi</title>
		<link>https://tonybai.com/2024/09/23/go-weak-package-preview/#comment-7777</link>
		<dc:creator>megumi</dc:creator>
		<pubDate>Tue, 24 Sep 2024 03:15:18 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=4292#comment-7777</guid>
		<description>能否在提案中添加2-3个没有弱指针就无法解决的实际问题的例子

这个确实有必要，毕竟要说添加的话，Go可以添加的东西太多了</description>
		<content:encoded><![CDATA[<p>能否在提案中添加2-3个没有弱指针就无法解决的实际问题的例子</p>
<p>这个确实有必要，毕竟要说添加的话，Go可以添加的东西太多了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2024/09/23/go-weak-package-preview/#comment-7776</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Mon, 23 Sep 2024 13:28:07 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=4292#comment-7776</guid>
		<description>在依然有强指针引用的时候，gc不会回收。如果没有强指针，只剩下弱指针，gc会回收其指向的内存对象。</description>
		<content:encoded><![CDATA[<p>在依然有强指针引用的时候，gc不会回收。如果没有强指针，只剩下弱指针，gc会回收其指向的内存对象。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：go</title>
		<link>https://tonybai.com/2024/09/23/go-weak-package-preview/#comment-7774</link>
		<dc:creator>go</dc:creator>
		<pubDate>Mon, 23 Sep 2024 03:10:09 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=4292#comment-7774</guid>
		<description>是不是每次GC，总是 会回收掉弱指针的内存空间？</description>
		<content:encoded><![CDATA[<p>是不是每次GC，总是 会回收掉弱指针的内存空间？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
