Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								168dd1f825
								
							
								
							
						 | 
						
							
							
								
								FFI rewrite part 7: compile callback bodies with the optimizing compiler
							
							
							
							
							
						 | 
						
							2010-07-28 00:49:26 -04:00 | 
						
					
				
					
						
							
							
								 
								Daniel Ehrenberg
							
						 | 
						
							
							
							
							
								
							
								7074979745
								
							
								
							
						 | 
						
							
							
								
								Moving new-sets to sets
							
							
							
							
							
						 | 
						
							2010-02-26 16:01:01 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								44a604fdbe
								
							
								
							
						 | 
						
							
							
								
								compiler.tree: remove some code duplication concerning #alien nodes
							
							
							
							
							
						 | 
						
							2010-01-07 16:06:07 +13:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0612bc6177
								
							
								
							
						 | 
						
							
							
								
								Factor source files should not be executable
							
							
							
							
							
						 | 
						
							2009-11-21 17:50:43 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								c3d60e5899
								
							
								
							
						 | 
						
							
							
								
								compiler.tree.recursive: more accurate loop detection
							
							
							
							
							
						 | 
						
							2009-08-04 19:18:40 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								1dd3ed519f
								
							
								
							
						 | 
						
							
							
								
								Revert part of an earlier ccompiler.tree.checker hange to fix smalltalk.eval regression
							
							
							
							
							
						 | 
						
							2009-04-22 21:03:53 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								057f75e9a1
								
							
								
							
						 | 
						
							
							
								
								Refactor compiler.tree.builder to fix various regressions
							
							
							
							
							
						 | 
						
							2009-04-21 23:02:00 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								3c408342ef
								
							
								
							
						 | 
						
							
							
								
								renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
							
							
							
							
							
						 | 
						
							2009-01-29 22:19:07 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								bf5ff11720
								
							
								
							
						 | 
						
							
							
								
								Update usages of all-equal? now that its in the grouping vocab
							
							
							
							
							
						 | 
						
							2009-01-16 15:14:30 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								26f309d2ae
								
							
								
							
						 | 
						
							
							
								
								Trying to make PEGs compile faster by reducing the number of low level IR nodes: merge functionality of #>r and #r> into #shuffle, and generate 1 node instead of 3 for calls to get-local
							
							
							
							
							
						 | 
						
							2008-11-11 18:46:31 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								8a921c791c
								
							
								
							
						 | 
						
							
							
								
								if-empty changes
							
							
							
							
							
						 | 
						
							2008-09-06 19:13:59 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								7359873b60
								
							
								
							
						 | 
						
							
							
								
								Minor compiler tweaks
							
							
							
							
							
						 | 
						
							2008-08-24 01:21:23 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								86f11713e3
								
							
								
							
						 | 
						
							
							
								
								Fixing some more bugs
							
							
							
							
							
						 | 
						
							2008-08-22 03:12:15 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								c773d8256b
								
							
								
							
						 | 
						
							
							
								
								Fix another bug; cleanup phase too eager to remove #phi nodes
							
							
							
							
							
						 | 
						
							2008-08-19 21:48:08 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								17758f3749
								
							
								
							
						 | 
						
							
							
								
								Stack flow checker; various fixes
							
							
							
							
							
						 | 
						
							2008-08-19 17:11:33 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								aa9341e579
								
							
								
							
						 | 
						
							
							
								
								Enforce that usages of >r/r> must be balanced within a quotation
							
							
							
							
							
						 | 
						
							2008-08-18 20:49:03 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								a61e13f7be
								
							
								
							
						 | 
						
							
							
								
								More aggressive DCE
							
							
							
							
							
						 | 
						
							2008-08-13 23:52:49 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								4f82ebdc23
								
							
								
							
						 | 
						
							
							
								
								DCE work in progress
							
							
							
							
							
						 | 
						
							2008-08-13 14:17:04 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								f2a5a30c6f
								
							
								
							
						 | 
						
							
							
								
								New front-end and high-level optimizer lands
							
							
							
							
							
						 | 
						
							2008-08-12 03:22:45 -05:00 |