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
/
darwin_stop_world.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix thread_info() count argument value (OS X)
Ivan Maidanski
2019-02-14
1
-1
/
+2
*
Fix concurrent bitmap update in GC_dirty
Ivan Maidanski
2018-09-25
1
-1
/
+4
*
Fix start_world not resuming all threads on Darwin
Demyan Kimitsa
2018-08-30
1
-85
/
+71
*
New API to turn on manual VDB at runtime
Ivan Maidanski
2018-08-15
1
-2
/
+2
*
Fix compilation of darwin_stop_world for iOS 8+
Jonas Echterhoff
2018-08-01
1
-1
/
+1
*
Fix suspend_thread_list in case of thread_suspend is interrupted
Ivan Maidanski
2018-07-27
1
-1
/
+3
*
Perform thread_suspend in loop as it may be interrupted (Darwin)
Jonathan Chambers
2018-07-27
1
-1
/
+3
*
Change Darwin-specific code to comply with C++11 standard
Jay Krell
2018-02-26
1
-5
/
+5
*
Do not push 'cpsr' register on Darwin/arm
Ivan Maidanski
2018-02-02
1
-2
/
+1
*
Do not push frame pointer on Darwin/arm and Darwin/arm64
Jonathan Chambers
2018-02-02
1
-7
/
+8
*
Implement FindTopOfStack(0) for ARM and AArch64 (Darwin)
Jonathan Chambers
2018-02-02
1
-0
/
+8
*
Always fail if FindTopOfStack(0) is not implemented but called (Darwin)
Ivan Maidanski
2018-02-02
1
-9
/
+6
*
Fix 'bogus LR' detection in FindTopOfStack (Darwin)
Ivan Maidanski
2016-12-07
1
-1
/
+1
*
Workaround 'possible null pointer dereference' cppcheck warning (Darwin)
Ivan Maidanski
2016-10-27
1
-0
/
+3
*
Fix null dereference in GC_stack_range_for if not DARWIN_DONT_PARSE_STACK
Ivan Maidanski
2016-10-27
1
-6
/
+9
*
Workaround 'value of macro unknown' cppcheck info messages
Ivan Maidanski
2016-10-24
1
-5
/
+11
*
Eliminate 'printf format specifies type void*' GCC pedantic warnings
Ivan Maidanski
2016-10-21
1
-3
/
+3
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-14
1
-8
/
+18
*
Workaround more '#error' cppcheck error messages
Ivan Maidanski
2016-10-13
1
-0
/
+2
*
Eliminate 'cast to void* from int' compiler warnings (Darwin/x64)
Ivan Maidanski
2016-08-19
1
-11
/
+14
*
Code refactoring of 'alt-stack registration support'
Ivan Maidanski
2015-07-27
1
-12
/
+11
*
Add alt-stack registration support
Zoltan Varga
2015-07-24
1
-10
/
+34
*
Standalone profiling callback for threads suspend/resume
Ivan Maidanski
2015-06-23
1
-7
/
+7
*
Adjust places where profiling callbacks invoked (to match Mono GC)
Ivan Maidanski
2015-06-20
1
-3
/
+4
*
Merge branch 'profiling-callbacks'
Ivan Maidanski
2015-05-17
1
-0
/
+6
|
\
|
*
Code refactoring of "event callbacks" functionality
Ivan Maidanski
2015-05-17
1
-3
/
+2
|
*
Fix logic/compile errors in "event callbacks" code (Darwin, Pthreads)
Ivan Maidanski
2015-05-17
1
-1
/
+2
|
*
Implement event callbacks to be used to profile the collector
Lucas Meijer
2014-07-01
1
-0
/
+6
*
|
GC_stack_range_for code refactoring for Darwin/arm64
ios-unified-ts-fix
Ivan Maidanski
2015-03-18
1
-36
/
+11
*
|
Initial support for iOS ARM64 (Aarch64)
Niklas Therning
2015-03-13
1
-0
/
+40
*
|
Merge branch 'master' into ios-unified-ts-fix
Ivan Maidanski
2015-03-07
1
-5
/
+41
|
\
\
|
*
|
GC_stack_range_for iOS 32/64-bit code refactoring (Darwin/arm)
Ivan Maidanski
2014-11-17
1
-23
/
+23
|
*
|
Merge remote-tracking branch 'robovm/thread_get_state_stack_corruption_on_ios...
Ivan Maidanski
2014-11-04
1
-12
/
+26
|
|
\
\
|
|
*
|
Use ARM_UNIFIED_THREAD_STATE in the call to thread_get_state() on iOS7 64-bit
Niklas Therning
2014-09-22
1
-12
/
+26
|
*
|
|
Fix darwin_stop_world.c broken by 'thread_get_state fix' for other targets
Ivan Maidanski
2014-09-24
1
-3
/
+3
|
|
/
/
|
*
|
Use the ARM_THREAD_STATE32 flavor in the call to thread_get_state() when
Niklas Therning
2014-09-18
1
-1
/
+23
|
|
/
*
|
GC_stack_range_for code refactoring (Darwin/arm)
Ivan Maidanski
2015-01-23
1
-15
/
+7
*
|
Modified darwin_stop_world.c to use an arm_unified_thread_state_t struct to
Niklas Therning
2014-09-17
1
-19
/
+19
|
/
*
New macro (GC_ALWAYS_MULTITHREADED) to set multi-threaded mode implicitly
Ivan Maidanski
2013-12-01
1
-1
/
+3
*
Fix more typos in comments
Ondrej Bilka
2013-07-31
1
-1
/
+1
*
Enable on-demand debug logging in GC_FindTopOfStack (Darwin)
Ivan Maidanski
2012-12-11
1
-4
/
+4
*
Replace conditional GC_log_printf calls with GC_COND/VERBOSE_LOG_PRINTF
Ivan Maidanski
2012-11-12
1
-2
/
+1
*
Use GC_log_printf for logging instead of GC_[err_]printf
Ivan Maidanski
2012-11-08
1
-2
/
+2
*
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-2
/
+2
*
Prevent compiler warnings in GC_FindTopOfStack and GC_ports (Darwin)
Ivan Maidanski
2012-02-03
1
-9
/
+12
*
Merge branch 'thread-dbg-msg-extend'
Ivan Maidanski
2011-12-29
1
-14
/
+11
|
\
|
*
Replace printf PRIxMAX specifier with '%p' for thread id debug output
Ivan Maidanski
2011-12-29
1
-14
/
+11
*
|
Use EXPECT for checking various 'initialized' boolean variables
Ivan Maidanski
2011-12-29
1
-1
/
+1
|
/
*
2011-05-31 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-9
/
+0
*
2011-04-03 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-17
/
+17
[next]