Show enters and exits. Hide enters and exits.
| 00:26:53 | boyscout | Conform NativeMethod accessors to CompiledMethod's. - c1af588 - Brian Ford |
| 00:26:53 | boyscout | Added specs for Kernel#clone and Kernel#dup. - cac95c7 - Brian Ford |
| 00:26:53 | boyscout | ObjectSpace#each_object ignores nil superclasses. - 3916799 - Brian Ford |
| 00:26:53 | boyscout | Hack patch for Dir.glob. - d85cf2d - Brian Ford |
| 00:26:53 | boyscout | Remove kernel task.rb. - 821bbd2 - Brian Ford |
| 00:26:54 | boyscout | Reworked Kernel#dup and Kernel#clone. - 0d746d6 - Brian Ford |
| 00:26:56 | boyscout | Fix for compiler on non-x86 systems. - 07b407d - Brian Ford |
| 00:26:58 | boyscout | Add CI canary for C-API. - 6a23aa8 - Brian Ford |
| 00:27:00 | boyscout | Removed RuntimePrimitive class. - 9853512 - Brian Ford |
| 00:27:02 | boyscout | Update VM tests for #dup, #clone changes. - ebb3b1b - Brian Ford |
| 00:35:10 | boyscout | CI: ebb3b1b success. 1501 files, 7214 examples, 23623 expectations, 0 failures, 0 errors |
| 03:01:12 | boyscout | Fixed duping Modules. - e8fe9d5 - Brian Ford |
| 03:02:43 | boyscout | CI: e8fe9d5 success. 1501 files, 7214 examples, 23623 expectations, 0 failures, 0 errors |
| 05:47:27 | rue | Ahh, the magic of IRC |
| 22:26:45 | rue | OK, so Oberon, not Clean |
| 22:36:46 | tilman | rue: http://d1e91506dbfd4944.paste.se/ i've got a patch that delays those gettimeofday syscalls in Time until they are needed. should i inline the code in build_tm? |
| 22:40:42 | rue | Inline the time_switch? I would not bother |
| 22:41:45 | tilman | i meant inline those two lines from build_tm into the callers |
| 22:41:55 | tilman | not move time_switch to build_tm |
| 22:42:25 | tilman | mmh, that's a primitive. i probably got you wrong %) |
| 22:45:48 | rue | Ah. No, there should be no problem with the primitive call |
| 22:54:01 | tilman | i'll leave it like it's now |
| 22:58:30 | rue | We should make an unoptimised version of kernel/ |
| 23:08:26 | evan | well, moved my office stuff to the new condo |
| 23:08:56 | brixen | cool |
| 23:09:14 | brixen | debugging bigdecimal ext |
| 23:09:17 | brixen | got it built |
| 23:09:38 | evan | cool. |
| 23:09:43 | evan | hows the code for bigdecimal? |
| 23:09:44 | evan | crazy? |
| 23:09:58 | brixen | it's MRI code ;) |
| 23:10:14 | evan | fun. |
| 23:10:34 | brixen | not terrible so far |
| 23:10:42 | brixen | c-api is pretty solid |
| 23:10:53 | brixen | I've only worked on it a few hours |
| 23:11:02 | evan | awesome |
| 23:13:46 | brixen | evan: you've got the ruby debugger working partly right? |
| 23:15:49 | evan | barely |
| 23:16:00 | brixen | how do you invoke it? |
| 23:16:18 | evan | I was using the CLI option |
| 23:16:45 | evan | ie, -debug |
| 23:16:49 | brixen | ah ok |
| 23:17:24 | evan | you should be able to set breakpoints |
| 23:17:30 | brixen | I was deep into rails require/autoload/1 zillion files last night |
| 23:17:37 | evan | and use next |
| 23:17:39 | evan | but thats abuot it. |
| 23:17:44 | brixen | k |
| 23:17:46 | evan | step is pretty complicated |
| 23:17:49 | brixen | that will be golden |
| 23:18:09 | brixen | I just need to find where I am easier |
| 23:19:15 | evan | k |
| 23:19:48 | tilman | evan: i've got a desribe_rbc.rb that will generate output identical to the current rbc format. does that work for you? |
| 23:20:02 | evan | yeah |
| 23:20:47 | tilman | okay |
| 23:21:15 | tilman | what about the unused Marshaller c++ code? do i need to update that to the new format? afaics that code isn't used at all |