fixed compiler crash when a module was used in a class with more thanone constructorthe new generated code uses more function calls, but with the inlinerenabled it should result in basically the same code in most cases (commit: f941f10)
improved error reporting: stack traces also include causes (commit: fe5ea0a)