* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[cacao.git] / src / threads /
2011-11-04 David FlammeMakes --disable-gc work again
2011-05-13 Stefan Ring* src/threads/thread.cpp: Set thread to RUNNABLE during...
2011-04-22 Stefan Ringmerged threadlist & threadobject improvements
2011-04-19 Stefan Ring* src/threads/threadlist.cpp: Fixed strategy for giving...
2011-04-18 Stefan Ring* src/threads/thread.cpp: Break a reference cycle.
2011-04-18 Stefan Ring* src/threads/posix/thread-posix.cpp: Removed mutex_joi...
2011-04-18 Stefan Ring* src/threads/thread.hpp (thread_set_object, thread_get...
2011-04-18 Stefan Ring* src/threads/thread.cpp: Use a finalizer to remove...
2011-04-18 Stefan Ring* src/threads/thread.cpp: thread_new no longer adds...
2011-04-18 Stefan Ring* src/threads/posix/thread-posix.cpp, src/vm/jit/stackt...
2011-04-18 Stefan Ring* src/threads/posix/thread-posix.cpp: Take care not...
2011-02-21 Stefan Ring* src/vm/finalizer.cpp, src/vm/finalizer.hpp: Generaliz...
2011-02-21 Stefan Ring* src/threads/posix/thread-posix.cpp, src/threads/threa...
2011-02-01 Stefan Ring* src/threads/threadlist.cpp (get_free_thread): Actuall...
2011-01-22 Stefan Ring* src/threads/posix/thread-posix.cpp (threads_impl_thre...
2010-11-02 Stefan Ring* configure.ac: Bump version, append hg revision.
2010-10-16 Stefan Ring* src/mm/gc-boehm.cpp: Define GC_SOLARIS_THREADS on...
2010-09-15 sr* src/threads/thread.cpp (thread_set_state_*): Don...
2010-09-14 Stefan Ring* src/threads/posix/thread-posix.cpp: Eliminated some...
2010-09-13 Stefan Ring* src/vm/global.h: Made 'lockword' member of java_objec...
2009-11-17 srmerged volatile memory barriers
2009-11-03 Michael Starzinger* configure.ac: Added check for mach/mach.h header.
2009-11-02 Michael Starzinger* src/threads/posix/thread-posix.hpp: Removed public...
2009-10-29 Michael Starzinger* src/threads/posix/thread-posix.cpp: Implemented threa...
2009-09-21 Stefan Ring* src/threads/lock.cpp: Slight memory barrier clarifica...
2009-09-17 Stefan RingMerged MIPS stuff.
2009-09-16 Michael Starzinger* src/vm/jit/builtin.hpp (builtintable_entry): Added...
2009-08-11 Michael Starzinger* src/toolbox/hashtable.hpp: Added preliminary C++...
2009-10-15 Michael Starzinger* src/vm/hook.hpp: Added new file for hook points.
2009-09-24 Michael Starzinger* src/threads/threadlist.hpp (ThreadList): Adapted...
2009-06-24 Stefan RingMinor bugfix for previous commit.
2009-06-23 Stefan RingFixes PR131.
2009-05-12 Michael Starzinger* src/toolbox/list.hpp (List): Added new list class...
2009-03-16 Michael StarzingerMerged with michi branch at rev 1684fe51cf3d.
2009-03-10 Michael Starzinger* src/vm/vm.cpp (vm_abort_errnum, vm_abort_errno):...
2009-02-22 Stefan Ring* src/native/vm/gnuclasspath/java_lang_VMThread.cpp...
2009-02-20 Stefan Ring* src/threads/thread.cpp, src/threads/thread.hpp (threa...
2009-02-14 Stefan Ringcompare_and_swap reorganization. This should finally...
2009-02-11 Stefan Ring* src/threads/posix/thread-posix.cpp (threads_calc_abso...
2009-01-09 Stefan Ring* src/threads/atomic.cpp (generic_compare_and_swap...
2009-01-07 Stefan Ring* src/threads/threadlist.hpp: Removed superfluous inlin...
2008-12-20 Stefan RingMerged branch subtype-trunk into default.
2008-12-17 Michael Starzinger* src/threads/threadlist.hpp (ThreadList::get_active_th...
2008-12-15 Stefan Ring* src/threads/lock.cpp (sable_flc_waiting, notify_flc_w...
2008-12-12 Michael Starzinger* src/vm/javaobjects.hpp (java_lang_Thread::set_threadS...
2008-11-28 Stefan RingMerge from subtype.
2008-11-26 Stefan RingMerge from subtype.
2008-11-23 Stefan RingMerge from subtype.
2008-11-13 Andreas HUBERT* src/vm/signal.cpp,
2008-11-08 Andreas HUBERT* src/mm/memory.cpp,
2008-10-31 Stefan RingMerge to subtype-trunk (manually: src/vm/linker.hpp...
2008-10-24 Andreas HUBERT* src/toolbox/logging.cpp,
2008-10-22 Stefan RingMerged.
2008-10-22 Stefan Ring* src/threads/thread.cpp (threads_thread_is_alive)...
2008-10-20 Stefan RingMerged.
2008-10-20 Stefan RingAdded parked/timed_parked states.
2008-10-20 Stefan RingMerge from subtype branch.
2008-10-18 Andreas HUBERT* Merged with a6e2f452a639.
2008-10-18 Andreas HUBERT* src/vm/descriptor.cpp,
2008-10-14 Stefan Ring"Unmerged" jitcache again.
2008-10-14 Andreas HUBERT* src/vm/classcache.cpp,
2008-10-12 Stefan RingMerged new changes from default (manually: src/vm/jit...
2008-10-10 Robert Schuster * merged default branch into jitcache-arm-x86 branch
2008-10-10 Robert Schuster * Updated to jitcache-arm-x86 branch d4f6023b26c5...
2008-10-08 Stefan Ring* src/native/vm/sun_misc_Unsafe.cpp: Added implementati...
2008-09-25 Michael Starzinger* src/threads/lockword.cpp (Lockword_init): Removed...
2008-09-23 Stefan RingMerge from default with manual cleanup (src/vm/class...
2008-09-23 Michael Starzinger* src/vm/class.c: Moved to C++.
2008-09-18 Stefan RingMerged subtype and current trunk.
2008-09-17 Stefan RingMerged with tip.
2008-09-17 Stefan RingMerged trunk and subtype.
2008-09-11 Stefan Ring* src/threads/lock.cpp (sable_flc_waiting): Slight...
2008-09-10 Christian Thalinger* Merged with tip.
2008-09-09 Christian Thalinger* src/threads/threadlist.cpp (foo): Removed.
2008-09-08 Christian Thalinger* src/threads/lockword.cpp: New file.
2008-09-08 Christian Thalinger* src/threads/threadlist.cpp (ThreadList::get_thread_by...
2008-09-03 Christian Thalinger* src/threads/posix/thread-posix.hpp (vm/jit/stacktrace...
2008-09-03 Christian Thalinger* src/native/localref.c: Moved to C++.
2008-08-29 Christian Thalinger* src/native/native.c: Moved to .cpp.
2008-08-28 Christian Thalinger* Merged twisti branch (new list implementation).
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/vm/jit/optimizing/recompile.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/vm/jit/optimizing/recompile.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/threads/posix/thread-posix.hpp (toolbox/list...
2008-08-28 Christian Thalinger* src/vm/vm.cpp (VM::abort): Removed.
2008-08-28 Christian Thalinger* src/vm/vm.cpp (VM::abort): Removed.
2008-08-27 Christian Thalinger* src/threads/threadlist.c: Moved to .cpp.
2008-08-26 Stefan RingMerged comment cleanup (forgot this before).
2008-08-26 Stefan RingMerged subtype branch to new head.
2008-08-22 Christian Thalinger* src/mm/dumpmemory.c: Moved to .cpp.
2008-08-22 Michael Starzinger* src/threads/posix/lock.h (LOCK_WAIT_FOREVER, LOCK_NOT...
2008-08-22 Christian Thalinger* src/threads/posix/thread-posix.cpp (threads_impl_thre...
2008-08-22 Christian Thalinger* src/vm/builtin.c: Moved to .cpp.
2008-08-21 Christian Thalinger* src/vm/jit/replace.c: Moved to .cpp.
2008-08-20 Michael Starzinger* src/threads/posix/mutex-posix.hpp (Mutex): Added...
2008-08-20 Michael Starzinger* src/threads/none/thread-none.h: Added missing include.
2008-08-14 Christian Thalinger* Merged with 62ddb0d81064.
2008-08-14 Christian Thalinger* src/threads/posix/mutex-posix.hpp [!__cplusplus]...
2008-08-14 Christian Thalinger* src/vm/vm.hpp (VM): Added member_vm, added functions...
next