Slava Pestov
|
74ecd90cd6
|
vm: remove crummy old GC stats, split off free list code, clean up various other things
|
2009-10-26 22:08:35 -05:00 |
Slava Pestov
|
c6a984ee24
|
Merge branch 'new_gc' of git://factorcode.org/git/factor into new_gc
|
2009-10-26 16:23:25 -05:00 |
Slava Pestov
|
d574aeb70a
|
vm: make compaction its own gc_op
|
2009-10-25 14:02:14 -05:00 |
Slava Pestov
|
67a33ed21a
|
vm: vm: fix large object allocation logic and change default heap image size for 2009
|
2009-10-25 13:27:40 -05:00 |
Slava Pestov
|
d3dede5599
|
vm: room. now prints mark stack size, and total/contiguous free space
|
2009-10-25 13:18:06 -05:00 |
Slava Pestov
|
9cfe50f399
|
vm: tagged typechecks work better with DEBUG=1
|
2009-10-25 08:07:36 -05:00 |
Slava Pestov
|
b064946b11
|
vm: debugging compaction
|
2009-10-25 08:07:21 -05:00 |
Slava Pestov
|
79c99be6c6
|
vm: fix compaction when callback heap has entries in it
|
2009-10-25 00:06:45 -05:00 |
Slava Pestov
|
f5a6a3421c
|
vm: got data heap compaction working
|
2009-10-24 23:51:14 -05:00 |
Slava Pestov
|
c429faf310
|
vm: fix 'data-room' primitive to report correct sizes for tenured space
|
2009-10-24 23:49:33 -05:00 |
Slava Pestov
|
074200a213
|
vm: make some more ctors explicit just for kicks
|
2009-10-24 23:02:58 -05:00 |
Slava Pestov
|
7142274aef
|
vm: combine heap_block and code_block structs, eliminates some boilerplate
|
2009-10-24 21:33:31 -05:00 |
Slava Pestov
|
f9fe342b5c
|
vm: fix typo in card tracing logic
|
2009-10-24 04:43:11 -05:00 |
Slava Pestov
|
7a1f2b2d4b
|
vm: clean up code heap visitor
|
2009-10-24 04:36:29 -05:00 |
Slava Pestov
|
38df6426de
|
vm: move binary_payload_start() method from factor_vm to object class
|
2009-10-24 04:27:45 -05:00 |
Slava Pestov
|
60f3cb669a
|
vm: data heap compaction work in progress
|
2009-10-24 04:18:33 -05:00 |
Slava Pestov
|
eefcc0fb8c
|
vm: factor out code that visits object slots and code heap blocks into slot_visitor and code_block_visitor
|
2009-10-24 03:54:53 -05:00 |
Slava Pestov
|
8715b67644
|
Merge branch 'master' into new_gc
|
2009-10-24 01:31:15 -05:00 |
Slava Pestov
|
496d8a990e
|
compiler.tree.propagation: fix broken corner cases in bitand and shift transforms, exposed by Hugh Aguilar's LC53 benchmark
|
2009-10-24 01:09:32 -05:00 |
Slava Pestov
|
47d6507548
|
compiler.tree.propagation.transforms: fix problem with 'shift' transform when input was a bignum
|
2009-10-23 07:50:56 -05:00 |
Slava Pestov
|
a95cb4ab05
|
mongodb.driver: fix for stricter stack effect checking
|
2009-10-23 07:42:29 -05:00 |
Slava Pestov
|
729f119cc6
|
gpu.shaders: '[ empty? not ] filter' is 'harvest'
|
2009-10-23 07:02:11 -05:00 |
Slava Pestov
|
ed3de4ae29
|
math.matrices: remove dead code
|
2009-10-23 07:01:57 -05:00 |
Slava Pestov
|
2290881dea
|
Merge branch 'master' of git://github.com/azteca/factor
|
2009-10-23 05:13:33 -05:00 |
Slava Pestov
|
97b8ff7323
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-23 04:55:45 -05:00 |
Elie Chaftari
|
e8ccce67ff
|
POP3 client library
|
2009-10-23 12:50:12 +03:00 |
Slava Pestov
|
64995237a7
|
Re-organize a few things to reduce '-include=' image size
|
2009-10-23 04:32:17 -05:00 |
Slava Pestov
|
d9796a577c
|
mirrors: don't depend on specialized-arrays, it pulls in too much
|
2009-10-23 04:24:20 -05:00 |
Slava Pestov
|
322510525d
|
Merge branch 'master' into new_gc
|
2009-10-23 03:56:46 -05:00 |
Slava Pestov
|
58c29bba63
|
io.sockets.windows: fix USING: list
|
2009-10-23 03:40:02 -05:00 |
Slava Pestov
|
ed9e031be0
|
Merge branch 'client-bind' of git://github.com/x6j8x/factor
|
2009-10-23 03:32:38 -05:00 |
Slava Pestov
|
aed3222302
|
help: don't consider children of $markup-examples for cross-referencing
|
2009-10-23 03:27:45 -05:00 |
Slava Pestov
|
5681f67101
|
compiler: fix stack effect inference bug discovered by x6j8x; it was possible to define a word which did not compile but could be called anyway
|
2009-10-23 03:27:25 -05:00 |
Slava Pestov
|
e3254d2209
|
grouping: clump on empty sequence was trying to make a sequence of length -1
|
2009-10-23 02:58:15 -05:00 |
Sascha Matzke
|
f8a25f5db5
|
added with-local-address to bind the local address of a socket to a specific IP or IP/port combination (sometimes required to get through firewalls)
|
2009-10-23 08:10:03 +02:00 |
Slava Pestov
|
6c561b5c4c
|
vm: rename userenv to special_objects
|
2009-10-23 00:33:53 -05:00 |
Joe Groff
|
6c0c1d9901
|
gpu.demos.bunny: tokenize model file as it's read to avoid an extra splitting-and-filtering pass
|
2009-10-23 00:08:14 -05:00 |
Joe Groff
|
01c0b93c97
|
swap around io combinators to avoid a bunch of redundant "input-stream get"s in each-line, each-block, contents, etc.
|
2009-10-23 00:07:19 -05:00 |
Slava Pestov
|
ed8bbbef21
|
vm/mark_bits.hpp: fix incorrect constructor argument order
|
2009-10-22 23:41:02 -05:00 |
Joe Groff
|
6b1f1e8589
|
tighten some screws in math.parser
|
2009-10-22 20:48:46 -05:00 |
Joe Groff
|
a42eac4467
|
remove a redundant head from parse-bunny-model
|
2009-10-22 20:26:43 -05:00 |
Joe Groff
|
419b3bca9a
|
speed up dec>float a little
|
2009-10-22 18:55:32 -05:00 |
Joe Groff
|
1f00d9630f
|
make new-resizable on growable sequences return a growable of the same type
|
2009-10-22 18:55:00 -05:00 |
Joe Groff
|
73f77006c5
|
add filter-as to sequences
|
2009-10-22 17:37:20 -05:00 |
Joe Groff
|
05adcf8e88
|
inline the trivial words in math.parser
|
2009-10-22 17:26:22 -05:00 |
Joe Groff
|
e07758d96c
|
improve gpu.demos.bunny mesh generation performance
|
2009-10-22 16:54:54 -05:00 |
Joe Groff
|
d85432440f
|
math.matrices: vectorizable definition of cross
|
2009-10-22 16:26:25 -05:00 |
Joe Groff
|
077023244c
|
add nproduce and nproduce-as combinators to sequences.generalizations
|
2009-10-22 15:32:34 -05:00 |
Joe Groff
|
0a66dc4823
|
fix sequences bootstrap
|
2009-10-22 14:53:16 -05:00 |
Joe Groff
|
f160663466
|
change produce-as so it uses an intermediate vector of a type appropriate to the destination type
|
2009-10-22 14:35:27 -05:00 |