diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-27 16:16:57 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-27 16:16:57 +0000 |
| commit | 8e5f90fa969ea74da4044ebca9a5325ac5a5d11d (patch) | |
| tree | f922ef51a052288a9e49c20d87ec15bdafb0a604 /ChangeLog | |
| parent | a2c1a7eee633ab611cba20889a937d855c67332a (diff) | |
| download | ruby-8e5f90fa969ea74da4044ebca9a5325ac5a5d11d.tar.gz ruby-8e5f90fa969ea74da4044ebca9a5325ac5a5d11d.tar.xz ruby-8e5f90fa969ea74da4044ebca9a5325ac5a5d11d.zip | |
* bignum.c (bigand_int): new function to calculate bignum and
fixnum without allocating internal bignum.
* bignum.c (bigor_int): ditto.
* bignum.c (bigxor_int): ditto.
* bignum.c (bigand_int): even less object allocation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,6 +2,17 @@ Wed May 27 23:00:38 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (struct parser_params): lex_gets_ptr should be long. +Wed May 27 18:00:15 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * bignum.c (bigand_int): new function to calculate bignum and + fixnum without allocating internal bignum. + + * bignum.c (bigor_int): ditto. + + * bignum.c (bigxor_int): ditto. + + * bignum.c (bigand_int): even less object allocation. + Wed May 27 14:08:39 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * st.c (st_insert2): new function with processing new key, |
