Simplify subclasses list, remove from Box
Currently we maintain the subclasses list for two separate purposes (we essentially have to different relationships we're putting into the same list):
YJIT: [DOC] Fix RubyVM::YJIT.runtime_stats symbols
RubyVM::YJIT.runtime_stats
Reported-by: Koichi Sasada ko1@atdot.net
[ruby/rubygems] Fix retry spec to restore default_base_delay for backoff test
The "is enabled by default with 1 second base delay" test relies on default_base_delay being 1.0, but spec_helper sets it to 0 globally. Temporarily restore it to 1.0 within the test....
[ruby/rubygems] Add exponential backoff to bundler retries
https://github.com/ruby/rubygems/commit/bbaad86665
ZJIT: linear scan register allocator (#16295)
add rpo to LIR cfg
add instruction ids to instructions along with start / end indexes on blocks
Analyze liveness of vregs
We don't need to check kill set before adding to gen set
Since we're processing instructions in reverse and our IR is SSA, we...
win32/configure.bat: Add --with-dump-ast option
--with-dump-ast
Do not update the dump_ast specified in the configure options
dump_ast
configure
[PRISM] Fix ASAN reading off end of strpbrk cache
Do not use GCC-specific syntax for lookup tables
Fix infinite loop in parser_lex_magic_comment
View all revisions | View revisions
Also available in: Atom