]> gitweb.factorcode.org Git - factor.git/history - vm
VM: Refactor bump_allocator.hpp to Factor style
[factor.git] / vm /
2013-05-12 Erik CharleboisVM: Refactor bump_allocator.hpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor booleans.hpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor bitwise_hacks to Factor style
2013-05-12 Erik CharleboisVM: Refactor bignum to Factor style
2013-05-12 Erik CharleboisVM: Refactor atomic.hpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor atomic-* to Factor style
2013-05-12 Erik CharleboisVM: Refactor assert.hpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor arrays.cpp/hpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor allot.hpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor alien.cpp to Factor style
2013-05-12 Erik CharleboisVM: Refactor aging_space to Factor style
2013-05-12 Erik CharleboisVM: Refactor aging_collector to Factor style
2013-05-12 Erik CharleboisVM: Remove empty source files
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2013-03-30 Doug Colemanlayours.hpp: Don't need RETAG here. Found by @mrjbq7...
2013-03-29 Doug ColemanConfig.macosx: Try to support 10.5.
2013-03-29 Doug ColemanConfig.linux: Clean up warnings when compiling with...
2013-03-27 John Benediktssonvm: adding bignum_gcd note.
2013-03-26 Doug Colemanos-macosx.mm: Use uname() instead of Gestalt for versio...
2013-03-26 Doug ColemanConfig.macosx: Unleash the hounds! Enable 10.6 compatib...
2013-03-26 Doug Colemanvm: Add more Allocates memory comments.
2013-03-25 Doug Colemanvm: More allocates comments.
2013-03-25 Doug Colemanvm: Standardize /* Allocates memory */ comments so...
2013-03-23 Doug ColemanConfig.macosx: Add commented-out compiler flag to use...
2013-03-23 Doug ColemanConfigs: CFLAGS isn't used by the GNUMakefile, change...
2013-03-22 John Benediktssonvm: use ctx->push since unbox_array_size needs to peek...
2013-03-22 John Benediktssonvm: more use of ctx->replace().
2013-03-22 John Benediktssonvm: don't ctx-pop() in bignum_divmod.
2013-03-22 John Benediktssonvm: use ctx->replace() with bignum and float operations.
2012-10-26 Doug Colemanos-unix: Actually call pthread_join() to avoid an infin...
2012-08-31 John Benediktssonvm: make bignum-bitnot faster.
2012-08-23 John Benediktssonvm: simplify a bit the fixnum_divmod code.
2012-08-23 John Benediktssonvm: speed up primitive_fixnum_divmod by 10-12%.
2012-08-23 John Benediktssonvm: use tabs instead of spaces in bignum_gcd.
2012-08-16 Doug Colemanvm: Add more comments about functions that allocate.
2012-08-16 Doug Colemanvm: Add messages about things that can allocate. Fix...
2012-08-16 Doug Colemanerrors.cpp: Previous fix was correct, except we shouldn...
2012-08-16 Doug Colemanerrors.cpp: Patch looked like it would work. It either...
2012-08-15 Doug Colemanerrors.cpp: general_error() throws away its args when...
2012-08-15 Doug Colemanbignum.cpp: Fix calls to reallot_array() -- bignums...
2012-08-15 Doug Colemanmath.cpp: Fix theoretical gc bug.
2012-08-10 John Benediktssonbignum: incorporate some fixes from @slavapestov.
2012-08-05 John Benediktssonvm: make sure we zero out the end of the bignums.
2012-08-04 John Benediktssonvm: a bit faster not to trim on each iteration...
2012-08-04 John Benediktssonvm: additional fix in bignum_gcd.
2012-08-03 John Benediktssonvm: some fixes to fast bignum gcd.
2012-08-03 John Benediktssonvm: fix updating size inside bignum_gcd loop.
2012-08-03 Doug Colemanbignum: Fix bignum_gcd algorithm from overwriting the...
2012-08-03 John Benediktssonvm: adding more GC_BIGNUM to WIN64 path. See #599.
2012-07-26 Doug Colemancompaction: Less than is the new greater than. Fixes...
2012-06-22 Doug ColemanConfig.macosx: first two digits of 'xcodebuild -version...
2012-05-28 Doug Colemancompaction: Inifnite headaches--cured! Two compact...
2012-04-10 Doug Colemanvm: Typo for SITE_CFLAGS. Fixes #491.
2012-04-06 John Benediktssonvm: use euclid gcd on win64 until we find a better...
2012-04-06 John Benediktssonvm: use twodigit type for all variables (fixes 32-bit...
2012-04-05 Doug Colemanvm/Config: GNUMakefile doesn't actually put the CFLAGS...
2012-04-05 John Benediktssonvm: adding bignum_gcd primitive.
2012-02-19 Joe Groffuse clang when building w/ xcode >4.3; it's faster
2011-12-22 Joe Groffvm: actually code_block_pic is a fine frame type
2011-12-22 Joe Groffvm: also smoke-check callstack after pic update
2011-12-21 Joe Groffvm: flush after print_obj so it's usable from gdb
2011-12-21 Joe Groffvm: fashion brigade
2011-12-21 Joe Groffvm: walk stack on inline_cache_miss if PIC_DEBUG=1
2011-12-20 Joe Groffvm: load mega cache object before popping frame
2011-12-20 Joe Groffvm: unwind-native-frames is special
2011-12-14 Joe Groffvm: cleanups
2011-12-14 Joe Groffvm: don't scribble memory handling leaf signals
2011-12-14 Joe Groffcpu.x86.*: clean up signal handler prolog code
2011-12-14 Joe Groffvm: factor out word_stack_frame_size
2011-12-14 Joe Groffvm: get rid of now-trivial innermost_stack_frame
2011-12-14 Joe Groffsimplify function prologs
2011-12-14 Joe Groffvm: fix types after rebase
2011-12-14 Joe Groffvm: replace remaining stack_frame-based logic
2011-12-14 Joe Groffvm: remove _reversed from callstack iterator names
2011-12-14 Joe Groffvm: remove iterate_callstack_object
2011-12-14 Joe Groffvm: callstack_reversed for callstack_to_array
2011-12-14 Joe Groffremove iterate_callstack now that it's unused
2011-12-14 Joe Groffvm: callstack_reversed in call_frame_scrubber
2011-12-14 Joe Groffvm: stage code block map fixup properly for GC
2011-12-14 Joe Groffvm: callstack_reversed in code_block_visitor
2011-12-14 Joe Groffvm: iterate_callstack_reversed in slot_visitor
2011-12-14 Joe Groffvm: reversed callstack iteration
2011-12-14 Joe GroffWIP verify_callstack function
2011-12-14 Joe Groffvm: method to calculate frame size for address
2011-12-14 Joe Groffvm: don't suffer null return addresses
2011-12-14 Joe Groffvm: frame size for signal handler code blocks
2011-12-14 Joe Groffvm: initialize all_blocks set after initial fixup
2011-12-14 Joe Groffvm: make all_blocks a set of cells
2011-12-14 Joe Groffvm: verifier shouldn't check for leftovers
2011-12-14 Joe Groffvm: pack frame size into code block header bits
2011-12-14 Joe Groffvm: store stack frame size in code blocks
2011-12-13 Joe Groffvm: erase code blocks from all_blocks during sweep
2011-12-13 Joe Groffvm: reinitialize all_blocks from scratch after gc
2011-12-13 Joe Groffvm: only verify all_blocks set if it's invalid
2011-12-13 Joe Groffvm: add compact-gc command to factorbug
2011-11-29 Joe Groffvm: fix msvc warning
2011-11-27 Joe Groffvm: factor out embedded image detection code
2011-11-27 Joe Groffvm: support self-executing image file
2011-11-23 Joe Groffvm: don't die if foreign thread gets async signal
2011-11-23 Joe Groffvm: remove useless forward declare
next