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
2026-03-02
cmd/compile: add concurrency-ok property to some compiler debug flags
David Chase
2026-02-03
cmd/compile: add astdump debug flag
David Chase
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-26
cmd/compile: adjust start heap size
David Chase
2025-11-18
cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...
Joel Sing
2025-10-09
cmd/compile: modify float-to-[u]int so that amd64 and arm64 match
David Chase
2025-06-30
cmd/compile/internal/escape: add debug hash for literal allocation optimizations
thepudds
2025-05-20
cmd/compile/internal/escape: additional constant and zero value tests and log...
thepudds
2025-04-15
cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...
thepudds
2024-11-13
cmd/compile, cmd/link: add FIPS verification support
Russ Cox
2024-09-09
cmd/compile: emit tail call wrappers when possible
amusman
2024-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
2024-05-15
cmd/compile, cmd/internal: fine-grained fiddling with loop alignment
David Chase
2024-04-09
cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidates
Than McIntosh
2024-04-09
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-30
Revert "cmd/compile/internal: merge stack slots for selected local auto vars"
Cuong Manh Le
2024-03-29
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-01-10
cmd/compile: use hashed symbol name for go.shape types if too long
Than McIntosh
2023-12-19
cmd/compile: remove interfacecycles debug flag
Robert Griesemer
2023-11-16
cmd/compile: allow disable of PGO function value devirtualization with flag
Michael Pratt
2023-11-16
cmd/compile/internal/inline: debug flag to alter score adjustments
Than McIntosh
2023-11-16
cmd/compile: add compiler debug flag to disable range func iterator checking
David Chase
2023-09-19
cmd/compile: add pgohash for debugging/bisecting PGO optimizations
Cherry Mui
2023-09-15
cmd/compile/internal/inline: add callsite trace output debugging flag
Than McIntosh
2023-09-11
cmd/compile/internal/staticinit: make staticopy safe
Matthew Dempsky
2023-08-18
cmd/compile: restore zero-copy string->[]byte optimization
Matthew Dempsky
2023-08-10
cmd/compile/internal/inline: add framework to compute func "properties"
Than McIntosh
2023-05-22
cmd/compile: enable PGO-driven call devirtualization
Michael Pratt
2023-05-22
cmd/compile: replace -d=pgoinline with -d=pgodebug
Michael Pratt
2023-05-11
cmd/compile: remove debugging option InlineSCCOnePass from inliner
Than McIntosh
2023-03-09
cmd/compile: reorder operations in SCCs to enable more inlining
Than McIntosh
2023-03-09
cmd/compile: remove -wrapglobalmapinit flag
Than McIntosh
2023-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase
2023-02-06
cmd/compile: enable deadcode of unreferenced large global maps
Than McIntosh
2023-01-26
cmd/compile/internal/types: remove Markdcl/Pushdcl/Popdcl
Matthew Dempsky
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
[next]