12 lines
		
	
	
		
			417 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			417 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: compiler.tree help.markup help.syntax ;
							 | 
						||
| 
								 | 
							
								IN: compiler.cfg.intrinsics.allot
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								HELP: emit-<tuple-boa>
							 | 
						||
| 
								 | 
							
								{ $values { "node" node } }
							 | 
						||
| 
								 | 
							
								{ $description "Emits optimized cfg instructions for building and allocating tuples." } ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ARTICLE: "compiler.cfg.intrinsics.allot" "Generating instructions for inline memory allocation"
							 | 
						||
| 
								 | 
							
								"Generating instructions for inline memory allocation" ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ABOUT: "compiler.cfg.intrinsics.allot"
							 |