Walter's talk on D backend
user1234
user1234 at 12.de
Mon Sep 23 18:05:34 UTC 2024
On Monday, 23 September 2024 at 15:46:25 UTC, claptrap wrote:
> On Monday, 23 September 2024 at 14:39:12 UTC, user1234 wrote:
>> [...]
>
> first 3 web hits...
>
> "In compiler design, static single assignment form (often
> abbreviated as SSA form or simply SSA) is a type of
> intermediate representation (IR) where each variable is
> assigned exactly once"
> https://en.wikipedia.org/wiki/Static_single-assignment_form
>
> [...]
In the results, the use of the word "variable" is just wrong.
That's exactly what's misleading. An SSA node is not a variable
node and it does not represent a variable either.
More information about the Digitalmars-d
mailing list