factor/basis/stack-checker
Björn Lindqvist 2f835d3666 compiler.tree.propagation.*: implements downgrading to fixnum for the
mod word, maybe a first step in solving #224

factor_vm::primitive_bignum_mod is changed so that it outputs a fixnum
if the value is small enough. Then the compiler can take advantage of
knowing that expressions like [ >bignum 10 mod ] always result in a
fixnum [-9,9] and inline more arithmetic.
2015-06-27 16:14:58 +02:00
..
alien alien,stack-checker.alien: new word with-callback 2014-10-22 07:02:55 -07:00
backend stack-checker: minor help-lint fixes. 2015-02-05 07:22:15 -08:00
branches stack-checker.*: misc doc additions 2015-02-05 11:01:05 +00:00
dependencies removing small and unnecessary files. 2014-11-29 17:24:42 -08:00
errors
inlining
known-words compiler.tree.propagation.*: implements downgrading to fixnum for the 2015-06-27 16:14:58 +02:00
recursive-state stack-checker: minor help-lint fixes. 2015-02-05 07:22:15 -08:00
row-polymorphism
state stack-checker.state: Fix error in docs. Tweak doc grammar. 2015-02-05 13:49:14 -08:00
transforms
values stack-checker.values: docs and tests 2015-02-05 11:01:05 +00:00
visitor stack-checker: minor help-lint fixes. 2015-02-05 07:22:15 -08:00
authors.txt
stack-checker-docs.factor stack-checker: make this an unchecked-example. 2014-10-19 08:29:51 -07:00
stack-checker-tests.factor use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
stack-checker.factor
summary.txt
tags.txt