]> Cypherpunks repositories - gostls13.git/commit
gc: do not compile switch on interface values into a binary search.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 14 Jan 2012 16:00:14 +0000 (17:00 +0100)
committerLuuk van Dijk <lvd@golang.org>
Sat, 14 Jan 2012 16:00:14 +0000 (17:00 +0100)
commit6b72b070166c94f386cdaeea7bc762cdcf277bd3
tree10230a253f64a401191af3c37da98fbae321831c
parenta9e1f6d7a67d0cc423765e83193640335e8b8301
gc: do not compile switch on interface values into a binary search.

Fixes #2672.

R=golang-dev, lvd
CC=golang-dev, remy
https://golang.org/cl/5543058
src/cmd/gc/swt.c
test/fixedbugs/bug393.go [new file with mode: 0644]