Liste des Groupes | Revenir à c arch |
In the spirit of Fortran rule about obeying parenthesis; one could>If there are places>
in the code it doesn't know this can't happen it won't optimize
across it, more or less.
The problem is HOW to TELL the COMPILER that these memory references
are "more special" than normal--when languages give few mechanisms.
We could start with something like
>
critical_region {
...
}
such that the compiler must refrain from any code motion withinYou identify a second problem. Is it that you don't want code motion
those sections but is free to move things outside of those sections as
if execution was singlethreaded.
>
Stefan
Les messages affichés proviennent d'usenet.