Aaron Schaefer
|
f0ceb33906
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-07 16:44:15 -04:00 |
Doug Coleman
|
d0c34345b1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-07 14:50:20 -05:00 |
Slava Pestov
|
3591f6c684
|
Count megamorphic cache hits
|
2009-05-07 14:26:08 -05:00 |
Doug Coleman
|
605068df93
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-07 13:09:45 -05:00 |
Doug Coleman
|
6223198534
|
link seeking docs to the seek descriptors
|
2009-05-07 13:01:42 -05:00 |
Slava Pestov
|
75d9946bd7
|
compiler.tree.modular-arithmetic: convert >integer >fixnum into >fixnum
|
2009-05-07 12:54:23 -05:00 |
Slava Pestov
|
d7b40d72a0
|
Code cleanups
|
2009-05-07 12:33:31 -05:00 |
Slava Pestov
|
466533d509
|
Fix overly-eager strength reduction for mod, and add a type function for >integer (reported by Joe Groff)
|
2009-05-07 12:32:06 -05:00 |
Aaron Schaefer
|
766eb8b47e
|
Add docs for best-hand in poker vocab
|
2009-05-07 11:20:01 -04:00 |
Aaron Schaefer
|
5e82d794df
|
Eliminate stack shuffling by using bi in PE #25
|
2009-05-07 10:56:33 -04:00 |
Aaron Schaefer
|
0878006bd0
|
Speed up best-hand by not converting to ckf repeatedly
|
2009-05-07 10:29:44 -04:00 |
Aaron Schaefer
|
e2c73b543a
|
Add >5 card evaluator word to poker vocab
|
2009-05-07 10:19:23 -04:00 |
Doug Coleman
|
42a86854a5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 23:56:19 -05:00 |
Slava Pestov
|
741e97e57e
|
tools.trace: fix for call(
|
2009-05-06 23:47:17 -05:00 |
Slava Pestov
|
51fff49708
|
find-window: don't bomb if a world has no child. Reported by Joe Groff
|
2009-05-06 23:40:27 -05:00 |
Slava Pestov
|
318552ba60
|
Fix tail call PICs on x86-64
|
2009-05-06 22:44:30 -05:00 |
Slava Pestov
|
88b3be034d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 22:05:16 -05:00 |
Slava Pestov
|
4915e1ced7
|
Clean up bootstrap.image, and implement new calling convention for tail calls; tail call sites now have PICs
|
2009-05-06 22:04:01 -05:00 |
Aaron Schaefer
|
5e4e1ee48f
|
Make a deck of cards an actual tuple
|
2009-05-06 21:44:25 -04:00 |
Aaron Schaefer
|
83e7516666
|
Use iota where necessary in tests
|
2009-05-06 21:31:37 -04:00 |
Aaron Schaefer
|
b84a3158fa
|
Add docs for combination words
|
2009-05-06 21:27:04 -04:00 |
Slava Pestov
|
12a34d81f7
|
JIT now supports multiple relocations per code template. This simplifies non-optimizing compiler backends
|
2009-05-06 20:04:49 -05:00 |
Aaron Schaefer
|
78037d8d05
|
Use binary-search instead of find-last for combinations
|
2009-05-06 20:46:41 -04:00 |
Slava Pestov
|
581d017b46
|
Working on inline caching for tail call sites
|
2009-05-06 19:22:22 -05:00 |
Aaron Schaefer
|
678f603aa5
|
Clean up combinations a bit
|
2009-05-06 20:18:21 -04:00 |
Aaron Schaefer
|
c9b97f3f92
|
Add tests for combinations
|
2009-05-06 19:33:58 -04:00 |
Doug Coleman
|
70469af0e2
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 17:40:16 -05:00 |
Joe Groff
|
c9d669d606
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 17:35:19 -05:00 |
Joe Groff
|
fbb17ea7af
|
uniform-random-float speed
|
2009-05-06 17:26:21 -05:00 |
Doug Coleman
|
6a19cae302
|
Document miller-rabin, more unit tests for some corner cases
|
2009-05-06 16:26:06 -05:00 |
Slava Pestov
|
cb4d8c7ea4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 16:15:59 -05:00 |
Slava Pestov
|
c93d876075
|
Better separation of concerns: cpu.{x86,ppc}.assembler no longer depends on compiler.codegen.fixup and cpu.architecture. Rename rt-xt-direct to rt-xt-pic to better explain its purpose
|
2009-05-06 16:14:53 -05:00 |
Joe Groff
|
1d88d0f51b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 15:50:47 -05:00 |
Joe Groff
|
215d21c2bd
|
rename perlin-noise to noise; add words for uniform and normal noise
|
2009-05-06 15:49:29 -05:00 |
Slava Pestov
|
075fb1d3a6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 15:34:48 -05:00 |
Slava Pestov
|
49409b4d8c
|
Working on PowerPC backend
|
2009-05-06 15:39:03 -05:00 |
Slava Pestov
|
bf887cf028
|
cpu.ppc.bootstrap: working on polymorphic inline caching for PowerPC
|
2009-05-06 15:30:52 -05:00 |
Slava Pestov
|
688cd9b79b
|
hashtables: use each-integer instead of iota ... each in >alist
|
2009-05-06 15:30:30 -05:00 |
Slava Pestov
|
d89bb9f1c3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 14:57:26 -05:00 |
Slava Pestov
|
867ff51b83
|
Remove some unused constants and update an obsolete comment
|
2009-05-06 14:57:17 -05:00 |
Slava Pestov
|
05b49e15e0
|
tools.time: remove unneeded math.vectors dependency
|
2009-05-06 14:56:50 -05:00 |
Doug Coleman
|
c88fc97f37
|
document ${
|
2009-05-06 14:38:38 -05:00 |
Doug Coleman
|
f70bd15131
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 14:10:42 -05:00 |
Doug Coleman
|
8b4815c01e
|
fix miller-rabin
|
2009-05-06 14:10:29 -05:00 |
Joe Groff
|
8612057128
|
make noise-map/noise-image take an affine-transform
|
2009-05-06 13:47:35 -05:00 |
Joe Groff
|
4cb6ecbc3c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-06 13:23:05 -05:00 |
Joe Groff
|
6ea5ccd881
|
uniform and normal distributed random floats. uniform is done the lame way for now
|
2009-05-06 13:22:53 -05:00 |
Joe Groff
|
fdab677ef5
|
add 2pi constant
|
2009-05-06 12:38:14 -05:00 |
Joe Groff
|
2bb7b287f7
|
make ^n foldable
|
2009-05-06 12:36:34 -05:00 |
Doug Coleman
|
75a71c0bd9
|
fix miller-rabin, safe primes
|
2009-05-06 12:21:30 -05:00 |