index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
switch.go
Age
Commit message (
Expand
)
Author
6 days
cmd/internal/tesdir: fix Test/codegen/switch on loong64
qmuntal
7 days
cmd/compile: support all constant return types in switch lookup tables
qmuntal
11 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2026-03-31
test/codegen: get rid of \s
Keith Randall
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-09-27
cmd/compile: implement jump table on loong64
limeidan
2025-02-13
cmd/compile: implement signed loads from read-only memory
Keith Randall
2023-10-09
cmd/compile: use type hash from itab field instead of type field
Keith Randall
2023-10-09
cmd/compile: use cache in front of convI2I
Keith Randall
2023-10-06
cmd/compile: use cache in front of type assert runtime call
Keith Randall
2023-10-06
cmd/compile: add a cache to interface type switches
Keith Randall
2023-10-06
cmd/compile: improve interface type switches
Keith Randall
2023-08-23
cmd/compile: use jump tables for large type switches
Keith Randall
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-08-31
cmd/compile: use better splitting condition for string binary search
Keith Randall
2022-05-13
cmd/compile: use jump table on ARM64
Cherry Mui
2022-04-14
cmd/compile: add jump table codegen test
Keith Randall
2019-09-18
cmd/compile: optimize switch on strings
Matthew Dempsky