Änderungen

Summary

  1. fixed function-size blowup in inliner (commit: d877df4) (details)
Commit d877df4a28d322f1b80875336243f090f286221f by peter.peq
fixed function-size blowup in inliner

problem was, that for recursive functions, the function call-count might change when inlining

the inliner now increments the call-count accordingly
(commit: d877df4)
The file was modifiedde.peeeq.wurstscript/.classpath (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncSkeleton.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java (diff)