From cdf2822743b3beeb37ebc3deea8e08b6130698c5 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 12 May 2018 10:22:26 -0700 Subject: 4242 - get rid of refcounts entirely We're going to lean back into the experiment of commit 4179 back in Jan. If we delete memory it's up to us to ensure no pointers into it survive. Since deep-copy depends on our refcounting infrastructure, it's gone as well. So we're going to have to start watching out for pointers shared over channels. --- html/http-client.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/http-client.mu.html') diff --git a/html/http-client.mu.html b/html/http-client.mu.html index d44e5f97..a8f5abfb 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -62,7 +62,7 @@ if ('onhashchange' in window) { 3 def main [ 4 local-scope 5 $print [aaa] 10/newline - 6 google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/] + 6 google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/] 7 $print [bbb] 10/newline 8 n:num <- copy 0 9 buf:&:buffer:char <- new-buffer 30 -- cgit 1.4.1-2-gfad0 alue='main'/>
path: root/tools/iso/kernel.soso/message.h
blob: 84e7c6706de32f2ddefc2d3245f2029edb2d823e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16