[penberg/jato] 4f0d5b: jit: Fix GC_REGISTER_MAP_SIZE to use BITS_PER_LONG

2009-12-06 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: 4f0d5bac6ca325b009cac3b2710ae937073a http://github.com/penberg/jato/commit/4f0d5bac6ca325b009cac3b2710ae937073a Author: Pekka Enberg Date: 2009-12-06 (Sun, 06 Dec 2009) Changed paths: M include/jit/gc-map.h

Entering the GC from the JIT trampolines

2009-12-06 Thread Pekka Enberg
Hi! As I mentioned before, I'm seeing deadlocks with GcTortureTest when "-Xgc" is enabled. I've been debugging the problem for a bit now and I think it's a generic problem of entering the GC from within a JIT trampoline while we're holding cu->mutex. See the below backtrace for details (I think Th

[penberg/jato] 3af66a: Add deadlock debugging instructions to README

2009-12-06 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: 3af66a84d3f07f4677aabf5796f13728295747a9 http://github.com/penberg/jato/commit/3af66a84d3f07f4677aabf5796f13728295747a9 Author: Pekka Enberg Date: 2009-12-06 (Sun, 06 Dec 2009) Changed paths: M README Log Message:

[penberg/jato] bf1313: vm: Cleanups to vm/thread.c

2009-12-06 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: bf1313abb0a94c0d492a09724dacd0f32b22ae23 http://github.com/penberg/jato/commit/bf1313abb0a94c0d492a09724dacd0f32b22ae23 Author: Pekka Enberg Date: 2009-12-06 (Sun, 06 Dec 2009) Changed paths: M vm/thread.c Log Mes

[penberg/jato] 603847: gc: Make gc_start() a static function

2009-12-06 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: 60384755b8da04f8aa446b259f73af217df4e8fa http://github.com/penberg/jato/commit/60384755b8da04f8aa446b259f73af217df4e8fa Author: Pekka Enberg Date: 2009-12-06 (Sun, 06 Dec 2009) Changed paths: M include/vm/gc.h M