1
0
mirror of https://github.com/golang/go synced 2024-11-20 11:24:47 -07:00
go/test
Robert Griesemer 0dbd8971a2 - use in-place bignum operations where available
- runs approx. 30% faster

R=r
DELTA=24  (10 added, 2 deleted, 12 changed)
OCL=32984
CL=33005
2009-08-10 17:44:46 -07:00
..
bench - use in-place bignum operations where available 2009-08-10 17:44:46 -07:00
bugs bug159 2009-08-07 16:47:54 -07:00
chan more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
fixedbugs bug159 2009-08-07 16:47:54 -07:00
interface more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
ken 8-bit div and mod 2009-08-10 12:46:23 -07:00
64bit.go
235.go
args.go
assign.go
bigalg.go
char_lit.go
closedchan.go
closure.go make every func literal expression allocate, 2009-07-28 20:01:00 -07:00
cmp1.go
cmp2.go
cmp3.go maps have == so maps should work as map keys. 2009-07-03 09:45:15 -07:00
cmp4.go
cmp5.go maps have == so maps should work as map keys. 2009-07-03 09:45:15 -07:00
complit.go
const1.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
const2.go
const3.go
const.go
convert3.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
convert.go maps have == so maps should work as map keys. 2009-07-03 09:45:15 -07:00
convlit1.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
convlit.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
decl.go
declbad.go delay := processing 2009-08-05 00:42:44 -07:00
defer.go
empty.go
env.go Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
errchk use errchk in more places. 2009-07-30 16:46:14 -07:00
escape1.go
escape.go
float_lit.go
for.go
func1.go
func2.go
func3.go
func4.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
func5.go
func.go
gc1.go
gc.go
golden.out bug159 2009-08-07 16:47:54 -07:00
hashmap.go
helloworld.go
hilbert.go fix test 2009-07-07 10:30:31 -07:00
if1.go
if.go
import1.go
import.go
indirect1.go delete some code from walkexpr that is now 2009-07-30 18:56:44 -07:00
indirect.go
initcomma.go
initialize.go
initializerr.go
initsyscall.go runtime: fix init scheduling bug. 2009-07-21 19:43:27 -07:00
int_lit.go
intcvt.go
iota.go
literal.go
malloc1.go
mallocrand.go
mallocrep1.go
mallocrep.go
map.go
method1.go
method2.go
method3.go
method.go
nil.go
parentype.go
peano.go
printbig.go
range.go
run another test error tweak 2009-07-29 15:30:54 -07:00
sieve.go
sigchld.go
simassign.go bug159 2009-08-07 16:47:54 -07:00
stack.go
string_lit.go
stringrange.go
switch1.go
switch.go
test0.go
turing.go
typeswitch.go
utf.go
varinit.go
vectors.go