1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:58:48 -07:00
go/usr/austin
Austin Clements 709e75e3a1 Implement if, for (modulo ranges), break, continue, increment,
and decrement.  blockCompilers now form a tree the mimics the
nesting of scopes and provide convenient ways to enter and
exit scopes.  blockCompilers also track the break and continue
PC for the current block.  The statement testing interface now
works in lists of statements, which simplifies a bunch of
things.

R=rsc
APPROVED=rsc
DELTA=401  (335 added, 44 deleted, 22 changed)
OCL=32308
CL=32317
2009-07-28 14:37:06 -07:00
..
eval Implement if, for (modulo ranges), break, continue, increment, 2009-07-28 14:37:06 -07:00
ptrace Fix handling of non-waitable zombie threads. Now they are not 2009-07-16 09:48:37 -07:00