commit | dec5441e170f6cacbb0326406169cc5f4d6429ee | [log] [tgz] |
---|---|---|
author | Paul Lind <plind@mips.com> | Mon Nov 19 22:14:24 2012 -0800 |
committer | Paul Lind <plind@mips.com> | Mon Nov 19 22:14:24 2012 -0800 |
tree | d5f0f6b76237a573ef11af59c328ad2a8c5b6143 | |
parent | e1e9db52f8df0681114665b56368f7b19449ee33 [diff] |
[MIPS] Ensure correct buffer alignment for doubles. For mips, doubles and objects containing them must be aligned to 8 bytes. This fixes up the LinearAllocator, so that the graphics context recording storage is properly aligned. This fixes a browser startup crash in Recording::draw() for concatCTM(), as AffineTransform contains an array of doubles. Change-Id: I8c06d0f4ed38d6ff0aad06d77016e55d57bb39b9