issue-#121 compiler warning regarding unreleased register
Posted: Tue Aug 09, 2016 2:57 pm
A bug in the register management of the CP compiler has been reported
in the community forum by Oleg N. Cher, cf.
http://community.blackboxframework.org/ ... t=128#p681.
For the issue see http://redmine.blackboxframework.org/issues/121.
A bug fix has been proposed by luowy.
I have checked the bug fix and corrected it slightly.
@luowy: the additional FreeHi must only be called if y.form is Int64.
All these checks and size reductions are done before the code generation
in the big CASE. I have moved it there.
For the diff see http://redmine.blackboxframework.org/pr ... 87783e090e.
- Josef
in the community forum by Oleg N. Cher, cf.
http://community.blackboxframework.org/ ... t=128#p681.
For the issue see http://redmine.blackboxframework.org/issues/121.
A bug fix has been proposed by luowy.
I have checked the bug fix and corrected it slightly.
@luowy: the additional FreeHi must only be called if y.form is Int64.
All these checks and size reductions are done before the code generation
in the big CASE. I have moved it there.
For the diff see http://redmine.blackboxframework.org/pr ... 87783e090e.
- Josef