<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>higepon</author_name>
  <author_url>https://blog.hatena.ne.jp/higepon/</author_url>
  <blog_title>higepon blog</blog_title>
  <blog_url>https://higepon.hatenablog.com/</blog_url>
  <categories>
    <anon>scheme</anon>
  </categories>
  <description>fib(26) における実行命令総数比較。 Gauche 自前 2811342 3435386 これはちょっと差がありすぎですね。 (define (fib n) (if (&lt;= n 2) 1 (+ (fib (- n 1)) (fib (- n 2))))) 自前。 #(CLOSURE 38 1 #f 0 0 REFER_LOCAL0 1 PUSH 2 CONSTANT 2 4 BRANCH_NUMBER_LE 4 6 CONSTANT 1 8 LOCAL_JMP 24 10 FRAME 9 13 REFER_LOCAL0_PUSH 14 CONSTANT 1 16 NUMBER_SUB 1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20080410%2F1207829303&quot; title=&quot; fib の実行命令総数比較 - Scheme VM を書く - higepon blog&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>2008-04-10 21:08:23</published>
  <title> fib の実行命令総数比較 - Scheme VM を書く</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20080410/1207829303</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
