Page MenuHomeFreeBSD

byacc: Disable backtracking extension.
ClosedPublic

Authored by des on Mar 6 2023, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 11, 12:13 AM
Unknown Object (File)
Thu, Jun 4, 11:35 PM
Unknown Object (File)
Thu, Jun 4, 6:51 PM
Unknown Object (File)
Mon, May 18, 9:14 PM
Unknown Object (File)
Sat, May 16, 11:42 PM
Unknown Object (File)
Sat, May 16, 11:42 PM
Unknown Object (File)
Sat, May 16, 11:42 PM
Unknown Object (File)
May 15 2026, 1:26 PM
Subscribers

Details

Summary

When updating byacc to 20230201, I enabled the backtracking extension as it seemed useful and harmless. With a little more experience, it appears to have more impact than I initially thought and I'm no longer sure how useful it really is, so turn it back off.

PR: 244149, 269425
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Mar 6 2023, 6:11 PM
This revision is now accepted and ready to land.Mar 6 2023, 7:06 PM

I believe that dtc uses (or used) it?
But not in base, and the port already does the right workarounds.

This revision was automatically updated to reflect the committed changes.