On Mon, 2021-02-08 at 19:09 -0800,
messi...@gmail.com wrote:
> Hi,
>
> I'm reading the go compiler source code and found the following code
> style in several places:
>
>
>
> Is there some special reasons to group n,m,p to a local struct?
>
> Why don't we just init n the following way:
Maybe because the Node, Name and Param will all be allocated in a
single contiguous allocation in the form that exists in the current
tree.
BTW Please don't post images for source code.