September 26 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
...for. I said it was like SSA in that the nodes are assigned only once. | |||
September 25 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
If multiple nodes in the tree can point to the same shared state, IE variables... | |||
September 25 General » Re: SAOC 2024 "Learning about AST Nodes and Semantic Analysis in Compiler Design" Weekly update #1 | |||
|---|---|---|---|
| |||
This is the link to the draft PR https://github.com/dlang/dmd/pull/16880 | |||
September 24 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
Never seen anyone else call them "nodes" tbh, i'm just using that terminology to... | |||
September 23 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
Call IR nodes "variables" if you like spreading confusion. | |||
September 23 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
...x ==> x0,x1,x2... Those assignments become "nodes" in the SSA IR, for LLVM x0... | |||
September 23 General » Re: SAOC 2024 "Learning about AST Nodes and Semantic Analysis in Compiler Design" Weekly update #1 | |||
|---|---|---|---|
| |||
**Noted** | |||
September 23 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
...variables* only once. You can call them nodes if you want, but the %n is... | |||
September 23 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
...will see with that list of SSA nodes is, in 3 steps: 1. first store... | |||
September 23 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
...is not about variables it's about nodes assigned uniquely once So if X is... | |||
Copyright © 1999-2021 by the D Language Foundation