Skip to content

Stabilise gen_regexp again

Sebastian Graf requested to merge stab-gen_regexp into master

While investigating a 5% runtime regression, I realised that gen_regexp wasn't sufficiently stable wrt. GC parameterisations.

This is now rectified by iterating 500 instead of 100 times.

Merge request reports