-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/goyacc: reduce array sizes using smaller base types
These arrays can be quite large, reducing the size of them save lot of space reducing cache usage and file size. Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Change-Id: I446088627bc135cb47f6bee919e147b24d1ad848 Reviewed-on: https://go-review.googlesource.com/c/tools/+/374434 Reviewed-by: Keith Randall <khr@golang.org> Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
- Loading branch information
1 parent
c677677
commit 59f1f2c
Showing
1 changed file
with
92 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters