Show enters and exits. Hide enters and exits.
| 00:54:39 | boyscout | Fix profiler bug crash when it sees eval'd code - ed9b997 - Evan Phoenix |
| 00:54:39 | boyscout | Speed up File.extname - bffd271 - Evan Phoenix |
| 00:54:39 | boyscout | Speed up String#each_line and String#index - 24ae6af - Evan Phoenix |
| 00:54:39 | boyscout | Fix spec description, add another test case - 76f5d31 - Evan Phoenix |
| 00:54:39 | boyscout | Don't reset promotions, we loose stats. - 74d5ea9 - Evan Phoenix |
| 00:58:30 | boyscout | CI: rubinius: 74d5ea9 successful: 3024 files, 11747 examples, 35951 expectations, 0 failures, 0 errors |
| 08:05:44 | evan | hm, thats neat |
| 08:06:06 | evan | got block inlining working again and Integer#times {} is the same speed as a while loop |
| 08:07:44 | alexsuraci | nice |
| 11:26:33 | slava | evan: nice! |
| 20:20:22 | wayneeseguin | Zoxc: Yes, those numbers use JIT |
| 20:26:46 | Zoxc | I was wondering about the performance without the JIT |
| 20:26:57 | Zoxc | How come rbx and jruby have so high memory usage? |
| 20:27:36 | Zoxc | Is it because they try to not run the GC when it's not needed? |
| 20:33:52 | wayneeseguin | Zoxc: That I cannot answer, ask evan and the JRuby guys. |
| 20:34:01 | wayneeseguin | Zoxc: The JRuby was run with --server |
| 20:34:17 | wayneeseguin | JRuby always has high memory and rbx pre-allocates certain objects |
| 21:13:19 | VVSiz | memory is there to be used, after all :) |
| 21:25:03 | wayneeseguin | :D |
| 21:25:50 | Zoxc | but there is a rather wast difference there :) |
| 22:27:33 | wayneeseguin | JRuby always uses at least 100M |
| 22:28:02 | wayneeseguin | Zoxc: ping evan when he's around and he'll explain the rbx mem usage. It actually makes a lot of sense. |