]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-26 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-10-25 Slava Pestovvm: make compaction its own gc_op
2009-10-25 Slava Pestovvm: vm: fix large object allocation logic and change...
2009-10-25 Slava Pestovvm: room. now prints mark stack size, and total/contigu...
2009-10-25 Slava Pestovvm: tagged typechecks work better with DEBUG=1
2009-10-25 Slava Pestovvm: debugging compaction
2009-10-25 Slava Pestovvm: fix compaction when callback heap has entries in it
2009-10-25 Slava Pestovvm: got data heap compaction working
2009-10-25 Slava Pestovvm: fix 'data-room' primitive to report correct sizes...
2009-10-25 Slava Pestovvm: make some more ctors explicit just for kicks
2009-10-25 Slava Pestovvm: combine heap_block and code_block structs, eliminat...
2009-10-24 Slava Pestovvm: fix typo in card tracing logic
2009-10-24 Slava Pestovvm: clean up code heap visitor
2009-10-24 Slava Pestovvm: move binary_payload_start() method from factor_vm...
2009-10-24 Slava Pestovvm: data heap compaction work in progress
2009-10-24 Slava Pestovvm: factor out code that visits object slots and code...
2009-10-24 Slava PestovMerge branch 'master' into new_gc
2009-10-24 Slava Pestovcompiler.tree.propagation: fix broken corner cases...
2009-10-23 Slava Pestovcompiler.tree.propagation.transforms: fix problem with...
2009-10-23 Slava Pestovmongodb.driver: fix for stricter stack effect checking
2009-10-23 Slava Pestovgpu.shaders: '[ empty? not ] filter' is 'harvest'
2009-10-23 Slava Pestovmath.matrices: remove dead code
2009-10-23 Slava PestovMerge branch 'master' of git://github.com/azteca/factor
2009-10-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-23 Elie ChaftariPOP3 client library
2009-10-23 Slava PestovRe-organize a few things to reduce '-include=' image...
2009-10-23 Slava Pestovmirrors: don't depend on specialized-arrays, it pulls...
2009-10-23 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Slava Pestovio.sockets.windows: fix USING: list
2009-10-23 Slava PestovMerge branch 'client-bind' of git://github.com/x6j8x...
2009-10-23 Slava Pestovhelp: don't consider children of $markup-examples for...
2009-10-23 Slava Pestovcompiler: fix stack effect inference bug discovered...
2009-10-23 Slava Pestovgrouping: clump on empty sequence was trying to make...
2009-10-23 Sascha Matzkeadded with-local-address to bind the local address...
2009-10-23 Slava Pestovvm: rename userenv to special_objects
2009-10-23 Joe Groffgpu.demos.bunny: tokenize model file as it's read to...
2009-10-23 Joe Groffswap around io combinators to avoid a bunch of redundan...
2009-10-23 Slava Pestovvm/mark_bits.hpp: fix incorrect constructor argument...
2009-10-23 Joe Grofftighten some screws in math.parser
2009-10-23 Joe Groffremove a redundant head from parse-bunny-model
2009-10-22 Joe Groffspeed up dec>float a little
2009-10-22 Joe Groffmake new-resizable on growable sequences return a growa...
2009-10-22 Joe Groffadd filter-as to sequences
2009-10-22 Joe Groffinline the trivial words in math.parser
2009-10-22 Joe Groffimprove gpu.demos.bunny mesh generation performance
2009-10-22 Joe Groffmath.matrices: vectorizable definition of cross
2009-10-22 Joe Groffadd nproduce and nproduce-as combinators to sequences...
2009-10-22 Joe Grofffix sequences bootstrap
2009-10-22 Joe Groffchange produce-as so it uses an intermediate vector...
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Joe Groffbreak off a "sequences.generalizations" vocab for neach...
2009-10-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Slava PestovMerge branch 'master' into new_gc
2009-10-22 Slava Pestovtools.profiler: fix tests
2009-10-22 Slava Pestovvm: fix compilation
2009-10-22 Slava Pestovvm: clean up signal handling and add EXC_BAD_INSTRUCTIO...
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Joe Groffalso print undocumented windows SSE exception codes
2009-10-22 Joe Grofftweak windows exception error printing
2009-10-22 Joe Groffgive better error message for windows exceptions, and...
2009-10-22 Slava Pestovvm: debugging mark and sweep
2009-10-22 Joe Groffoops, longlong comparison is sse4.2, not 4.1
2009-10-22 Joe Grofffix tools.deploy test
2009-10-22 Joe Groffupdate a bunch of alien-callbacks and alien-indirects...
2009-10-22 Slava Pestovvm: use iostreams instead of printf for debug messages...
2009-10-22 Slava Pestovvm: debugging mark-sweep
2009-10-21 Joe Groffupdate some naked alien-invokes to use c-type words
2009-10-21 Joe Groffupdate cocoa tests
2009-10-21 Joe Groffupdate cocoa bridge to use c-type words
2009-10-21 Doug Colemanfix more docs typos
2009-10-21 Doug Colemanfix a bunch of typos in docs
2009-10-21 Doug Colemandon't natural-sort the stack effects or $values in...
2009-10-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-21 Joe Groffvif combinator
2009-10-21 Doug Colemanfix doc formatting for io.mmap
2009-10-21 Doug Colemanfix a normalization bug in decimals
2009-10-21 Joe Groffgenerate unsigned vector comparison fallbacks using...
2009-10-21 Slava Pestovvm: mark sweep gc for tenured space work in progress
2009-10-21 Joe Groffgenerate better fallback code for vmin/vmax intrinsics
2009-10-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Joe Groffvalue numbering rewrite rules for vector ops to convert...
2009-10-20 Joe Groffclean up vector lerp functions to be better vectorizable
2009-10-20 Slava Pestovvm: split off free_list_allocator from heap class,...
2009-10-20 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava Pestovclasses.builtin: fix help lint
2009-10-20 Slava Pestovvm: simplify code heap by eliminating HeapLayout templa...
2009-10-20 Slava Pestovvm: object start recording in cards is now independent...
2009-10-20 Slava Pestovvm: move factor_vm::untagged_object_size() to object...
2009-10-20 Slava PestovChange data heap alignment to 16 bytes
2009-10-20 Slava Pestovvm: fix crash when converting a callstack to an array
2009-10-20 Slava Pestovvm: working on making heap more generic
2009-10-20 Slava Pestovvm: change code heap layout somewhat, remove unused...
2009-10-20 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovhelp.handbook: remove 'type index'
2009-10-20 Slava Pestovmath.vectors: fix behavioral difference between generic...
2009-10-20 Slava Pestovcpu.x86.32: only create 16-byte parameter area if the...
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovcompiler: FFI is now slightly more efficient when unbox...
2009-10-20 Slava Pestovcompiler, cpu.x86.32: clean up FFI implementation,...
next