01:32 guifa joined 01:33 [Coke] left
Geth rakudo: ugexe++ created pull request #6604:
RakuAST: optimize code compiled ahead of the unit
01:53
rakudo/main: 4 commits pushed by (Nick Logan)++ 02:49
nqp/main: 8b9fec97a8 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Serialize precomputed grammar NFAs in their VM form (#862)

Previously a grammar's precomputed protoregex and alternation NFAs were serialized as QRegex::NFA objects still holding the full nested statelist they were built from, with each edge as three boxed ints in an NQPArray per state. The VM-level NFA object was only built on first use, and the statelist stayed reachable from the HOW cache forever. For a bare ... (9 more lines)
02:50
rakudo: ugexe++ created pull request #6605:
Bump NQP to get precomputed grammar NFAs serialized in their VM form
02:56
03:30 [Coke] joined
Geth rakudo: ugexe++ created pull request #6606:
RakuAST: resolve an operator again before folding or deciding its dispatch
03:39