index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
base
/
debug.go
Age
Commit message (
Expand
)
Author
2023-01-26
cmd/compile: remove -d=typecheckinl flag
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2022-11-23
cmd/compile: reenable inlstaticinit
Russ Cox
2022-11-22
cmd/compile: add -d=inlstaticinit debug flag
Matthew Dempsky
2022-11-21
cmd/compile: reject anonymous interface cycles
Matthew Dempsky
2022-11-15
cmd/compile: add testing-flag guard to package-is-collected assert
David Chase
2022-11-10
cmd/compile: adjust PGO inlining default parameters
Cherry Mui
2022-11-07
cmd/compile: let compiler downgrade its own concurrency
David Chase
2022-11-03
cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap...
David Chase
2022-11-03
cmd/compile: add debug-hash flag for fused-multiply-add
David Chase
2022-11-03
cmd/compile: use CDF to determine PGO inline threshold
Cherry Mui
2022-11-02
cmd/compile: use edge weights to decide inlineability in PGO
Cherry Mui
2022-11-02
cmd/compile: renovate GOSSAHASH
David Chase
2022-10-31
cmd/compile: add ability to indicate 'concurrentOk' for debug flags
David Chase
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik
2022-08-30
cmd/compile: fix unified IR shapifying recursive instantiated types
Cuong Manh Le
2022-08-23
cmd/compile: fix unified IR's pointer-shaping
Matthew Dempsky
2022-05-11
cmd/internal/obj: add a flag to not write referenced symbol names in object file
Cherry Mui
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2021-11-05
cmd/{asm,compile,internal/obj}: add "maymorestack" support
Austin Clements
2021-11-05
cmd/compile,cmd/internal/objabi: move -d flag parser to objabi
Austin Clements
2021-06-22
[dev.typeparams] cmd/compile: add -d=unifiedquirks for quirks mode
Matthew Dempsky
2021-06-18
[dev.typeparams] cmd/compile: record writer's stack at export data sync points
Matthew Dempsky
2021-06-15
[dev.typeparams] cmd/compile: add -d=unified flag to enable unified IR
Matthew Dempsky
2021-04-05
cmd/compile: add a debug flag to enable/disable open-coded defers
Cherry Zhang
2021-03-18
cmd: move experiment flags into objabi.Experiment
Austin Clements
2021-02-24
cmd/compile: disable inlining functions with closures for now
Dan Scales
2021-01-12
[dev.regabi] cmd/compile: always use the compile queue
Matthew Dempsky
2020-12-22
[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappers
Than McIntosh
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]
Russ Cox