<?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>何が問題か？ 最適化が行き詰まっている どこが？ inline 展開する手続きに副作用がある場合を考えるとうまくいかなそう より具体的には、let1 を使って展開しないとまずそう しかしその場合、自分の処理系では let1 は手続き呼び出しに変換されるので最適化の意味がなくなってしまう。 (例) (a 1) =&gt; (let1 x 1 aのbody) =&gt; ((lambda (x) aのbody) 1) lookupの手間は省けるが、その分 closure 作成のコストがかかってしまう そもそも inline 展開で期待されるメリットは？ 以下のコストを減らすことが出来る クロージャ作成 Fra…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20080104%2F1199449980&quot; title=&quot; 軽量 let 問題 - 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-01-04 21:33:00</published>
  <title> 軽量 let 問題 - Scheme VM を書く</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20080104/1199449980</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
