miura1729 (Hideki Miura)
- Login: miura1729
- Email: m-72@tf6.so-net.ne.jp
- Registered on: 01/14/2012
- Last sign in: 10/03/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
09/16/2014
-
09:02 AM Ruby Feature #10247 (Closed): Please update comment of bm_app_aobench.rb
- 三浦と申します
benchmark/bm_app_aobench.rbの先頭から3,4行目のコメント
`# http://lucille.atso-net.jp/blog/?p=642`
`# http://lucille.atso-net.jp/blog/?p=711`
のURLはすでにリンク切れと教えていただきました。
そこで、この2行を
`# https://code.google.com/p/aobenc...
01/14/2012
-
05:31 PM Ruby Bug #5894 (Closed): ISeq#compile with line no 0
- 三浦英樹と申します
以下のようにISeq.compile、ISeq#to_aを以下のように呼びだすと、セグメンテーションフォルトが発生します。
行番号(第4引数)を正数にするとこの現象は発生しないようです。
Rubyのバージョン
$ ruby -v
ruby 2.0.0dev (2012-01-13 trunk 34295) [x86_64-linux]
テストプログラム
$ cat tt.rb
p RubyVM::InstructionSe...