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
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
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:
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
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