]> gitweb.factorcode.org Git - factor.git/history - vm/cpu-x86.cpp
alien.syntax: clarify that we can dispatch off ENUM: members
[factor.git] / vm / cpu-x86.cpp
2016-11-09 Björn LindqvistRevert "VM: undoing 0274e889b94323fdde6919a77c494ffcfbc...
2016-11-08 Björn LindqvistVM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166...
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2015-11-24 Björn LindqvistVM: refactor tagged.hpp so it's not dependent on the...
2015-08-26 Björn LindqvistVM: better way to set signal_resumable 1460/head
2015-08-15 Björn LindqvistVM: simplifies the dispatch_resumable_signal() method
2015-08-15 Björn LindqvistVM: split dispatch_signal_handler into two methods...
2015-08-15 Björn LindqvistVM: move the frame_predecessor() method to the code_hea...
2015-08-04 Björn LindqvistVM: bump stack_reserved from 1kb to 4kb
2015-01-15 Björn LindqvistVM: change type of callstack_top and callstack_bottom...
2014-11-18 Björn LindqvistVM: remove bignum_roots.clear() (snuck in during rebase)
2014-07-23 Björn LindqvistVM: moves the code that clears the roots to the same...
2014-07-16 Björn LindqvistVM: clear the local roots before garbage collection...
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
2013-05-12 Erik CharleboisVM: Refactor cpu-* to Factor style
2011-12-14 Joe Groffvm: don't scribble memory handling leaf signals
2011-12-14 Joe Groffvm: replace remaining stack_frame-based logic
2011-12-14 Joe Groffvm: store stack frame size in code blocks
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-11-11 Joe Groffvm: strip out call-counting profiler
2011-11-02 Joe Grofffix platform dependency in leaf-signal-handler
2011-11-02 Joe Groffvm: bottom_frame method for contexts
2011-10-28 Joe Groffcleanups from code review
2011-10-28 Joe Groffvm: move dispatch_signal_handler to cpu-x86.cpp