Historique des commits

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