Public Gists by dbussink

Gravatar
Sun Nov 01 06:25:05 -0800 2009
1
2
3
#!/usr/bin/env ruby -Ku
 
# encoding: utf-8
Gravatar
Thu Oct 08 13:01:48 -0700 2009
1
2
3
diff --git a/kernel/common/compiled_method.rb b/kernel/common/compiled_method.rb
index 4828aeb..11b3ca1 100644
--- a/kernel/common/compiled_method.rb
Gravatar
Thu Oct 08 11:56:43 -0700 2009
1
2
3
dirkjan@nvc1372 ~/Documents/projects/rubinius master $ rake
(in /Users/dirkjan/Documents/projects/rubinius)
/Users/dirkjan/Documents/projects/rubinius/rakelib/kernel.rake:83: warning: shadowing outer local variable - rb
Gravatar
Wed Sep 30 14:07:09 -0700 2009
1
2
3
#include <stdio.h>
#include <time.h>
 
Gravatar
Wed Sep 23 12:39:44 -0700 2009
1
2
3
dirkjan@nvc1372 ~/Documents/projects/rubinius master $ gdb --args ./bin/rbx -XJ -Xjit.inline.debug
GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
Gravatar
Wed Sep 23 12:28:31 -0700 2009
1
2
3
dirkjan@nvc1372 ~/Documents/projects/rubinius master $ gdb --args ./bin/rbx -XJ
GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
Gravatar
Tue Sep 22 14:18:00 -0700 2009
1
2
3
gdb --args ./bin/rbx -XJ benchmark/rubinius/numerics/bm_add.rb GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
Gravatar
Tue Sep 22 13:47:47 -0700 2009
1
2
3
otool -L bin/rbx
bin/rbx:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 124.1.1)
Gravatar
Tue Sep 15 12:39:55 -0700 2009
1
2
3
diff --git a/lib/dm-core/property.rb b/lib/dm-core/property.rb
index dbb6de9..5d54323 100644
--- a/lib/dm-core/property.rb
Gravatar
Tue Sep 15 07:54:42 -0700 2009
1
2
3
[2009-09-15 15:08:49] /Users/dirkjan/.rvm/ruby-1.8.6-p383/bin/gem install rake --no-rdoc --no-ri -q
++ nice -n 0 /bin/bash -l -c '/Users/dirkjan/.rvm/ruby-1.8.6-p383/bin/gem install rake --no-rdoc --no-ri -q'
Added keychain identities.
Gravatar
Tue Sep 15 07:32:23 -0700 2009
1
2
3
 <i> Installing rubygems dedicated to ruby-1.8.6-p383...
+ rvm_gem_package_name=rubygems-1.3.5
+ rvm_gem_url=http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
Gravatar
Wed Sep 09 11:06:42 -0700 2009
1
2
3
 ~ Connecting to database...
/opt/local/lib/ruby/gems/1.8/gems/dm-core-0.10.0/lib/dm-core/adapters.rb:13:in `initialize': wrong number of arguments (2 for 0) (ArgumentError)
from /opt/local/lib/ruby/gems/1.8/gems/dm-core-0.10.0/lib/dm-core/adapters.rb:13:in `new'
Gravatar
Sun Aug 30 12:18:20 -0700 2009
1
2
3
dirkjan@imac ~/Documents/projects/rubinius master $ gdb --args ./bin/rbx -Xjit.enabled -Xjit.inline.generic
GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
Gravatar
Sun Aug 30 00:42:37 -0700 2009
1
2
3
diff --git a/lib/iconv.rb b/lib/iconv.rb
index 88342a4..8f26357 100644
--- a/lib/iconv.rb
Gravatar
Sun Aug 30 00:41:19 -0700 2009
1
2
3
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
Gravatar
Sun Aug 30 00:40:14 -0700 2009
1
2
3
diff --git a/vm/llvm/inline_primitive.cpp b/vm/llvm/inline_primitive.cpp
index 3a6be9f..1deded8 100644
--- a/vm/llvm/inline_primitive.cpp
Gravatar
Sat Aug 29 13:55:26 -0700 2009
1
2
3
diff --git a/vm/llvm/inline_primitive.cpp b/vm/llvm/inline_primitive.cpp
index 3a6be9f..deee7ae 100644
--- a/vm/llvm/inline_primitive.cpp
Gravatar
Mon Aug 03 13:32:43 -0700 2009
1
2
3
diff --git a/vm/vmmethod.cpp b/vm/vmmethod.cpp
index 5f915c1..8dd7b37 100644
--- a/vm/vmmethod.cpp
Gravatar
Mon Aug 03 12:58:47 -0700 2009
1
2
3
(gdb) run
Starting program: /Users/dirkjan/Documents/projects/rubinius/bin/rbx -e String\ =\ nil\;\ puts\ \'foo\'
Reading symbols for shared libraries ++++. done
Gravatar
Sat Jul 11 10:33:38 -0700 2009
1
2
3
./bin/rbx -S gem install rdoc
Successfully installed rdoc-2.4.3
1 gem installed