Commit Verlauf

Autor SHA1 Nachricht Datum
  Russ Cox 01f05d8ff1 runtime: unify asmcgocall and systemstack traceback setup vor 3 Jahren
  Austin Clements 30c1887873 runtime,cmd/cgo: simplify C -> Go call path vor 4 Jahren
  Keith Randall 2034fbab5b cmd/compile: use existing instructions instead of nops for inline marks vor 5 Jahren
  Bryan C. Mills 551af5f50a misc/cgo/test: fix tests in module mode vor 5 Jahren
  Keith Randall 69c2c56453 cmd/compile,runtime: redo mid-stack inlining tracebacks vor 5 Jahren
  Igor Zhilianin f90e89e675 all: fix a bunch of misspellings vor 6 Jahren
  Ian Lance Taylor a16954b8a7 cmd/cgo: always use a function literal for pointer checking vor 8 Jahren
  Ian Lance Taylor 17360accab cmd/cgo: make the char * pointer in GoString const vor 8 Jahren
  Ian Lance Taylor 0e2c635788 cmd/cgo, runtime: exported Go functions can't return a Go pointer vor 8 Jahren
  Ian Lance Taylor 9dcc58c3d1 cmd/cgo, runtime: add checks for passing pointers from Go to C vor 9 Jahren
  Ian Lance Taylor 6e5ccce87f misc/cgo/test: fix go vet warnings vor 9 Jahren
  Alex Brainman 9d968cb47b runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall vor 9 Jahren
  Russ Cox 6a2b0c0b6d runtime: delete cgo_allocate vor 9 Jahren
  Russ Cox 949dd10222 misc/cgo: disable TestAllocateFromC in wbshadow mode vor 9 Jahren
  Russ Cox df027aceb9 reflect: add write barriers vor 9 Jahren
  Shenghou Ma 04cf881fbe misc/cgo/test: get rid of the backdoor package vor 9 Jahren
  Keith Randall 1b6807bb06 cgo: adjust return value location to account for stack copies. vor 10 Jahren
  Russ Cox fc46931442 runtime: remove untyped allocation of ParFor vor 10 Jahren
  Russ Cox f8f630f5ec runtime: use reflect.call during panic instead of newstackcall vor 10 Jahren
  Russ Cox cb767247ca runtime: refactor/fix asmcgocall/asmcgocall_errno vor 10 Jahren
  Russ Cox 54138e1ac3 cmd/cgo, runtime: write cgo stub wrappers in Go, not C vor 10 Jahren
  Ian Lance Taylor cb30917387 runtime/cgo: mark callback functions as NOSPLIT vor 11 Jahren
  Keith Randall 034d5fcc30 runtime: Use old reflect.call implementation from cgo. vor 11 Jahren
  Keith Randall 9cd570680b runtime: reimplement reflect.call to not use stack splitting. vor 11 Jahren
  Dmitriy Vyukov e84d9e1fb3 runtime: do not split stacks in syscall status vor 11 Jahren
  Ian Lance Taylor d9d3debee5 cmd/cgo: gccgo fixes vor 11 Jahren
  Dmitriy Vyukov 9fe4a9ecdd misc/cgo/test: add test for cgo callbacks with different amount of stack space available vor 11 Jahren
  Russ Cox d67e7e3acf runtime: add lr, ctxt, ret to Gobuf vor 11 Jahren
  Carl Shapiro 8480e6f476 runtime: ensure forward progress when unwinding an arm stack frame vor 11 Jahren
  Carl Shapiro 4cb921bbf1 runtime: store asmcgocall return PC where the ARM unwind expects it vor 11 Jahren