diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-05-22 01:04:19 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-05-22 01:04:19 +0000 |
| commit | deea18188eff1bc50c412e9459bdc9c11fc669c3 (patch) | |
| tree | 06e42fd6b2ca09d71c875c1be86406bd32e0c898 /llvm/docs | |
| parent | 144c77b5158ddf7132cfa918af8afeccd2af604a (diff) | |
| download | bcm5719-llvm-deea18188eff1bc50c412e9459bdc9c11fc669c3.tar.gz bcm5719-llvm-deea18188eff1bc50c412e9459bdc9c11fc669c3.zip | |
Removed the 64-bit fix from the "to do" list since the bug is fixed.
llvm-svn: 13624
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/Stacker.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/Stacker.html b/llvm/docs/Stacker.html index 41b77fe55fc..033ba30c0e5 100644 --- a/llvm/docs/Stacker.html +++ b/llvm/docs/Stacker.html @@ -1374,11 +1374,6 @@ interested, here are some things that could be implemented better:</p> <li>Write an LLVM pass to compute the correct stack depth needed by the program. Currently the stack is set to a fixed number which means programs with large numbers of definitions might fail.</li> - <li>Enhance to run on 64-bit platforms like SPARC. Right now the size of a - pointer on 64-bit machines will cause incorrect results because of the - 32-bit size of a stack element currently supported. This feature was not - implemented because LLVM needs a union type to be able to support the - different sizes correctly (portably and efficiently).</li> <li>Write an LLVM pass to optimize the use of the global stack. The code emitted currently is somewhat wasteful. It gets cleaned up a lot by existing passes but more could be done.</li> |

