Slava Pestov
|
d95a98eb9c
|
vm: add primitives for getting at GC events, data-room and code-room primitives now return structs instead of arrays
|
2009-10-27 03:32:28 -05:00 |
Slava Pestov
|
91cec17e52
|
vm: get GC events working, -verbosegc switch now produces more info
|
2009-10-26 23:57:26 -05:00 |
Joe Groff
|
8f0321a0b1
|
remove [wlet ]
|
2009-10-26 23:17:40 -05:00 |
Joe Groff
|
d17ef38007
|
update compiler.tree.cleanup test
|
2009-10-26 23:01:35 -05:00 |
Slava Pestov
|
a60bf14673
|
vm: add gc_event
|
2009-10-26 22:12:44 -05:00 |
Slava Pestov
|
e793a72060
|
vm: remove crummy old GC stats, split off free list code, clean up various other things
|
2009-10-26 22:08:35 -05:00 |
Joe Groff
|
ad18098a4f
|
add some math.parser hints that slightly improve number parsing performance
|
2009-10-26 17:48:05 -05:00 |
Joe Groff
|
5caa118e40
|
make first2, first3, first4 inline
|
2009-10-26 17:30:37 -05:00 |
Slava Pestov
|
85dc9fda26
|
Merge branch 'new_gc' of git://factorcode.org/git/factor into new_gc
|
2009-10-26 16:23:25 -05:00 |
Joe Groff
|
ab04d4479e
|
clean up some stuff in gpu.util.wasd
|
2009-10-26 14:25:51 -05:00 |
Joe Groff
|
eb5a4383e1
|
gpu.buffers: fix stack effect of with-mapped-buffer
|
2009-10-26 13:53:33 -05:00 |
Slava Pestov
|
c30df42e48
|
vm: make compaction its own gc_op
|
2009-10-25 14:02:14 -05:00 |
Slava Pestov
|
7d8c85443e
|
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
|
cf247c23a2
|
vm: room. now prints mark stack size, and total/contiguous free space
|
2009-10-25 13:18:06 -05:00 |
Slava Pestov
|
49baf397f4
|
vm: tagged typechecks work better with DEBUG=1
|
2009-10-25 08:07:36 -05:00 |
Slava Pestov
|
b7181d14a8
|
vm: debugging compaction
|
2009-10-25 08:07:21 -05:00 |
Slava Pestov
|
b6a21b19a9
|
vm: fix compaction when callback heap has entries in it
|
2009-10-25 00:06:45 -05:00 |
Slava Pestov
|
0c1e266302
|
vm: got data heap compaction working
|
2009-10-24 23:51:14 -05:00 |
Slava Pestov
|
0b65b194c9
|
vm: fix 'data-room' primitive to report correct sizes for tenured space
|
2009-10-24 23:49:33 -05:00 |
Joe Groff
|
8826401ea8
|
fix bug when a TYPED: word takes no inputs or gives no outputs
|
2009-10-24 23:49:08 -05:00 |
Slava Pestov
|
fae27fb361
|
vm: make some more ctors explicit just for kicks
|
2009-10-24 23:02:58 -05:00 |
Slava Pestov
|
62e718eaa9
|
vm: combine heap_block and code_block structs, eliminates some boilerplate
|
2009-10-24 21:33:31 -05:00 |
Joe Groff
|
18d8dd4aee
|
restore getting started and index topics to the handbook for the benefit of docs.factorcode.org
|
2009-10-24 21:28:24 -05:00 |
Joe Groff
|
11b75ea4bd
|
don't talk about the retain stack anymore in combinators docs
|
2009-10-24 20:58:35 -05:00 |
Joe Groff
|
372718304c
|
remove the monocle from inference docs and clarify it a bit
|
2009-10-24 20:57:49 -05:00 |
Joe Groff
|
908d2a12ea
|
missed some grammar in locals docs
|
2009-10-24 16:36:55 -05:00 |
Joe Groff
|
0223ab5b2a
|
Merge branch 'master' of http://factorcode.org/git/factor
|
2009-10-24 16:30:39 -05:00 |
Joe Groff
|
99778566bd
|
homepage header consistency
|
2009-10-24 16:27:27 -05:00 |
Joe Groff
|
b4c621d902
|
Make browser windows larger by default
|
2009-10-24 16:21:38 -05:00 |
Joe Groff
|
6f006cd0c7
|
rearrange top-level help a little so that introductory articles are more discoverable
|
2009-10-24 16:14:19 -05:00 |
Joe Groff
|
d08e10bff6
|
link to the glossary from the help browser toolbar
|
2009-10-24 15:47:23 -05:00 |
Joe Groff
|
7d10458aef
|
make the glossary the first thing on the "conventions" page
|
2009-10-24 15:47:06 -05:00 |
Joe Groff
|
7c6e67b5ec
|
< Press Enter to see the Survival Guide >
|
2009-10-24 15:34:32 -05:00 |
Joe Groff
|
7159474be3
|
improve locals docs
|
2009-10-24 15:21:41 -05:00 |
Slava Pestov
|
45a955b5bb
|
vm: fix typo in card tracing logic
|
2009-10-24 04:43:11 -05:00 |
Slava Pestov
|
d855593f1f
|
vm: clean up code heap visitor
|
2009-10-24 04:36:29 -05:00 |
Slava Pestov
|
03f4b4cdd6
|
vm: move binary_payload_start() method from factor_vm to object class
|
2009-10-24 04:27:45 -05:00 |
Slava Pestov
|
29a27cfde4
|
vm: data heap compaction work in progress
|
2009-10-24 04:18:33 -05:00 |
Slava Pestov
|
fd1e992e7d
|
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
|
9abe29bebc
|
Merge branch 'master' into new_gc
|
2009-10-24 01:31:15 -05:00 |
Slava Pestov
|
0c431f1222
|
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
|
e46259bd33
|
compiler.tree.propagation.transforms: fix problem with 'shift' transform when input was a bignum
|
2009-10-23 07:50:56 -05:00 |
Slava Pestov
|
b23ab401c8
|
mongodb.driver: fix for stricter stack effect checking
|
2009-10-23 07:42:29 -05:00 |
Slava Pestov
|
00cef34d74
|
gpu.shaders: '[ empty? not ] filter' is 'harvest'
|
2009-10-23 07:02:11 -05:00 |
Slava Pestov
|
1e13f94e9f
|
math.matrices: remove dead code
|
2009-10-23 07:01:57 -05:00 |
Slava Pestov
|
72b3712937
|
Merge branch 'master' of git://github.com/azteca/factor
|
2009-10-23 05:13:33 -05:00 |
Slava Pestov
|
51f6525536
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-23 04:55:45 -05:00 |
Elie Chaftari
|
4e5537ebf2
|
POP3 client library
|
2009-10-23 12:50:12 +03:00 |
Slava Pestov
|
2b142dabae
|
Re-organize a few things to reduce '-include=' image size
|
2009-10-23 04:32:17 -05:00 |
Slava Pestov
|
bbedd03f6b
|
mirrors: don't depend on specialized-arrays, it pulls in too much
|
2009-10-23 04:24:20 -05:00 |