未来のいつか/hyoshiokの日記

hyoshiokの日々思うことをあれやこれや

2006-10-03から1日間の記事一覧

Cache Aware Ruby Patch

quick and dirty hackだ。 # diff -u gc.c~ gc.c --- gc.c~ 2006-08-25 17:12:46.000000000 +0900 +++ gc.c 2006-10-03 10:47:08.000000000 +0900 @@ -1594,10 +1594,15 @@ int n = 0; for (i = 0; i < heaps_used; i++) { - RVALUE *p, *pend; + RVALUE *p,…