<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tmurakam</author_name>
  <author_url>https://blog.hatena.ne.jp/tmurakam/</author_url>
  <blog_title>むらかみの雑記帳</blog_title>
  <blog_url>https://tmurakam.hatenablog.com/</blog_url>
  <categories>
    <anon>iPhone</anon>
  </categories>
  <description>Apple LLVM3.1 Compiler の -O1 以上の最適化をかけてコンパイルすると、ARC のリファレンスカウントがおかしくなってクラッシュする現象が発覚。(CashFlow はこれが原因でクラッシュしてました)以下のコードで完全に再現します。 UIButton *b, *b1, *b2; for (int i = 0; i &lt; 2; i++) { b = [UIButton buttonWithType:UIButtonTypeRoundedRect]; if (i == 0) { b1 = b; } else { b2 = b; } } b = nil; int rc1 = C…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftmurakam.hatenablog.com%2Fentry%2F20120406%2F1333638989&quot; title=&quot; Xcode 4.3.2 の LLVM 3.1 コンパイラの ARC 最適化バグを踏んでしまった - むらかみの雑記帳&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>2012-04-06 00:16:29</published>
  <title> Xcode 4.3.2 の LLVM 3.1 コンパイラの ARC 最適化バグを踏んでしまった</title>
  <type>rich</type>
  <url>https://tmurakam.hatenablog.com/entry/20120406/1333638989</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
