apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Auto-generated structure member access functions are not suitable for code generation #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The IR nodes created in Structure::CompileTimeCodeExecution (for member access 
functions) are not suitable for code generation. The generated IR should 
correspond to the correct instructions for member access.

Original issue reported on code.google.com by don.ap...@gmail.com on 15 Feb 2012 at 7:44

GoogleCodeExporter commented 9 years ago
This was actually fixed a while ago and I forgot to update the bug.

Original comment by don.ap...@gmail.com on 23 Mar 2012 at 4:06