aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/switch.go
AgeCommit message (Expand)Author
2023-10-09cmd/compile: use type hash from itab field instead of type fieldKeith Randall
2023-10-09cmd/compile: use cache in front of convI2IKeith Randall
2023-10-06cmd/compile: use cache in front of type assert runtime callKeith Randall
2023-10-06cmd/compile: add a cache to interface type switchesKeith Randall
2023-10-06cmd/compile: improve interface type switchesKeith Randall
2023-08-23cmd/compile: use jump tables for large type switchesKeith Randall
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-08-31cmd/compile: use better splitting condition for string binary searchKeith Randall
2022-05-13cmd/compile: use jump table on ARM64Cherry Mui
2022-04-14cmd/compile: add jump table codegen testKeith Randall
2019-09-18cmd/compile: optimize switch on stringsMatthew Dempsky