Russ Cox
9346c6d901
make every func literal expression allocate,
...
so that == on func means that the
functions originated in the same
execution of a func literal or definition.
before, there was an inconsistency:
func() {x++} != func() {x++}
but
func() {} == func() {}
this CL makes the second case != too,
just like
make(map[int]int) != make(map[int]int)
R=r
DELTA=202 (71 added, 62 deleted, 69 changed)
OCL=32393
CL=32398
2009-07-28 20:01:00 -07:00
..
2009-07-27 17:32:02 -07:00
2009-05-31 11:18:52 -07:00
2009-07-28 17:01:46 -07:00
2009-07-17 16:12:29 -07:00
2009-06-04 16:51:47 -07:00
2009-05-31 12:35:11 -07:00
2009-05-16 23:12:28 -07:00
2009-05-08 15:21:41 -07:00
2009-05-31 11:18:52 -07:00
2009-04-16 20:52:37 -07:00
2009-05-08 15:21:41 -07:00
2009-03-23 18:50:35 -07:00
2009-07-28 20:01:00 -07:00
2009-03-03 08:39:12 -08:00
2009-01-26 09:56:42 -08:00
2009-07-03 09:45:15 -07:00
2009-01-26 09:56:42 -08:00
2009-07-03 09:45:15 -07:00
2009-03-03 08:39:12 -08:00
2009-03-24 16:40:38 -07:00
2009-03-16 21:48:07 -07:00
2009-03-12 19:04:38 -07:00
2009-03-12 19:04:38 -07:00
2009-06-19 14:00:39 -07:00
2009-07-03 09:45:15 -07:00
2009-03-03 08:39:12 -08:00
2009-05-05 11:23:39 -07:00
2009-04-19 21:12:48 -07:00
2009-04-28 07:16:03 -07:00
2009-01-27 15:08:08 -08:00
2008-10-08 15:33:18 -07:00
2009-06-26 20:28:41 -07:00
2009-07-21 19:45:06 -07:00
2009-02-05 12:54:15 -08:00
2009-01-29 17:38:58 -08:00
2008-10-29 13:58:12 -07:00
2008-08-11 22:07:49 -07:00
2008-09-19 14:39:49 -07:00
2008-12-18 22:37:22 -08:00
2008-10-06 16:27:14 -07:00
2009-02-06 15:57:02 -08:00
2009-01-30 14:39:31 -08:00
2009-01-20 14:40:40 -08:00
2009-01-26 17:37:05 -08:00
2009-01-26 17:37:05 -08:00
2009-07-27 17:32:02 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-07-07 10:30:31 -07:00
2009-05-08 15:21:41 -07:00
2008-08-11 22:07:49 -07:00
2009-05-19 15:23:43 -07:00
2009-05-08 15:40:14 -07:00
2009-07-02 15:54:57 -07:00
2009-06-25 14:44:09 -07:00
2009-03-03 08:39:12 -08:00
2009-05-21 16:31:10 -07:00
2009-05-31 11:18:52 -07:00
2009-07-21 19:43:27 -07:00
2009-05-08 15:21:41 -07:00
2009-05-29 09:17:35 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-01-15 13:48:11 -08:00
2009-06-05 10:59:37 -07:00
2009-06-05 10:59:37 -07:00
2009-06-05 10:59:37 -07:00
2009-03-23 18:32:37 -07:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-03-03 08:39:12 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-03-03 08:39:12 -08:00
2009-01-20 14:40:40 -08:00
2008-09-17 14:08:52 -07:00
2009-03-20 11:32:58 -07:00
2009-07-28 11:23:24 -07:00
2009-01-20 14:40:40 -08:00
2009-06-01 22:14:39 -07:00
2008-08-11 22:07:49 -07:00
2009-04-10 06:22:41 -07:00
2009-05-08 15:21:41 -07:00
2009-05-11 14:10:34 -07:00
2009-05-08 15:21:41 -07:00
2008-08-11 22:07:49 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-05-08 15:21:41 -07:00
2009-05-11 14:10:34 -07:00
2008-11-17 12:19:02 -08:00
2009-04-16 20:52:37 -07:00