General

Profile

roberto (Ollivier Robert)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 9 9

Activity

07/26/2010

06:41 PM Ruby Bug #3607: [trunk/r28731] Gem.path has disappeared?
=begin
Nakada-san, thanks. Fixed it. Weird it didn't clash before.
=end
roberto (Ollivier Robert)
05:04 PM Ruby Bug #3607: [trunk/r28731] Gem.path has disappeared?
=begin
@Roger: nope, not fixed at r28758.
=end
roberto (Ollivier Robert)

07/24/2010

12:40 AM Ruby Bug #3607: [trunk/r28731] Gem.path has disappeared?
=begin
I can confirm that out-of-the-box (from branches/1.9.2), Gem#path still exists:

343 [17:35] roberto@roberto-al:ruby-1.9.2/build> ./ruby -I../lib
print Gem.methods
[:dir, :path, :post_install, :post_uninstall, :pre_instal...
roberto (Ollivier Robert)

07/23/2010

11:01 PM Ruby Bug #3607 (Rejected): [trunk/r28731] Gem.path has disappeared?
=begin
Any attempt to use rubygems is failing there:

519 [15:51] roberto@roberto-al:yarv/build> /usr/local/bin/gem list
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:68:in `installed_spec_directories': undefined me...
roberto (Ollivier Robert)

01/25/2010

08:01 PM Ruby Bug #2646 (Third Party's Issue): 1.9.2dev segv when compiling with clang 1.1/trunk
=begin
As I've been doing for several months/years, I'm compiling regular snapshots of the clang compiler and use it to compile ruby/trunk.
I have clang@94309 and ruby 1.9.2dev@26404 on OS X 10.6.2. For several revisions of ruby I ge...
roberto (Ollivier Robert)

05/07/2009

11:13 AM Ruby Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
=begin
Are you sure you don't want to link against /usr/lib/libstdc++.dylib instead? Apparently the one is /usr/local/lib is either 64 bit or PPC...
=end
roberto (Ollivier Robert)

04/15/2009

06:12 PM Ruby Bug #1382 (Closed): inline functions ought to be static
=begin
While compiling Ruby with ongoing versions of clang/llvm, it appeared that rb_reserved_word, an inline function in lex.c.blt which is included in parse.y is not declared as static as it apparently should (C99). gcc supports it. ...
roberto (Ollivier Robert)

04/06/2009

07:38 PM Ruby Bug #1357: Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
=begin
clang uses __clang__ as main #define. It also aims to support most GNUC constructs & defines.
=end
roberto (Ollivier Robert)
05:43 PM Ruby Bug #1357 (Closed): Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
=begin
I do not think that fixing specific variable into CPU registers is really reflected in performance gains (benchmarks welcome!). It will also generally disturb compilers' handling of optimization (especially on register-starved C...
roberto (Ollivier Robert)
07:12 PM Ruby Bug #1355: -O3 deemed uncessary
=begin
There are not that many differences between -O2 and -O3 (mainly -finline-functions IIRC) so I'm a bit surprised there. Anyway, I'd remove any "default" level to let people choose except for -O. The main problem is that if I do ...
roberto (Ollivier Robert)

Also available in: Atom