index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mark.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate UBSan warning of overflow during descr subtraction in mark_from
Ivan Maidanski
2017-12-15
1
-2
/
+2
*
Fix marking of disclaim-reachable objects in the incremental mode
Petter A. Urkedal
2017-12-04
1
-1
/
+15
*
Fix data race in do_local_mark when comparing active_count to helper_count
Ivan Maidanski
2017-12-01
1
-7
/
+15
*
Fix data race in mark_thread when updating mark_no
Ivan Maidanski
2017-12-01
1
-9
/
+2
*
Place no_sanitize attributes in a GCC-compliant way
Ivan Maidanski
2017-11-21
1
-8
/
+8
*
Workaround TSan false positives in mark_from, push_*_eager
Ivan Maidanski
2017-11-01
1
-0
/
+3
*
Workaround Thread Sanitizer (TSan) false positive warnings (partially)
Ivan Maidanski
2017-10-20
1
-1
/
+1
*
Eliminate '-pedantic is not option that controls warnings' GCC-6.4 message
Ivan Maidanski
2017-09-27
1
-1
/
+1
*
Do not disable parallel mark for WRAP_MARK_SOME
Ivan Maidanski
2017-09-26
1
-0
/
+29
*
Align local_mark_stack in help_marker explicitly
Ivan Maidanski
2017-09-22
1
-3
/
+5
*
Fix infinite mark_some calls after memory mapping disappeared (Glibc)
Ivan Maidanski
2017-09-19
1
-0
/
+5
*
Allow custom N_LOCAL_ITERS and ENTRIES_TO_GET values
Ivan Maidanski
2017-09-19
1
-2
/
+7
*
Fix missing started_thread_while_stopped call from mark_some if GCC/Clang
Ivan Maidanski
2017-09-19
1
-3
/
+7
*
Fix SIGSEGV in mark_from called from do_local_mark if WRAP_MARK_SOME
Ivan Maidanski
2017-09-18
1
-14
/
+0
*
Remove unnecessary type casts of printf arguments to unsigned long
Ivan Maidanski
2017-08-30
1
-3
/
+2
*
Avoid busy waiting in mark_thread while GC_parallel is false
Ivan Maidanski
2017-08-22
1
-2
/
+1
*
Eliminate unsigned fl_builder_count underflow in mark_thread
Ivan Maidanski
2017-08-22
1
-3
/
+5
*
Add assertion that no hb_n_marks underflow occurs
Ivan Maidanski
2017-08-19
1
-2
/
+4
*
Fix hb_n_marks underflow in clear_fl_marks if MARK_BIT_PER_OBJ
Ivan Maidanski
2017-08-19
1
-1
/
+1
*
Eliminate '-pedantic is not an option that controls warnings' GCC message
Ivan Maidanski
2017-08-16
1
-1
/
+1
*
Use heap-allocated memory for local mark stack of non-marker thread
Ivan Maidanski
2017-08-02
1
-4
/
+18
*
Fix gctest crash if configure --enable-handle-fork on Darwin
Ivan Maidanski
2017-06-29
1
-4
/
+4
*
Prevent multiple 'Caught ACCESS_VIOLATION in marker' per collection
Ivan Maidanski
2017-04-21
1
-3
/
+10
*
Eliminate 'incompatible function pointer' warning in mark_some (MinGW/x86)
Ivan Maidanski
2017-04-13
1
-0
/
+10
*
Define CLANG/GNUC_PREREQ macros to check gcc/clang minimum version
Ivan Maidanski
2017-03-07
1
-3
/
+1
*
Eliminate 'label not used' cppcheck false warnings in GC_mark_X
Ivan Maidanski
2017-02-28
1
-7
/
+5
*
Fix a typo in comment of GC_mark_some
Ivan Maidanski
2017-01-31
1
-1
/
+1
*
Revert "Skip GC_DS_PER_OBJECT objs with negative descriptor in GC_mark_from"
Ivan Maidanski
2017-01-20
1
-22
/
+0
*
Use EXPECT FALSE for mark_from code documented as executed rarely
Ivan Maidanski
2017-01-12
1
-2
/
+1
*
Eliminate 'memory leak' code defect for scratch-allocated memory
Ivan Maidanski
2016-12-22
1
-10
/
+23
*
Workaround 'resource leak' false positives in alloc_MS, bl/envfile_init
Ivan Maidanski
2016-12-20
1
-1
/
+1
*
Skip grungy_pages update when mark state invalid to speedup read_dirty
Ivan Maidanski
2016-12-19
1
-1
/
+7
*
Workaround 'value of AO_compiler_barrier unknown' cppcheck info message
Ivan Maidanski
2016-12-17
1
-1
/
+2
*
Workaround 'checking unsigned value is negative' code defect in mark_from
Ivan Maidanski
2016-12-17
1
-1
/
+1
*
Workaround 'null pointer dereference' false positive in push_next_marked
Ivan Maidanski
2016-12-17
1
-7
/
+17
*
Do not print n_rescuing_pages value if incremental collections disabled
Ivan Maidanski
2016-12-14
1
-4
/
+16
*
Fix GC_noop6 definition to avoid its calls to be optimized away
Ivan Maidanski
2016-12-13
1
-1
/
+7
*
Fix GC_mark_stack_top assertion violation properly in mark_local
Ivan Maidanski
2016-12-10
1
-6
/
+4
*
Fix assertion in GC_steal_mark_stack for non-heap regions
Ivan Maidanski
2016-12-10
1
-3
/
+7
*
Workaround 'index out of bounds' UBSan false warning in push_marked
Ivan Maidanski
2016-12-10
1
-2
/
+2
*
Fix '~' operator application to unsigned values shorter than word
Ivan Maidanski
2016-12-07
1
-1
/
+2
*
Suppress 'use of GNU address-of-label extension' warning for Clang 3.3+
Ivan Maidanski
2016-11-26
1
-1
/
+1
*
Suppress 'taking address of label non-standard' GCC/Clang pedantic warning
Ivan Maidanski
2016-11-25
1
-1
/
+16
*
Fix assertion violation in mark_local checking GC_mark_stack_top
Ivan Maidanski
2016-11-17
1
-1
/
+1
*
Eliminate 'function result not used' code defect in GC_mark_local
Ivan Maidanski
2016-11-16
1
-3
/
+3
*
Support AddressSanitizer and MemorySanitizer (clang)
Ivan Maidanski
2016-11-16
1
-0
/
+2
*
Export GC_is_tmp_root() and GC_print_trace[_inner]()
Ivan Maidanski
2016-10-29
1
-2
/
+2
*
Allow custom TRACE_ENTRIES value
Ivan Maidanski
2016-10-29
1
-3
/
+5
*
Eliminate duplicate log messages in GC_mark_from
Ivan Maidanski
2016-10-28
1
-21
/
+16
*
Eliminate 'value of NEED_FIXUP_POINTER unknown' cppcheck info messages
Ivan Maidanski
2016-10-21
1
-3
/
+6
[next]