eightbitraptor (Matthew Valentine-House)
- Login: eightbitraptor
- Registered on: 12/06/2019
- Last connection: 01/27/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 9 | 10 |
Like
Activity
01/20/2023
-
05:06 PM Ruby master Bug #19358: Segfault when setting RUBY_GC_HEAP_INIT_SLOTS to a low value
- Can confirm that applying the patch from https://bugs.ruby-lang.org/issues/19284 to the 3.1.3 branch fixes the issue ...
-
04:01 PM Ruby master Revision 0457e434 (git): Remove unused struct member thgroup->group
01/19/2023
-
04:07 PM Ruby master Misc #19353: Drop gcc <= 6 and clang <= 9
- I recently encountered a CI failure when testing against `C++98` due to the lack of variadic macros. `internal/gc.h` ...
01/13/2023
-
03:31 PM Ruby master Revision bb5fddd0 (git): Remove MIN_PRE_ALLOC_SIZE from Strings.
- This optimisation is no longer helpful now that we use VWA to allocate
strings in larger size pools where they can be... -
03:31 PM Ruby master Revision 2605615f (git): Benchmark String interpolation across size pools
-
03:31 PM Ruby master Revision 8a93e5d0 (git): Use str_enc_copy_direct to improve performance
- str_enc_copy_direct copies the string encoding over without checking the
frozen status of the string. Because we know...
01/03/2023
-
01:47 PM Ruby master Revision 0dc989d0 (git): Fix Error in GC Compaction specs
- Previously if any of the tests that move objects between size pools
failed to move anything, then the call to stats.d...
12/21/2022
-
03:30 PM Ruby master Bug #19248: TestGCCompact#test_moving_objects_between_size_pools test failure
- vo.x (Vit Ondruch) wrote:
> Testing on Fedora Rawhide with commit:git|6af6857ecf, I observe the following error:
>
...
12/15/2022
-
08:27 PM Ruby master Revision bfc66e07 (git): Fix Object Movement allocation in GC
- When moving Objects between size pools we have to assign a new shape.
This happened during updating references - we ... -
02:04 PM Ruby master Revision 9c54466e (git): Fix Object Movement allocation in GC
- When moving Objects between size pools we have to assign a new shape.
This happened during updating references - we ...
Also available in: Atom