]> Cypherpunks repositories - gostls13.git/commit
take goroutines out of regexp so they can be created
authorRob Pike <r@golang.org>
Mon, 2 Nov 2009 18:08:22 +0000 (10:08 -0800)
committerRob Pike <r@golang.org>
Mon, 2 Nov 2009 18:08:22 +0000 (10:08 -0800)
commitacc54b6c707e8571101f5b018bc281a239b5a19a
treecd8eb649bd5dbaf33cd9605c09c5022f6276614d
parente6f85af2bbf4854e625435524a83a7d5fdc500e4
take goroutines out of regexp so they can be created
during initialization.

R=rsc
CC=go-dev
http://go/go-review/1016023
src/pkg/regexp/regexp.go