summaryrefslogtreecommitdiff
path: root/usr/rsc
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14delete one cgo playpenRuss Cox5-111/+0
R=r DELTA=111 (0 added, 111 deleted, 0 changed) OCL=35739 CL=35744
2009-10-14move native client to exp/nacl.Russ Cox8-1849/+0
R=r DELTA=3706 (1857 added, 1849 deleted, 0 changed) OCL=35731 CL=35741
2009-10-14move draw to expRuss Cox5-471/+0
R=r DELTA=942 (471 added, 471 deleted, 0 changed) OCL=35733 CL=35740
2009-10-02add comment about C API.Russ Cox1-0/+3
somehow managed not to Put this before. R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=35289 CL=35294
2009-10-02final Native Client package - avRuss Cox5-7/+894
R=r DELTA=894 (887 added, 0 deleted, 7 changed) OCL=35115 CL=35286
2009-09-30deleteRuss Cox6-820/+0
R=r DELTA=791 (0 added, 791 deleted, 0 changed) OCL=35154 CL=35154
2009-09-29Native Client SRPC (simple RPC), both server and client.Russ Cox4-0/+959
R=r DELTA=958 (958 added, 0 deleted, 0 changed) OCL=35096 CL=35106
2009-09-29toy draw implementationRuss Cox5-0/+471
R=r DELTA=471 (471 added, 0 deleted, 0 changed) OCL=35090 CL=35099
2009-08-25checkpoint & test (pidigits) before trying to automate.Russ Cox4-14/+616
R=r DELTA=616 (598 added, 11 deleted, 7 changed) OCL=33846 CL=33848
2009-08-24cgocall bug fix.Russ Cox5-0/+218
better FFI demo: compute fibonacci numbers using FFI'ed libgmp. R=r DELTA=281 (255 added, 19 deleted, 7 changed) OCL=33815 CL=33820
2009-08-24start of FFI support, and a demo.Russ Cox5-0/+111
R=r DELTA=494 (492 added, 0 deleted, 2 changed) OCL=33784 CL=33810
2009-01-13delete playpen copy of mallocRuss Cox10-921/+0
R=r DELTA=905 (0 added, 905 deleted, 0 changed) OCL=22663 CL=22690
2008-12-05add support for ref counts to memory allocator.Russ Cox6-39/+196
mark and sweep, stop the world garbage collector (intermediate step in the way to ref counting). can run pretty with an explicit gc after each file. R=r DELTA=502 (346 added, 143 deleted, 13 changed) OCL=20630 CL=20635
2008-12-04malloc fixes.Russ Cox6-56/+60
can run peano 10 in 100 MB (instead of 1+ GB) of memory when linking against this. can run peano 11 in 1 GB of memory now. R=r DELTA=100 (44 added, 44 deleted, 12 changed) OCL=20504 CL=20553
2008-11-17First pieces of malloc.Russ Cox9-0/+760
R=r DELTA=756 (754 added, 0 deleted, 2 changed) OCL=19266 CL=19378