Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 118
and
Version 119
of
IR
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/09/15 15:44:59 (
10 years
ago)
Author:
zmanchun
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IR
v118
v119
336
336
The CIVL-C code `$parfor(int i,j: dom) S;` is translated into the following:
337
337
{{{
338
var i:Integer;
339
var j:Integer;
340
338
var p:Array[Proc];
341
339
342
fun f(i
, j
)
340
fun f(i
: Integer, j: Integer
)
343
341
{
344
342
S;