]> gitweb.factorcode.org Git - factor.git/history - vm/image.cpp
xmode.rules: removing test no longer needed
[factor.git] / vm / image.cpp
2022-02-07 nomennescioFix issue https://github.com/factor/factor/issues/2580
2022-01-12 Doug Colemanvm: 64mb for codeheap is not enough for load-all. defau...
2020-09-26 John Benediktssonvm: remove -console option, seems not necessary.
2020-03-07 Doug Colemanvm: Add AS_UTF and use it to print wchar_t in Windows...
2018-07-13 Doug Colemanvm: Fix unused variable warnings on Windows.
2017-01-21 John Benediktssonvm: change -nosignals to -no-signals.
2016-11-21 Björn LindqvistVM: ensuring all fields are initialized
2016-10-14 Björn LindqvistVM: init_data_heap() isn't needed
2016-09-16 Björn LindqvistVM: simplifying the load_image() code
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-05-14 Björn LindqvistVM: add destructor to vm_parameters so that executable...
2016-05-14 Björn LindqvistVM: return value of vm_executable_path() should be...
2016-05-14 Björn LindqvistVM: move some logic from factor_vm to the vm_parameters...
2016-04-24 Björn LindqvistVM: merge of fixup_data & fixup_code into a new method...
2016-03-30 Björn LindqvistVM: fixes to make some if-else statements read better
2015-12-10 Björn LindqvistVM: now special-objects is used for -1, 0, 1 and t
2015-09-30 Björn LindqvistVM: make save-image throw exception on error (#1090)
2015-09-29 Björn LindqvistVM: fix move_file called from save_image
2015-09-29 Björn LindqvistVM: simplified save_image, goto works here!
2015-08-04 Björn LindqvistVM: new method visit_instruction_operands(), it replace...
2015-08-04 Björn LindqvistVM: using compute_external_address everywhere instead...
2015-08-04 Björn LindqvistVM: init_code_heap is trivial and only used once, so...
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-12 Björn LindqvistVM: let's merge (save-image) and (save-image-and-exit... 1385/head
2015-07-12 Björn LindqvistVM: move the paths out of gc memory so that they arent...
2015-07-06 Björn LindqvistVM: change lot of visitation objects to use cool lambda...
2015-06-09 Doug Colemanvm: differentiate which strerror is printing the message.
2015-06-05 Björn LindqvistVM: new functions raw_fclose and raw_fread
2015-02-28 Björn LindqvistVM: it's confusing that slot_visitors are called "workh...
2015-02-28 Björn LindqvistVM: visit_roots and visit_contexts where always called...
2015-01-15 Björn LindqvistVM: instead of passing around the trace_contexts_p...
2015-01-15 Björn LindqvistVM: merge of slot_visitor and code_block_visitor
2015-01-15 Björn LindqvistVM: change the definition of entry_point in word and...
2015-01-15 Björn LindqvistVM: free_list_allocator::first_block, last_block and...
2014-11-30 Doug Colemanvm: Annotate more places where we can gc.
2014-07-06 Doug Colemanvm: Simplify strerror code.
2014-07-04 Doug Colemanvm: Add threadsafe_sterror to the vm.
2014-07-04 Doug Colemanvm/image.cpp: Better error for opening a file for writing.
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
2013-05-13 Erik CharleboisVM: Remove unnecessary _ suffix in constructors
2013-05-13 Erik CharleboisVM: Remove unnecessary explicit keywords
2013-05-12 Erik CharleboisVM: Refactor image.cpp/hpp to Factor style
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2011-12-14 Joe Groffvm: stage code block map fixup properly for GC
2011-12-14 Joe Groffvm: iterate_callstack_reversed in slot_visitor
2011-12-14 Joe Groffvm: initialize all_blocks set after initial fixup
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: initialize all_blocks map from image
2011-09-12 Slava PestovTease out symbol name and library in undefined_symbol...
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-22 Slava PestovMerge remote branch 'origin/new-icons'
2010-06-16 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-14 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-14 Doug ColemanMerge branch 'master' of http://factorcode.org/git...
2010-06-13 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-06-13 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-06-13 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-06-12 Slava Pestovvm: fix RT_HERE fixup on image load
2010-06-12 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2010-06-12 Slava PestovGC maps for more compact inline GC checks
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-03 Slava Pestovcompiler: new "binary literal area" at the end of a...
2010-05-03 Slava Pestovcompiler: add ##load-vector instruction to avoid wastin...
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-19 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-19 Slava Pestovcompiler: combine ##load-constant followed by ##alien...
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-11 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-10 Slava PestovMerge remote branch 'origin/abi-symbols' into fastcall...
2010-04-10 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-08 Slava Pestovvm: implement frame-based SEH for 64-bit Windows
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-02-05 Doug ColemanRefactor error handling in io.cpp. Update image.cpp...
2010-02-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-03 Doug ColemanChange the MOVE_FILE macro to a function named move_file
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-22 Doug ColemanFix image save on Windows
2010-01-22 Doug ColemanSave images to a temporary file first, then call MOVE_F...
2010-01-22 Doug ColemanTighten up libc file io code to avoid EINTR problems
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-18 Slava PestovStop wearing monocle and use the term "entry point...
2009-12-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-26 Slava PestovMerge branch 'eliminating_register_variables'
2009-12-22 Slava PestovMerge branch 'master' into eliminating_register_variables
2009-12-18 Slava Pestovvm: eliminating register variables work in progress...
next