Hi,
I was looking at the layout pass recently, but I didn't find any documents about it. I would like to ask what algorithm is used for this pass? There is not much code for this pass, but if there is some documentation, it will be more convenient to understand it.
The layout pass has something to do with register allocation. I know that register allocation uses linear scan algorithm. If anyone could tell me a document, presentation or blog describing its implementation, I would be very grateful.
Thanks
Eric