> 例に出ているfactがすべて末尾再帰でない気ががが。 ありがとうございます。そのとおりですね、末尾再帰の除去っていう日本語が誤解を招くのかも。。 Cコンパイラの末尾再帰の除去(Tail Recursion Elimination)は、 厳密な末尾再帰を対象にしてループに変換するのではなく、 再帰呼出をループに変換しようといろいろがんばるっぽいです。 JVMで同等のことをやろうとすると障害が多いのですが、 JVMで末尾再帰だけ対象にした場合も考えてみようと思います。
Performance techniques used in the Hotspot JVM What code shapes does the JVM optimize best? Here is a list. Knowing these optimizations may help language implementors generate bytecodes that run faster. Basic information about bytecodes is in Chapter 7 of the JVM Spec.. In the context of this discussion, "compiler" = "JIT", and usually more specifically refers to the server (or final tier) JIT. Ge
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く