Is it easy/possible to run code with 32 bit pointers on a modern 64 bit OS?

Daniel Poirot dtpoirot at gmail.com
Mon Mar 27 03:14:01 UTC 2017


...careful what you wish for...

The topic of this email thread is addressed in MISRA 2008 C++ Rule
3.9.2. See 'MISRA-Cpp-2008.pdf'

Rule 3-9-2
(Advisory)
typdefs that indicate size and signedness should be used in place of
the basic numerical types.


On Sun, Mar 26, 2017 at 9:41 PM, Gary E. Miller <gem at rellim.com> wrote:
> Yo Daniel!
>
> On Sun, 26 Mar 2017 21:09:06 -0500
> Daniel Poirot <dtpoirot at gmail.com> wrote:
>
>> You want to see some real misery? Run the code through the MISRA
>> rules. Horrible.
>
> I love horrible.  How do I do that?
>
> RGDS
> GARY
> ---------------------------------------------------------------------------
> Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
>         gem at rellim.com  Tel:+1 541 382 8588
>
>             Veritas liberabit vos. -- Quid est veritas?
>     "If you can’t measure it, you can’t improve it." - Lord Kelvin
>
> _______________________________________________
> devel mailing list
> devel at ntpsec.org
> http://lists.ntpsec.org/mailman/listinfo/devel


More information about the devel mailing list