Re: [9fans] Sam arena allocators

2021-06-29 Thread silas poulson
On 30 Jun 2021, at 00:44, noel.h...@gmail.com wrote: The source file in question is 'gcalloc.c' and it seems to be in sam source as late as 10th Edition. From a perusal of research source, it seems to have been used in jim, sam, pads, mux amongst others. Right, thank

Re: [9fans] Sam arena allocators

2021-06-29 Thread noel . hunt
As Rob Pike pointed out, the compacting garbage collector was used in severalof the programs written for the Blit. The source file in question is 'gcalloc.c' and it seems to be in sam source as late as 10th Edition. >From a perusal of research source, it seems to have been used in jim, sam, pads,

[9fans] Re: ape function args not checked|mixed ansi/old function declaration

2021-06-29 Thread adr via 9fans
Ok, the first error was that I used uintptr as in /sys/include/libc.h, not uintptr_t as in /sys/include/ape/inttypes.h, that's the reason of the ansi/old mix definition error. I saw that setrealloctag.c is implemented in 9front's /sys/src/ape/lib/9/ the same way as setmalloctag.c, an empty

Re: [9fans] ape function args not checked|mixed ansi/old function declaration

2021-06-29 Thread ori
Quoth adr via 9fans <9fans@9fans.net>: > Hi, let see if someone can put me in the right direction. > > I'm having now this issue compiling ape/lib/sec (/sys/src/libsec > is modified): > > pcc -FTVw -c -+ -D_POSIX_SOURCE -D_PLAN9_SOURCE -I../../../../libmp/port -I. > -I/sys/include/ape

[9fans] ape function args not checked|mixed ansi/old function declaration

2021-06-29 Thread adr via 9fans
Hi, let see if someone can put me in the right direction. I'm having now this issue compiling ape/lib/sec (/sys/src/libsec is modified): pcc -FTVw -c -+ -D_POSIX_SOURCE -D_PLAN9_SOURCE -I../../../../libmp/port -I. -I/sys/include/ape -I/sys/include ../../../../libsec/port/tlshand.c

Re: [OBORONA-SPAM] [9fans] Why is there no simple equivelent to plan9's pipes on linux?

2021-06-29 Thread Ethan Gardener
On Mon, Jun 28, 2021, at 8:41 PM, lego12...@yandex.ru wrote: > On Wed, Jun 16, 2021 at 12:02:54PM -0400, Claude Noël wrote: > > Plan 9 pipes: > > - can be opened by multiple proccesses > > - preserve write boundries > > - will cache a single write > > - 2 way > > - simple to use > > > > There's