1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00
go/src/cmd
Russ Cox 6dbaa206fb runtime: replace runtime·rnd function with ROUND macro
It's sad to introduce a new macro, but rnd shows up consistently
in profiles, and the function call overwhelms the two arithmetic
instructions it performs.

R=r
CC=golang-dev
https://golang.org/cl/6260051
2012-05-29 14:02:29 -04:00
..
5a cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in 2012-05-04 03:24:14 +08:00
5c cmd/5c: re-enable regopt() 2012-05-17 02:58:14 +08:00
5g cmd/gc: faster code, mainly for rotate 2012-05-24 17:20:07 -04:00
5l cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems 2012-05-23 02:32:27 +08:00
6a cmd/6g, cmd/8g: move panicindex calls out of line 2012-05-29 12:09:27 -04:00
6c cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically 2012-05-05 01:54:16 +08:00
6g cmd/6g, cmd/8g: move panicindex calls out of line 2012-05-29 12:09:27 -04:00
6l cmd/6l: Fixes for 64-bit Plan 9 2012-05-29 12:32:42 -04:00
8a cmd/6g, cmd/8g: move panicindex calls out of line 2012-05-29 12:09:27 -04:00
8c cmd/8c: better fix for 64-bit register smash 2012-05-24 23:36:26 -04:00
8g cmd/6g, cmd/8g: move panicindex calls out of line 2012-05-29 12:09:27 -04:00
8l cmd/6g, cmd/8g: move panicindex calls out of line 2012-05-29 12:09:27 -04:00
addr2line runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
api cmd/api: add flag to specify contexts 2012-05-23 13:45:53 -07:00
cc cmd/cc: fix uint right shift in constant evaluation 2012-05-25 00:08:52 +08:00
cgo cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically 2012-05-05 01:54:16 +08:00
cov cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
dist runtime: add parallel for algorithm 2012-05-11 10:50:03 +04:00
fix cmd/fix: add rules for net/http -> net/http/httputil renames 2012-03-12 13:25:48 -07:00
gc runtime: replace runtime·rnd function with ROUND macro 2012-05-29 14:02:29 -04:00
go cmd/go: fix typo 2012-05-17 02:00:40 -04:00
godoc godoc: correctly categorize interface methods, performance tuning 2012-05-24 10:56:35 -07:00
gofmt cmd/gofmt: show ascii in usage. 2012-03-15 16:38:27 -07:00
ld cmd/6l: Fixes for 64-bit Plan 9 2012-05-29 12:32:42 -04:00
nm doc: various update to command documents 2012-03-09 01:31:09 +08:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pack cmd/pack: also recognize '\\' as path separator in filenames 2012-03-17 01:34:44 +08:00
prof cmd/prof: don't build on Plan 9 for now. 2012-04-16 17:36:36 -07:00
vet vet: check values for named constants as well as literals. 2012-04-25 12:14:38 +10:00
yacc cmd/yacc: spring cleaning for units.y 2012-04-09 15:04:59 -04:00