aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test/switch_test.go
AgeCommit message (Expand)Author
11 dayscmd/compile: optimize switch statements using lookup tablesqmuntal
2023-10-06cmd/compile: improve interface type switchesKeith Randall
2023-08-23cmd/compile: use jump tables for large type switchesKeith Randall
2022-04-14cmd/compile: modify switches of strings to use jump table for lengthsKeith Randall
2022-04-14cmd/compile: implement jump tablesKeith Randall