Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When inlining, also look whether we can allocate registers. | Nicolas Geoffray | 2014-12-18 | 1 | -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 Geoffray | 2014-12-15 | 3 | -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 |