Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-08Adding a call to allow the finalizer loop to be interrupted.Bill Holmes
2019-11-06Allow the GC statics to be re-initializedJosh Peterson
2019-09-13Disable collect call to avoid table growth that was enabled to address https:...Jonathan Chambers
2019-02-21Avoid triggering a full GC when growing finalizer tables if in incremental modeJonas Echterhoff
2018-05-18Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski
2018-05-16Add assertions to finalize and threads support for MANUAL_VDB needsIvan Maidanski
2018-04-20Eliminate 'boolean result used in bitwise operation' cppcheck warningIvan Maidanski
2018-04-10Avoid potential data race during apply_to_each_object(reset_back_edge)Ivan Maidanski
2018-03-21Fix ASSERT_CANCEL_DISABLED violation in try_to_collect_innerIvan Maidanski
2018-03-21Fix unbounded heap growth in case of intensive disappearing links usageIvan Maidanski
2018-03-15Fix 'scope of var can be reduced' cppcheck err in enqueue_all_finalizersIvan Maidanski
2018-03-15Add assertions to ensure ADD_CALL_CHAIN is called holding the lockIvan Maidanski
2018-03-14Access finalize_now atomically to avoid TSan warning without no-sanitizeIvan Maidanski
2018-03-01Fix linkage of javaxfc.h symbols for the case of compilation as C++ codeIvan Maidanski
2018-02-22Eliminate C++ warnings about deprecated register keyword (GC source)Jay Krell
2018-02-20Fix 'anonymous type with no linkage used to declare variable' in GC sourceIvan Maidanski
2018-02-16Convert GC source files to valid C++ codeIvan Maidanski
2017-11-21Place no_sanitize attributes in a GCC-compliant wayIvan Maidanski
2017-11-01Workaround TSan false positive in invoke_finalizersIvan Maidanski
2017-10-20Workaround Thread Sanitizer (TSan) false positive warnings (partially)Ivan Maidanski
2017-09-27Eliminate 'non-null arg compared to null' warning in toggleref_add (GCC)Ivan Maidanski
2017-08-09Do not call BCOPY and BZERO if size is zeroIvan Maidanski
2017-07-14Fix SIGSEGV in GC_is_marked when gc_cleanup is used in leak-finding modeIvan Maidanski
2017-05-24Workaround 'int shift by negative amount' false defect in GC_finalizeIvan Maidanski
2017-05-17Workaround 'int shift by negative amount' false code defect in finalizeIvan Maidanski
2016-12-17Eliminate 'integer shift by a negative amount' code defect in finalizeIvan Maidanski
2016-10-29Eliminate 'null dereference' code defect warning in register_finalizerIvan Maidanski
2016-10-29Revert "Eliminate 'deref-of-null' static analyzer warning in register_finalizer"Ivan Maidanski
2016-10-29Export GC_dump_finalization/regions()Ivan Maidanski
2016-10-28Eliminate redundant local variable in register_finalizerIvan Maidanski
2016-10-21Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski
2016-10-04Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski
2016-09-28Eliminate 'comparison is always false' static analyzer warning in finalizeIvan Maidanski
2016-09-27Eliminate 'deref-of-null' static analyzer warning in register_finalizerIvan Maidanski
2016-07-25Remove code commented out by 'ifdef UNDEFINED'Ivan Maidanski
2016-02-16Fix potential left shift overflows in finalize.c (64-bit targets)Ivan Maidanski
2015-10-22Add assertion on lock status to GC_alloc_large and its callersIvan Maidanski
2015-09-11Fix abort message in GC_move_long_linkIvan Maidanski
2015-09-10Fix 'comparison of non-null parameter is always false' warning (Clang)Ivan Maidanski
2015-08-28Reduce GCToggleRef size twice (convert struct to union)Ivan Maidanski
2015-08-28Code refactoring of toggle-ref supportIvan Maidanski
2015-08-26Fix out-of-memory handling in GC_toggleref_addIvan Maidanski
2015-08-26Fix clearing of moved toggle-refs array elementsIvan Maidanski
2015-08-26Fix memory management for toggle-refRodrigo Kumpera
2015-08-26Add toggle-ref supportRodrigo Kumpera
2015-08-26Mark fo_head, finalize_now with a single GC_push_all callIvan Maidanski
2015-08-26Code refactoring of GC_push_finalizer/thread/typed_structuresIvan Maidanski
2015-08-07Fix exporting of GC_push_finalizer_structuresIvan Maidanski
2015-08-05Distinct long-link table growth log messageIvan Maidanski
2015-07-28Replace non-API occurrences of GC_word to wordIvan Maidanski