[MacRuby-devel] Fwd: LLVM Developers' Meeting Registration Open
Since somebody asked; if there's enough MacRuby people going we can try for an informal BOF E Begin forwarded message: > From: Tanya Lattner > Date: October 11, 2010 4:50:15 PM PDT > To: [email protected] > Subject: [llvm-devmeeting] LLVM Developers' Meeting Registration Open > > LLVMers, > > Registration is now open! > > We ask that you only register if you are confident that you are able to > attend the meeting. Last year, we had a large percentage of attendees > register without attending. If this continues, will need to start charging > attendees to cover the costs associated with the meeting. Thank you! > The deadline for registration is October 21, 2010 or if we reach 200 > attendees before this deadline. > > Please visit our Registration Website to register and book hotel rooms at the > meeting location. We have a room block and you will only get the reduced rate > if you book your hotel through the registration process. > > Other logistical information (location, directions, etc) can also be found at > the Registration Website. > > Thanks, > Tanya Lattner > ___ > llvm-devmeeting mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] LLVM Developers' Meeting Registration Open
+1 On Oct 12, 2010, at 9:45 AM, Ernest N. Prabhakar, Ph.D. wrote: > Since somebody asked; if there's enough MacRuby people going we can try for > an informal BOF > > E > > Begin forwarded message: > >> From: Tanya Lattner >> Date: October 11, 2010 4:50:15 PM PDT >> To: [email protected] >> Subject: [llvm-devmeeting] LLVM Developers' Meeting Registration Open >> >> LLVMers, >> >> Registration is now open! >> >> We ask that you only register if you are confident that you are able to >> attend the meeting. Last year, we had a large percentage of attendees >> register without attending. If this continues, will need to start charging >> attendees to cover the costs associated with the meeting. Thank you! >> The deadline for registration is October 21, 2010 or if we reach 200 >> attendees before this deadline. >> >> Please visit our Registration Website to register and book hotel rooms at >> the meeting location. We have a room block and you will only get the reduced >> rate if you book your hotel through the registration process. >> >> Other logistical information (location, directions, etc) can also be found >> at the Registration Website. >> >> Thanks, >> Tanya Lattner >> ___ >> llvm-devmeeting mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] [ANN] MacRuby 0.7
On Oct 11, 2010, at 12:56 , John Barnette wrote: > On Oct 11, 2010, at 11:54 AM, Ryan Davis wrote: >> I haven't tried using isolate on macruby yet, but let me know if you have >> any issues. > > The tests segfault on 0.7 right now, I have a note to look at this before the > next Isolate release. I'm poking at it... I'm not even getting a segfault, just hanging out spinning CPU and eating a TON of RAM. It never even gets to the first test for some reason. Here is a sample: > 1968 rary_reserve > 1968 rb_yield > 1968 rb_vm_yield_args > 1968 MREP_4A9E42EFE9E24C529FBC1397F1146174 > 1968 0x103324011 > 1968 rb_vm_dispatch > 1968 MREP_4A9E42EFE9E24C529FBC1397F1146174 > 1968 0x103324011 > 1968 rb_vm_dispatch > 1968 rb_f_eval > 1968 rb_vm_run_under > 1968 rb_vm_run > 1968 0x102da92d3 > 1968 rb_vm_prepare_block > 1968 rb_vm_const_is_defined > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 rb_str_NSCoder_decode > 1968 > rb_str_NSCoder_decode > 1967 > rb_str_NSCoder_decode > 1679 > rb_str_NSCoder_decode > 1659 > rb_str_NSCoder_decode > 20 > rb_str_NSCoder_decode > 288 > rb_str_NSCoder_decode > 1 > rb_str_NSCoder_decode Is there an easy way to know what NSCoder#decode is getting pissy about? ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] [ANN] MacRuby 0.7
Hi Ryan, On Oct 12, 2010, at 2:52 PM, Ryan Davis wrote: > On Oct 11, 2010, at 12:56 , John Barnette wrote: > >> On Oct 11, 2010, at 11:54 AM, Ryan Davis wrote: >>> I haven't tried using isolate on macruby yet, but let me know if you have >>> any issues. >> >> The tests segfault on 0.7 right now, I have a note to look at this before >> the next Isolate release. > > I'm poking at it... I'm not even getting a segfault, just hanging out > spinning CPU and eating a TON of RAM. It never even gets to the first test > for some reason. > > Here is a sample: > >> 1968 rary_reserve >>1968 rb_yield >> 1968 rb_vm_yield_args >>1968 MREP_4A9E42EFE9E24C529FBC1397F1146174 >> 1968 0x103324011 >>1968 rb_vm_dispatch >> 1968 MREP_4A9E42EFE9E24C529FBC1397F1146174 >>1968 0x103324011 >> 1968 rb_vm_dispatch >>1968 rb_f_eval >> 1968 rb_vm_run_under >>1968 rb_vm_run >> 1968 0x102da92d3 >>1968 rb_vm_prepare_block >> 1968 rb_vm_const_is_defined >>1968 rb_str_NSCoder_decode >> 1968 rb_str_NSCoder_decode >>1968 rb_str_NSCoder_decode >> 1968 rb_str_NSCoder_decode >>1968 rb_str_NSCoder_decode >> 1968 rb_str_NSCoder_decode >>1968 rb_str_NSCoder_decode >> 1968 rb_str_NSCoder_decode >>1968 rb_str_NSCoder_decode >> 1968 rb_str_NSCoder_decode >>1968 rb_str_NSCoder_decode >> 1968 >> rb_str_NSCoder_decode >>1967 >> rb_str_NSCoder_decode >> 1679 >> rb_str_NSCoder_decode >>1659 >> rb_str_NSCoder_decode >>20 >> rb_str_NSCoder_decode >> 288 >> rb_str_NSCoder_decode >>1 >> rb_str_NSCoder_decode > > > Is there an easy way to know what NSCoder#decode is getting pissy about? Hard to tell, how do you reproduce this? I wouldn't look too much at the stacktrace, since the symbols might be corrupted. Laurent___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] LLVM Developers' Meeting Registration Open
So that's 2, and 3 with me :) I guess we need to get at least 10 people to organize a BOF. Laurent On Oct 12, 2010, at 10:02 AM, Kaelin Colclasure wrote: > +1 > > On Oct 12, 2010, at 9:45 AM, Ernest N. Prabhakar, Ph.D. wrote: > >> Since somebody asked; if there's enough MacRuby people going we can try for >> an informal BOF >> >> E >> >> Begin forwarded message: >> >>> From: Tanya Lattner >>> Date: October 11, 2010 4:50:15 PM PDT >>> To: [email protected] >>> Subject: [llvm-devmeeting] LLVM Developers' Meeting Registration Open >>> >>> LLVMers, >>> >>> Registration is now open! >>> >>> We ask that you only register if you are confident that you are able to >>> attend the meeting. Last year, we had a large percentage of attendees >>> register without attending. If this continues, will need to start charging >>> attendees to cover the costs associated with the meeting. Thank you! >>> The deadline for registration is October 21, 2010 or if we reach 200 >>> attendees before this deadline. >>> >>> Please visit our Registration Website to register and book hotel rooms at >>> the meeting location. We have a room block and you will only get the >>> reduced rate if you book your hotel through the registration process. >>> >>> Other logistical information (location, directions, etc) can also be found >>> at the Registration Website. >>> >>> Thanks, >>> Tanya Lattner >>> ___ >>> llvm-devmeeting mailing list >>> [email protected] >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting >> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
