POV-Ray : Newsgroups : povray.off-topic : This is great : Re: This is great Server Time
5 Sep 2024 19:22:56 EDT (-0400)
  Re: This is great  
From: Warp
Date: 21 Aug 2009 12:36:18
Message: <4a8ecd01@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> How does it handle uninitialized variables? Data flow analysis?

  At least gcc gives "warning: 'x' is used uninitialized in this function"
when it sees for sure that this is so, and "warning: 'x' might be used
uninitialized in this function" when it can't be sure but it looks like that.

> That, or accessing memory that has already been freed.

  Hasn't happened to me in, like, a decade.

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.