<?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>
    <anon>mosh</anon>
  </categories>
  <description>いまさら末尾呼び出し最適化を見直しているのですが Gauche で以下のコードがスタックオーバーフローにならない理由が分からなくて混乱。 (define (my-map1 f l) (if (null? l) l (cons (f (car l)) (my-map1 f (cdr l))))) (my-map1 (lambda (x) x) (vector-&gt;list (make-vector 10000 3))) 0 LREF0 ; l 1 BNNULL 5 ; (null? l) 3 LREF0 ; l 4 RET 5 PRE-CALL(1) 11 7 LREF0 ; l 8 CAR-PU…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20081027%2F1225087816&quot; title=&quot; 末尾呼び出し最適化 - 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-10-27 15:10:16</published>
  <title> 末尾呼び出し最適化</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20081027/1225087816</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
