Commit Graph

16546 Commits (5f33f7306fee2f2f1545e88a90ac7ce34e2851a5)

Author SHA1 Message Date
Slava Pestov 5f33f7306f compiler.tree.propagation.transforms: don't fail to compile if 'at' called on something that's not an assoc 2009-08-27 18:57:56 -05:00
Doug Coleman 82e5ffa893 fix typo in gensym reported by mnestic 2009-08-27 16:10:00 -05:00
Doug Coleman ad8fe6f132 manually apply alec's patch for bloom filters 2009-08-27 16:03:45 -05:00
Doug Coleman 5221eee11e add initial gif parsing. needs to be run on more gifs, needs lzw decompression 2009-08-27 14:15:34 -05:00
Doug Coleman 6493da39e8 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 12:33:06 -05:00
Joe Groff 88345c97e6 better factor.sh output after git fetch whether script is restarted or not 2009-08-27 12:15:52 -05:00
Joe Groff 3c6f3f362b change factor.sh update to fetch and pull in separate steps so certain platforms that exclusive-lock running scripts won't ruin the repo when factor.sh changes in the future 2009-08-27 12:05:56 -05:00
Doug Coleman 49af91cfd0 spacing 2009-08-27 11:43:19 -05:00
Doug Coleman 37b661560e use constant 2009-08-27 11:24:26 -05:00
Doug Coleman 93b6d1c386 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 07:07:09 -05:00
sheeple 8970cbc961 cpu.ppc: fix ##box-displaced-alien 2009-08-27 04:43:45 -05:00
Slava Pestov c9cba1cc00 compiler.cfg.instructions: forgot that ##box-displaced-alien needs a GC check; fixes segfault in benchmark.mandel 2009-08-27 04:09:35 -05:00
Slava Pestov a9de542550 A few inline declarations 2009-08-27 04:09:12 -05:00
Slava Pestov 881677752f Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 00:06:30 -05:00
Slava Pestov 9caf3f9248 compiler: new inline intrinsic for <displaced-alien> where the inputs have known types; value numbering now eliminates unnecessary allocation of displaced aliens if the result is immediately unboxed again 2009-08-27 00:06:19 -05:00
Joe Groff 5cc1ce3d8a throw a friendlier error when attempting to create a struct without slots 2009-08-26 22:37:59 -05:00
Doug Coleman 6858a1c9db Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 22:26:29 -05:00
Joe Groff 46b124c056 require struct-arrays after alien.structs is loaded 2009-08-26 22:24:55 -05:00
Doug Coleman 873d3253ee remove duplicate usings 2009-08-26 22:23:03 -05:00
Joe Groff a9683e80c4 test that array slots in structs optimize down 2009-08-26 21:50:12 -05:00
Joe Groff aeee614215 inline sequence methods on direct-arrays 2009-08-26 21:49:45 -05:00
Joe Groff 1ec0d1290a test that struct-arrays and struct construction optimize down 2009-08-26 21:38:00 -05:00
Joe Groff f28b6ccf68 make struct-prototype foldable so that <struct> compiles efficiently 2009-08-26 21:27:12 -05:00
Joe Groff 629e8bc89b add a partial eval for memory>struct so that it compiles efficiently when the struct class is known 2009-08-26 21:18:19 -05:00
Joe Groff d5bc08cdea more inlines on struct-arrays to make the optimizing go down smoother 2009-08-26 19:56:22 -05:00
Joe Groff 8dbd25b6cd fix struct-array of struct class; inline memory>struct so the compiler can optimize a little better 2009-08-26 19:20:20 -05:00
Joe Groff 48c47740c6 trying to memory>struct a non-struct class is feptastic 2009-08-26 19:09:38 -05:00
Joe Groff 5a3ee347aa prettyprint struct-arrays 2009-08-26 18:22:51 -05:00
Joe Groff f9d989b1ae literal syntax for struct-arrays 2009-08-26 18:09:02 -05:00
Joe Groff 3bb895dcdf bitwise equal? for struct objects 2009-08-26 18:05:38 -05:00
Joe Groff 690c6b01bc use struct class in struct-arrays test 2009-08-26 17:38:33 -05:00
Joe Groff e9a0c96563 box elements of struct-arrays when a struct class is used as the element type 2009-08-26 17:19:30 -05:00
Joe Groff 6d65bc593f on OS X, rather than define _XOPEN_SOURCE, use the non-deprecated sys/ucontext.h header instead 2009-08-26 16:44:25 -05:00
Joe Groff a1ffc727b1 add -D_XOPEN_SOURCE flag to suppress ucontext deprecation errors on snow leopard. add -m32 flag when compiling 32-bit because snow leopard gcc defaults to x86_64 2009-08-26 16:29:55 -05:00
Joe Groff 1bab289258 move classes.struct from extra to basis 2009-08-26 15:55:01 -05:00
Joe Groff f9f53b83b0 update gpu.demos.bunny for alien.arrays boxing change 2009-08-26 15:05:07 -05:00
Joe Groff 27164bdbee Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 14:59:18 -05:00
Joe Groff a49f50c24a core-text: always create at least a 1x1 bitmap context. snow leopard refuses to create 0x0 contexts 2009-08-26 14:58:15 -05:00
Doug Coleman f6e4db899a remove debug, fix bootstrap 2009-08-26 14:45:02 -05:00
Doug Coleman 271438a28d add find-images word 2009-08-26 14:28:06 -05:00
Doug Coleman 913c0fa597 support loading images from streams, add load-http-image 2009-08-26 14:27:01 -05:00
Joe Groff efca30ced7 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 14:07:33 -05:00
Doug Coleman c700447192 support seeking on limited streams 2009-08-26 13:48:41 -05:00
Joe Groff ea9aff148f store struct class in struct-array 2009-08-26 13:13:19 -05:00
Doug Coleman c6a59da11e Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 11:02:58 -05:00
Doug Coleman 546367b88a use structs 2009-08-26 11:01:39 -05:00
Joe Groff c908bd3868 windows.ole32 guid functions don't need to box the byte-arrays themselves anymore 2009-08-26 09:28:10 -05:00
Doug Coleman be57edbff2 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 09:15:33 -05:00
Joe Groff 2163982486 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 09:14:13 -05:00
Joe Groff 12d55f1332 allow alien.strings:alien>string to take an object with underlying>> slot 2009-08-26 09:13:30 -05:00