Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 65
and
Version 66
of
Orio
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:
06/13/08 22:10:09 (
15 years
ago)
Author:
hartono
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Orio
v65
v66
245
245
246
246
class Module:
247
'''The abstract class of
the
Orio's code transformation module'''
247
'''The abstract class of
Orio's code transformation module'''
248
248
249
249
def __init__(self, cmd_line_opts, perf_params, module_code, line_no, indent_size, annot_body_code):