]> gitweb.factorcode.org Git - factor.git/commit
faster generic arithmetic, messing around with inference
authorSlava Pestov <slava@factorcode.org>
Sun, 16 Jan 2005 22:58:28 +0000 (22:58 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 16 Jan 2005 22:58:28 +0000 (22:58 +0000)
commitb5801f45dd30bb6d99888440960d4a2b66a8da55
tree18cf26e5eefacdcdb6307a168f9f1e3f9e011c7c
parent8247cc5ff4c1177cad2fc31ae6081345504285a1
faster generic arithmetic, messing around with inference
31 files changed:
library/bootstrap/boot-stage2.factor
library/bootstrap/boot.factor
library/bootstrap/image.factor
library/compiler/x86/assembler.factor
library/compiler/x86/fixnum.factor
library/generic/builtin.factor
library/generic/generic.factor
library/generic/null.factor [new file with mode: 0644]
library/inference/branches.factor
library/inference/inference.factor
library/inference/stack.factor
library/inference/words.factor
library/kernel.factor
library/math/math.factor
library/test/compiler/generic.factor
library/test/generic.factor
library/test/inference.factor
library/test/math/complex.factor
native/arithmetic.c
native/bignum.c
native/bignum.h
native/fixnum.c
native/float.c
native/float.h
native/gc.c
native/memory.c
native/misc.c
native/types.c
native/types.h
native/unix/file.c
native/win32/file.c