1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/usr/austin/eval
Russ Cox dd7b583179 move abortChan into Thread.
reuse Thread in function calls.

R=austin
DELTA=59  (8 added, 7 deleted, 44 changed)
OCL=34266
CL=34266
2009-09-02 14:11:40 -07:00
..
abort.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
bridge.go s/vm/Thread/ 2009-09-02 12:03:20 -07:00
compiler.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
eval_test.go s/vm/Thread/ 2009-09-02 12:03:20 -07:00
expr1.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
expr_test.go Interpreter unit tests for statements and expressions 2009-09-01 17:21:44 -07:00
expr.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
func.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
gen.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
Makefile move generated code into its own file. 2009-09-01 11:51:33 -07:00
scope.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
stmt_test.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
stmt.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
type.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
typec.go Implement cap, len, and make, as well as the general framework 2009-08-28 18:03:03 -07:00
util.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
value.go s/vm/Thread/ 2009-09-02 12:03:20 -07:00