]> gitweb.factorcode.org Git - factor.git/commit
math.functions: flushable and foldable don't do anything on inline words because...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 7 Nov 2011 03:25:53 +0000 (19:25 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 7 Nov 2011 03:25:53 +0000 (19:25 -0800)
commit60f928ddbf028a0e11ee5d702aefd7b85b597c62
tree4a1d5ec79c7c5333da9168e50aabacdf16d58a79
parent9048233d276ecae8acf739a313fbf2d4156d7856
math.functions: flushable and foldable don't do anything on inline words because flushable and foldable work on call sites (#call nodes), and inlined words are inlined into another word's call site; they don't generate their own #call node.
basis/math/functions/functions.factor