|
|
|
|
|
by naasking
3291 days ago
|
|
It's hard to beat regions in time overhead, since every operation is constant time; space overhead is where they suffer, and that's where GC enters the picture. Escape analysis is a degenerate region analysis, and many of the cases where it fails because it's not general enough would be handled quite well by regions. |
|