Skip to content

Commit 607b57f

Browse files
committed
Add v4.0.6-pshopify1
Diff: ruby/ruby@v4.0.6...Shopify:ruby:v4.0.6-pshopify1 Backports the following commits: - Don't create CCs for hook methods called from C (ruby/ruby@98c5cb9fa8) - Dynamic ar_table size (ruby/ruby@59053feae8) - hash.c: refactor allocator (ruby/ruby@4b303401bc) - JIT: Reduce jit_entry_calls/jit_exception_calls to 32 bits (ruby/ruby@a4398b2e03) - compile.c: avoid needless rehash (ruby/ruby@3a8d2b92b5) - Introduce rb_zjit_compiling_p/rb_yjit_compiling_p (ruby/ruby@8099182953) - Stop incrementing the JIT call counter when not compiled (ruby/ruby@0fc585abfa) - Reapply "Simplify iseq mark_and_move CC handling" (ruby/ruby@f2b4f12ab6) - Reapply "Fix check in cc_is_active" (ruby/ruby@ffb3db3e81) - [Bug #22242] Invalidate CCs on cc_table_dup (ruby/ruby@1457ed7d4b) - Unify jit_payload in iseq_constant_body (ruby/ruby@a6e632eeae) - Don't record EP escape in JIT when not enabled (ruby/ruby@4a821ae0c5) - Combine items, keys, collision_table in rb_id_table (ruby/ruby@83ce59d92f) - Reduce memory usage of rb_id_table (ruby/ruby@f26ce63206) - hash.c: compact ar_table on freeze (ruby/ruby@a4c78d88e2) - rb_gc_obj_optimal_size: don't enlarge small AR table hashes (ruby/ruby@1369a7fd3b) - Always allocate CDHASH in 80B slots (ruby/ruby@d7b49f6724) - Allow fixed size hashes to be allocated in smaller slots (ruby/ruby@d96f01347e)
1 parent 5b85ec5 commit 607b57f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

rubies/4.0.6-pshopify1

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# https://github.com/ruby/ruby/compare/v4.0.6...Shopify:ruby:v4.0.6-pshopify1
2+
# Based off v4.0.6, with the following changes:
3+
# * Don't create CCs for hook methods called from C (98c5cb9fa8)
4+
# * Dynamic ar_table size (59053feae8)
5+
# * hash.c: refactor allocator (4b303401bc)
6+
# * JIT: Reduce jit_entry_calls/jit_exception_calls to 32 bits (a4398b2e03)
7+
# * compile.c: avoid needless rehash (3a8d2b92b5)
8+
# * Introduce rb_zjit_compiling_p/rb_yjit_compiling_p (8099182953)
9+
# * Stop incrementing the JIT call counter when not compiled (0fc585abfa)
10+
# * Reapply "Simplify iseq mark_and_move CC handling" (f2b4f12ab6)
11+
# * Reapply "Fix check in cc_is_active" (ffb3db3e81)
12+
# * [Bug #22242] Invalidate CCs on cc_table_dup (1457ed7d4b)
13+
# * Unify jit_payload in iseq_constant_body (a6e632eeae)
14+
# * Don't record EP escape in JIT when not enabled (4a821ae0c5)
15+
# * Combine items, keys, collision_table in rb_id_table (83ce59d92f)
16+
# * Reduce memory usage of rb_id_table (f26ce63206)
17+
# * hash.c: compact ar_table on freeze (a4c78d88e2)
18+
# * rb_gc_obj_optimal_size: don't enlarge small AR table hashes (1369a7fd3b)
19+
# * Always allocate CDHASH in 80B slots (d7b49f6724)
20+
# * Allow fixed size hashes to be allocated in smaller slots (d96f01347e)
21+
22+
install_package "openssl-3.0.20" "https://github.com/openssl/openssl/releases/download/openssl-3.0.20/openssl-3.0.20.tar.gz#c80a01dfc70ece4dc21168932c37739042d404d46ccc81a5986dd75314ecda6f" openssl --if needs_openssl:1.1.1-3.x.x
23+
install_git "ruby-4.0.6-pshopify1" "https://github.com/Shopify/ruby.git" "v4.0.6-pshopify1" autoconf enable_shared standard

0 commit comments

Comments
 (0)