|  | USING: compiler.tree.escape-analysis help.markup help.syntax ;
 | 
						
						
						
							|  | IN: compiler.tree.tuple-unboxing
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | ARTICLE: "compiler.tree.tuple-unboxing" "Tuple unboxing"
 | 
						
						
						
							|  | "This pass must run after " { $link escape-analysis } "." ;
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | ABOUT: "compiler.tree.tuple-unboxing"
 |