Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(407)

Unified Diff: src/cmd/gc/builtin.c

Issue 12544043: runtime: chans on steroids
Patch Set: diff -r a2fe41181fe1 https://dvyukov%40google.com@code.google.com/p/go/ Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/cmd/gc/go.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gc/builtin.c
===================================================================
--- a/src/cmd/gc/builtin.c
+++ b/src/cmd/gc/builtin.c
@@ -81,6 +81,8 @@
"func @\"\".chanrecv2 (@\"\".chanType·2 *byte, @\"\".hchan·3 <-chan any, @\"\".elem·4 *any) (? bool)\n"
"func @\"\".chansend1 (@\"\".chanType·1 *byte, @\"\".hchan·2 chan<- any, @\"\".elem·3 *any)\n"
"func @\"\".closechan (@\"\".hchan·1 any)\n"
+ "func @\"\".chanlen (@\"\".hchan·2 any) (? int)\n"
+ "func @\"\".chancap (@\"\".hchan·2 any) (? int)\n"
"func @\"\".selectnbsend (@\"\".chanType·2 *byte, @\"\".hchan·3 chan<- any, @\"\".elem·4 *any) (? bool)\n"
"func @\"\".selectnbrecv (@\"\".chanType·2 *byte, @\"\".elem·3 *any, @\"\".hchan·4 <-chan any) (? bool)\n"
"func @\"\".selectnbrecv2 (@\"\".chanType·2 *byte, @\"\".elem·3 *any, @\"\".received·4 *bool, @\"\".hchan·5 <-chan any) (? bool)\n"
« no previous file with comments | « no previous file | src/cmd/gc/go.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b