diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-08 13:47:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-08 13:47:48 +0000 |
| commit | d49f7b1a0fe0b54e3af6a8990f88eaec04e935ae (patch) | |
| tree | 4cd9f55d6303d2a41854108ec0d450045968f728 /ChangeLog | |
| parent | 8690960cbfbc852bdbf9c85d957a296e2fbf8037 (diff) | |
| download | ruby-d49f7b1a0fe0b54e3af6a8990f88eaec04e935ae.tar.gz ruby-d49f7b1a0fe0b54e3af6a8990f88eaec04e935ae.tar.xz ruby-d49f7b1a0fe0b54e3af6a8990f88eaec04e935ae.zip | |
* vm_insnhelper.c (opt_eq_func): large function to make inline.
* bcc32/Makefile.sub (config.h): cannot compile a big inline function.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Aug 8 22:47:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * vm_insnhelper.c (opt_eq_func): large function to make inline. + + * bcc32/Makefile.sub (config.h): cannot compile a big inline function. + Fri Aug 8 21:09:10 2008 NARUSE, Yui <naruse@ruby-lang.org> * common.mk (enk.mk): give not RUBY but MINIRUBY. |
