Re: Mapping of TREE_CODE to tree_node

2023-08-15 Thread Jason Merrill via Gcc
ze > the > > > > > internal state to disk. I think this task was simply not considered > > > > > in the > > > > > design. > > > > > > > > > > Reason for writing to the mailing list are the troubles in > connecting >

Re: Mapping of TREE_CODE to tree_node

2023-08-11 Thread Aaron Lorey via Gcc
t; > > > > > > > It is not exceptionally heavy but also not very easy to serialize the > > > > internal state to disk. I think this task was simply not considered > > > > in the > > > > design. > > > > > > > > Reas

Re: Mapping of TREE_CODE to tree_node

2023-07-02 Thread Andrew Pinski via Gcc
I think this task was simply not considered > > > in the > > > design. > > > > > > Reason for writing to the mailing list are the troubles in connecting > > > the > > > TREE_CODE enumeration to the appropriate struct tree_node memory > > > layout >

Re: Mapping of TREE_CODE to tree_node

2023-07-02 Thread Aaron Lorey via Gcc
ing > > the > > TREE_CODE enumeration to the appropriate struct tree_node memory > > layout > > without guessing. > > > > Can you provide a mapping of TREE_CODE to tree_node memory layout? > > I don't know that such a mapping exists directly, but have a

Re: Mapping of TREE_CODE to tree_node

2023-06-26 Thread David Malcolm via Gcc
ink this task was simply not considered > in the > design. > > Reason for writing to the mailing list are the troubles in connecting > the > TREE_CODE enumeration to the appropriate struct tree_node memory > layout > without guessing. > > Can you provide a mapping of

Re: Mapping of TREE_CODE to tree_node

2023-06-26 Thread Andrew Pinski via Gcc
this task was simply not considered in the > design. > > Reason for writing to the mailing list are the troubles in connecting the > TREE_CODE enumeration to the appropriate struct tree_node memory layout > without guessing. > > Can you provide a mapping of TREE_CODE to tree_node memory

Mapping of TREE_CODE to tree_node

2023-06-26 Thread Aaron Lorey via Gcc
g the TREE_CODE enumeration to the appropriate struct tree_node memory layout without guessing. Can you provide a mapping of TREE_CODE to tree_node memory layout? kind regards