Menu

#365 Pointer analysis

None
open
nobody
None
5
2022-07-22
2012-05-14
No

SDCC currently has only very simple pointer analysis. A more sophisticated approach could yield additional information. It should be able to profit from use of the restrict keyword. The informatiobn gained would allow more optimizations to be done in later stages (e.g. cse).

Philipp

Related

Support Requests: #167

Discussion

  • Philipp Klaus Krause

    SC22WG14 is sending the Provenance TS to ballot, so we now have a much better idea of the semantics of pointers in C than before.

     
  • Philipp Klaus Krause

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
    -AFAIK sdcc currently has only very simple pointer analysis. A more sohpisticated approach could yield additional information. It should be able to profit from use of the restrict keyword. THe informatiobn gained would allow more optimizations to be done in later stages \(e.g. cse\).
    +SDCC currently has only very simple pointer analysis. A more sophisticated approach could yield additional information. It should be able to profit from use of the restrict keyword. The informatiobn gained would allow more optimizations to be done in later stages \(e.g. cse\).
    
     Philipp
    
    • Group: -->
     

Log in to post a comment.

Auth0 Logo