summaryrefslogtreecommitdiffstats
path: root/test/437-inline
Commit message (Collapse)AuthorAgeFilesLines
* When inlining, also look whether we can allocate registers.Nicolas Geoffray2014-12-181-0/+17
| | | | | | arm and x86 currently don't allocate registers for floating point and long operations, so we can't inline methods with these operations. Change-Id: I11e4b97ddbe90f4978f2abe1081fb0f849acb811
* Inlining support in optimizing.Nicolas Geoffray2014-12-153-0/+87
Currently only inlines simple things that don't require an environment, such as: - Returning a constant. - Returning a parameter. - Returning an arithmetic operation. Change-Id: Ie844950cb44f69e104774a3cf7a8dea66bc85661