xubingyue / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

context need to be seperated to env and data #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Context is used in syntax tree visitor.
Now env and data will be sent to child visiting.
But they will copy some node private data to child.
They will be splitted into 2 parts, env and data.

Env is child processing input,
Data is child processing output.

Now cgllvm_sctxt works.
sacontext need to be changed.

Original issue reported on code.google.com by wuye9036 on 12 Apr 2011 at 12:21

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 13 Apr 2011 at 11:37

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 7 Mar 2012 at 3:04