A64: Remove two TODOs that will not be done.
authoralexandre.rames@arm.com <alexandre.rames@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Feb 2014 11:55:52 +0000 (11:55 +0000)
committeralexandre.rames@arm.com <alexandre.rames@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Feb 2014 11:55:52 +0000 (11:55 +0000)
commit652ba51015c47a36e460b42cfb23cb46288f01be
tree6769e60ce9b80063f707d8606f65d210ad9429f5
parent558de62ff06e810e597a4a748d47767d99c13925
A64: Remove two TODOs that will not be done.

- For the LDP/STP TODO: The arguments need dereferencing, so using LDP/STP would
  require some additional checks.
- For the constant pools TODO: Unless we need to, there is no benefit from
  trying to generate constant pools more often, as it would likely only pollute
  the I-cache.

R=ulan@chromium.org

Review URL: https://codereview.chromium.org/151363004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19316 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/a64/assembler-a64.cc
src/a64/builtins-a64.cc