Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 74faf66b6eded5d522b72d12e7fef06c30cec0b5 https://github.com/MacRuby/MacRuby/commit/74faf66b6eded5d522b72d12e7fef06c30... Author: Laurent Sansonetti <lrz@chopine.be> Date: 2011-05-13 (Fri, 13 May 2011) Changed paths: M vm.cpp Log Message: ----------- don't delete machine code from JIT functions anymore as it seems to cause problems in the C++ EH runtime Commit: be15a06599652f0888e7081a6e4d0b6012506252 https://github.com/MacRuby/MacRuby/commit/be15a06599652f0888e7081a6e4d0b6012... Author: Laurent Sansonetti <lrz@chopine.be> Date: 2011-05-13 (Fri, 13 May 2011) Changed paths: M compiler.cpp M compiler.h M kernel.c Log Message: ----------- atomic compilation of arrays, to make JIT compilation faster Compare: https://github.com/MacRuby/MacRuby/compare/5e28a91...be15a06