Marc-Andre Lafortune
|
c5a445d577
|
[ruby/psych] Make Ractor-ready.
Config is Ractor-local.
Benchmarking reveals that using `Ractor.local_storage` for storing cache
is similar to accessing a constant (~15% slower).
|
2020-12-23 01:08:38 -05:00 |
Nobuyoshi Nakada
|
d8720eb7de
|
Suppress -Wshorten-64-to-32 warnings
|
2020-04-08 16:28:38 +09:00 |
nobu
|
5540c1de81
|
ext: protoize no-arguments functions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2014-10-04 23:09:32 +00:00 |
nobu
|
f3b9acda21
|
* ext/psych/*.c: not executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2010-04-08 06:32:08 +00:00 |
naruse
|
e43b94231b
|
* ext/psych/{emitter,parser,psych}.c: move variable
declaration to the first of the block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2010-03-29 18:58:22 +00:00 |
tenderlove
|
b9b923ca94
|
* ext/psych/*: importing Psych to trunk
* test/psych/*: ditto
* lib/psych/*: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2010-03-28 21:49:37 +00:00 |