<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tatta</author_name>
  <author_url>https://blog.hatena.ne.jp/tatta/</author_url>
  <blog_title>さすらうプログラマの日記</blog_title>
  <blog_url>https://tatta.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>値としてのラベル GCCはいろいろな独自拡張があるけど，その1つにラベルの指すアドレスを値として取得する機能がある． void *address = &amp;&amp;label; ... label: ... goto *address;のように&amp;&amp;演算子をラベル名の前に付けると，そのラベルのアドレスを取り出すことができ，通常の値と同様に変数に格納することもできるのだ．もちろんgotoを使って格納したアドレスへジャンプすることも可能である． トランポリンの代わりにgotoを用いる ここでいうトランポリンとは，以下に示すように次に実行すべき関数のアドレスを戻り値で返し，大元の実行ループでは返されたアドレス値…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftatta.hatenadiary.org%2Fentry%2F20090528%2F1243519268&quot; title=&quot; トランポリンの代わりにgotoを使う - さすらうプログラマの日記&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>2009-05-28 23:01:08</published>
  <title> トランポリンの代わりにgotoを使う</title>
  <type>rich</type>
  <url>https://tatta.hatenadiary.org/entry/20090528/1243519268</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
