Subject: Re: [sv-ec] Comments on Chapter 9
From: Kevin Cameron x3251 (Kevin.Cameron@nsc.com)
Date: Mon Jan 13 2003 - 11:04:29 PST
I previously posted some comments in the e-mail:
http://www.eda.org/sv-ec/hm/0459.html
I had an additional thought since then: we could add a method
for named blocks that will return a process-group id for the
dynamic processes belonging to the block, e.g.:
function process spawn_func()
begin
f1: fork p1();
p2();
p3();
join 0;
spawn_func = f1.process_id(); // return process group id
end
endfunction
That would allow depracting the process statement since it avoids
the problem of losing processes created in dynamic scopes.
Kev.
This archive was generated by hypermail 2b28 : Mon Jan 13 2003 - 11:09:02 PST