-
Based on the docs:
> A thread-safe subclass of Hash. This version locks against the object itself for every method call, ensuring only one thread can be reading or writing at a time. This includes …
-
When we run code with frozen strings in the interpreter and then later run the same code as JIT-compiled, those frozen strings objects will be allocated a second time.
This leads to failures in som…
-
https://github.com/CraneStation/cranelift
Maybe this is a way to build a JIT?
This ticket is highly speculative and likely blocked on GH-69.
-
Seen under Infer 0.2.0 on Ubuntu 14.10 x86_64.
I'm working with code that has its own error handling (e.g. implements its own assert()), and I see a fair number of cases where something like 'assert(…
-
At the moment, we allocate memory as we need it, making a single `malloc` call for every node in the tree, as well as whichever fields on those nodes need memory. When we're done with the tree, we rec…
-
This library came up while working with a JRuby user on migrating, because they are using it via rack-brotli. I believe we could add support for Brotli compression using an existing JVM library pretty…
-
We were informed today of the new CVE-2021-33621 and want to update the copy of cgi shipped with JRuby 9.3. Unfortunately Ruby 2.6 has not been patched and I cannot find the related branches for older…
-
I ran new test code on Win7 with newest mruby and CRuby(2.5.3p105 (2018-10-18 revision 65156) [i386-mingw32]), and the bug still occurs.
`rake test`
the result is
> Fail: #29 (mrbgems: mruby-…
-
http://www.quredo.net/2012/04/mruby-%E8%BB%BD%E9%87%8Fruby-%E3%82%BD%E3%83%BC%E3%82%B9%E5%85%AC%E9%96%8B/ Sorry, in japanese
http://hnakamur.github.com/blog/2012/05/04/fib-39-benchmark-in-lua/
I get…
mattn updated
8 years ago
-
I'm trying to use `IO.select` to monitor sockets; It works on CRuby but crashes on MRuby.
Script
https://github.com/cyberarm/broadcast_forwarder_wireguard/blob/e50413f37070cdaf88795a06d1f4a18c26bc…