aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi/funcid.go
AgeCommit message (Expand)Author
2022-04-05cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switchzhouguangyuan
2021-10-04cmd, runtime: mark assembly routines in FuncFlagsJosh Bleecher Snyder
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-08[dev.typeparams] runtime: remove variadic defer/go callsCherry Mui
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-06runtime: use funcID to identify abort in isAbortPCMichael Anthony Knyszek
2021-03-31runtime: replace reflectcall of defers with direct callAustin Clements
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-19runtime: clean up funcID assignmentRuss Cox
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-08-03[dev.link] move FuncID creation into the compiler/assemblerJeremy Faller
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-11-02runtime: scan stacks conservatively at async safe pointsAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-11runtime: make goroutine for wasm async events short-livedRichard Musiol
2019-10-07runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol
2019-01-27cmd/compile: hide init functions in tracebacksKeith Randall
2019-01-04runtime: proper panic tracebacks with mid-stack inliningKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-10-03runtime: on a signal, set traceback address to a deferreturn callKeith Randall
2018-05-22runtime: support for debugger function callsAustin Clements
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall