Perl 5 Commit Summary
[email protected] (Perl 5 commit summary) Sat, 20 Jun 2026 03:05:26 +0000 (UTC)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Perl 5 commit summary, activity since Wednesday New branch contributing 1 commit. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/42f3e86b2cd63361 Add a CONTRIBUTING.md file Leon Timmermans 2 files changed, 15 insertions(+) https://github.com/Perl/perl5/commit/42f3e86b2cd63361 Martian commit 5a7be6bc174d9d96e0b725a518b63b51ad79c1f3 30 commits. 2 unique authors. 1 unique committer. Thanks, applied: GitHub (30) Snapshot: http://github.com/Perl/perl5/tarball/5a7be6bc174d9d96 Add Correo Andrew Hofstad to AUTHORS FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+) https://github.com/Perl/perl5/commit/5a7be6bc174d9d96 Enhance README with NJIT and multicore execution details FADM ECNM CORY ANDREW HO... 1 file changed, 158 insertions(+) https://github.com/Perl/perl5/commit/601aaeec22d310dd Add README for NJIT and multicore execution FADM ECNM CORY ANDREW HO... 1 file changed, 19 insertions(+) https://github.com/Perl/perl5/commit/82d07579bb1b3354 Update Perl installation instructions in README FADM ECNM CORY ANDREW HO... 1 file changed, 7 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/3ceac4c15b006cdb Refactor jit_worker_args_t and declare jit_loop_worker FADM ECNM CORY ANDREW HO... 1 file changed, 7 insertions(+), 6 deletions(-) https://github.com/Perl/perl5/commit/3bea55eb10f3071d Implement JIT compilation and worker threads FADM ECNM CORY ANDREW HO... 1 file changed, 95 insertions(+) https://github.com/Perl/perl5/commit/ae804495dfa84328 Implement JIT state and byte emission functions FADM ECNM CORY ANDREW HO... 1 file changed, 34 insertions(+) https://github.com/Perl/perl5/commit/45341794884d1d95 Add multicore JIT support for parallel execution FADM ECNM CORY ANDREW HO... 1 file changed, 50 insertions(+) https://github.com/Perl/perl5/commit/35bc15b37e2253d4 Implement multithreaded JIT worker for execution FADM ECNM CORY ANDREW HO... 1 file changed, 30 insertions(+) https://github.com/Perl/perl5/commit/387a2d25f6b135ec Update sv.h FADM ECNM CORY ANDREW HO... 1 file changed, 2 insertions(+), 3 deletions(-) https://github.com/Perl/perl5/commit/6696da7342d84771 Declare external function Perl_runops_jit FADM ECNM CORY ANDREW HO... 1 file changed, 2 insertions(+) https://github.com/Perl/perl5/commit/51385a3d483047a0 Fix JIT hook override assignment in perl.c FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/e79ce7fdffe066c9 Remove redundant while loop in sv.c FADM ECNM CORY ANDREW HO... 1 file changed, 2 insertions(+), 4 deletions(-) https://github.com/Perl/perl5/commit/6a2df4106ade19f8 Inject JIT hook override in perl.c FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/c6335f93839fef93 Add JIT compilation support in run.c FADM ECNM CORY ANDREW HO... 1 file changed, 41 insertions(+) https://github.com/Perl/perl5/commit/d68f0dca66e41df7 Remove JIT compilation from Perl_runops_jit FADM ECNM CORY ANDREW HO... 1 file changed, 40 deletions(-) https://github.com/Perl/perl5/commit/8ec67b4cf718f0ba Improve mutex destruction handling in sv.c FADM ECNM CORY ANDREW HO... 1 file changed, 4 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/4f4f6a564b99adae Add mutex destruction before freeing SVs FADM ECNM CORY ANDREW HO... 1 file changed, 19 insertions(+) https://github.com/Perl/perl5/commit/87305eeaffbc300e Add locking wrapper for Perl_sv_setsv_flags function FADM ECNM CORY ANDREW HO... 1 file changed, 46 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/f1a50801af4d5786 Implement thread safety in Perl_sv_setsv_flags FADM ECNM CORY ANDREW HO... 1 file changed, 30 insertions(+) https://github.com/Perl/perl5/commit/1f75fcdcc9b387a4 Inject mutex initialization for SV locks FADM ECNM CORY ANDREW HO... 1 file changed, 13 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/d20bc668a0f82145 Add mutex lock to STRUCT_SV for multithreading FADM ECNM CORY ANDREW HO... 1 file changed, 12 insertions(+) https://github.com/Perl/perl5/commit/6912ca9aa7f5fe81 Implement JIT compilation in Perl runtime FADM ECNM CORY ANDREW HO... 1 file changed, 41 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/e66d4bc0f4b869f0 Add JIT hook support in perl_run function FADM ECNM CORY ANDREW HO... 1 file changed, 20 insertions(+) https://github.com/Perl/perl5/commit/bc81d765fd005c67 Remove duplicate declaration of Perl_runops_jit FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+), 2 deletions(-) https://github.com/Perl/perl5/commit/5dd7d184110371a0 Update embed.h with new Perl_runops_jit declaration FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+) https://github.com/Perl/perl5/commit/b557a4ebc5307ebb Add gccjit library to Makefile.SH FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/f834cdb5d53bfb37 Update perl.c FADM ECNM CORY ANDREW HO... 1 file changed, 5 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/ac0cd5d272b884c0 Refactor op.c to update operation handling FADM ECNM CORY ANDREW HO... 1 file changed, 7 insertions(+), 4 deletions(-) https://github.com/Perl/perl5/commit/2c0c95d264fdf80b Add JIT support to Perl runops FADM ECNM CORY ANDREW HO... 1 file changed, 13 insertions(+), 12 deletions(- https://github.com/Perl/perl5/commit/85676b8e6f06a9cd Martian commit 361b00d68156904fb3d937cb3a03610fed79d7ef 1 commit. 2 unique authors. 1 unique committer. Thanks, applied: GitHub (1) Snapshot: http://github.com/Perl/perl5/tarball/361b00d68156904f Add Perl_runops_jit function declaration FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+) https://github.com/Perl/perl5/commit/361b00d68156904f Martian commit ab259242399f4fe7ffacf88d6274ae510dc96423 1 commit. 2 unique authors. 1 unique committer. Thanks, applied: GitHub (1) Snapshot: http://github.com/Perl/perl5/tarball/ab259242399f4fe7 Add JIT support for opcode execution in perl.c FADM ECNM CORY ANDREW HO... 1 file changed, 40 insertions(+) https://github.com/Perl/perl5/commit/ab259242399f4fe7 Martian commit 1a8dc2c90103707d8af9dbe00adfeb360ac81d93 1 commit. 2 unique authors. 1 unique committer. Thanks, applied: GitHub (1) Snapshot: http://github.com/Perl/perl5/tarball/1a8dc2c90103707d Update perl.c FADM ECNM CORY ANDREW HO... 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/1a8dc2c90103707d Ignored 77 GitHub auto-generated merge commits