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
2018-09-25Add IL2CPP_ENABLE_WRITE_BARRIER_VALIDATION to remove functions we want to pat...add-validation-definesJonas Echterhoff
2018-09-20Sync with changes from the IL2CPP reposync-with-il2cppJosh Peterson
2018-09-10Make changes necessary to build boehm gc on UWP/arm64.uwp-arm64Tautvydas Žilys
2018-09-03Make sure GC symbols we want to patch are visibleJonas Echterhoff
2018-06-20Fix the build and run on N3DS, PS4, and AndroidJosh Peterson
2018-06-07Fixed required by il2cpp buildJonas Echterhoff
2018-06-06Bring back declarations needed by il2cppJonas Echterhoff
2018-06-01Reapply Unity changesJonas Echterhoff
2018-05-28Disable USE_TKILL_ON_ANDROIDJonas Echterhoff
2018-05-23enable MANUAL_VDB mode for incremental collectionJonas Echterhoff
2018-05-18Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski
2018-05-18Rename GC_dirty_async back to GC_dirtyIvan Maidanski
2018-05-17Hide and rename GC_dirty to GC_dirty_async[_inner]Ivan Maidanski
2018-05-15Remove stubborn objects allocation code completelyIvan Maidanski
2018-05-08Fix potential null dereference in GC_CONSIvan Maidanski
2018-05-07Fix infinite restarting of mark_some when a static root disappeared (Linux)Ivan Maidanski
2018-05-04Allow passing -D DEFAULT_VDB to CFLAGSIvan Maidanski
2018-04-24Expose API to control rate and max prior attempts of collect_a_littleJonathan Chambers
2018-04-23Expose API to control the minimum bytes allocated before a GC occursJonathan Chambers
2018-04-10Avoid potential data race during GC_dump executionIvan Maidanski
2018-04-06Define GC_FREEBSD_THREADS and GC_ADD_CALLER macros for kFreeBSDIvan Maidanski
2018-04-06Determine whether to use compiler TLS for kFreeBSD at compile timeIvan Maidanski
2018-03-26Reduce probability of collision in threads hashtable for 64-bit targetsIvan Maidanski
2018-03-26Do not use AO_store in FAST_MALLOC_GRANS() in the single-threaded modeIvan Maidanski
2018-03-23Avoid potential race between malloc_kind and mark_thread_local_fls_forIvan Maidanski
2018-03-23Explicitly unblock GC signals on GC initializationIvan Maidanski
2018-03-23Match GC_FAST_MALLOC_GRANS formal and actual arguments where possibleIvan Maidanski
2018-03-15Fix the collector hang when it is configured with --enable-gc-debugIvan Maidanski
2018-03-13Use atomic load/store for the concurrently accessed variables in GC_lockIvan Maidanski
2018-03-13Eliminate TSan warning about non-atomic read in store_back_pointerIvan Maidanski
2018-03-09Avoid potential race in SET_MARK_BIT_EXIT_IF_SET if parallel markingIvan Maidanski
2018-03-07Really use AO_load/store in realloc, clear_hdr_marks and reclaim_genericIvan Maidanski
2018-03-01Eliminate 'unused const variable' C++ warnings for [a][u]objfreelist_ptrIvan Maidanski
2018-03-01Fix missing GC_generic_malloc_words_small implementation in new_gc_alloc.hIvan Maidanski
2018-02-28Replace conditional extern 'C' blocks begin/end with EXTERN_C_BEGIN/ENDIvan Maidanski
2018-02-28Declare all internal functions in private headers instead of .c filesIvan Maidanski
2018-02-28Fix typo in AIX macro nameIvan Maidanski
2018-02-28Fix GC_free_bytes[] linkage for the case of compilation as C++ codeIvan Maidanski
2018-02-26Avoid potential race when accessing size_map tableHans Boehm
2018-02-26Always include gc_atomic_ops.h unless threads are disabledIvan Maidanski
2018-02-26Fix Haiku/amd64 supportIvan Maidanski
2018-02-23Fix missing new-line in GC_INFOLOG_PRINTF call in ABORT_ARG<n>Ivan Maidanski
2018-02-23Omit register keyword in performance-critical code if C++ compiler usedIvan Maidanski
2018-02-22Eliminate C++ warnings about deprecated register keyword (GC source)Jay Krell
2018-02-20Merge RISCV 32/64-bit configurations definitionShea Levy
2018-02-19Add initial RISC-V supportShea Levy
2018-02-16Convert GC source files to valid C++ codeIvan Maidanski
2018-02-14New API function (get_size_map_at) to get content of size_map tableIvan Maidanski
2018-02-13Change pointer arguments of push_all[_eager]/conditional API to void* typeJay Krell
2018-02-08Fix arg type of continue_reclaim prototype after the definition updateIvan Maidanski