000efd9bbb 
								
							
								 
							
						 
						
							
							
								
								vm: Add messages about things that can allocate. Fix a gc bug in the primitive for quotation-code.  
							
							
							
						 
						
							2012-08-15 21:30:55 -07:00  
				
					
						
							
							
								 
						
							
							
								f27080498d 
								
							
								 
							
						 
						
							
							
								
								Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float  
							
							
							
						 
						
							2010-11-24 22:41:15 -08:00  
				
					
						
							
							
								 
						
							
							
								b23aac1beb 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg: open-code parameter boxing and unboxing for certain C types  
							
							
							
						 
						
							2010-07-19 10:25:13 -04:00  
				
					
						
							
							
								 
						
							
							
								0fd636b4b9 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg: ##unbox-long-long can have multiple outputs now, clean up long long parameter passing code using this  
							
							
							
						 
						
							2010-07-15 19:49:29 -04:00  
				
					
						
							
							
								 
						
							
							
								91cd3b854d 
								
							
								 
							
						 
						
							
							
								
								Use ##local-allot to simplify longlong unboxing  
							
							
							
						 
						
							2010-05-19 01:07:22 -04:00  
				
					
						
							
							
								 
						
							
							
								7d62376e24 
								
							
								 
							
						 
						
							
							
								
								vm: fix compile error  
							
							
							
						 
						
							2010-05-11 19:29:50 -04:00  
				
					
						
							
							
								 
						
							
							
								15eb8d1a0a 
								
							
								 
							
						 
						
							
							
								
								vm: remove VM_ASM_API  
							
							
							
						 
						
							2009-12-24 01:37:24 +13:00  
				
					
						
							
							
								 
						
							
							
								63edd20a55 
								
							
								 
							
						 
						
							
							
								
								vm: eliminating register variables work in progress. Works on x86-32 with non-optimizing compiler  
							
							
							
						 
						
							2009-12-19 10:59:56 +13:00  
				
					
						
							
							
								 
						
							
							
								793d0606f6 
								
							
								 
							
						 
						
							
							
								
								vm: various minor optimizations speeding up gc0 and dispatch1 benchmarks, as well as bootstrap  
							
							... 
							
							
							
							- make allot_object() inline, move slow case to allot_large_object()
- reduce number of conditional branches in megamorphic cache miss handler
- make unbox_array_size() inline, move slow case to unbox_array_size_slow()
- new memset_cell() function uses memset_pattern4/8() on Mac OS X 
							
						 
						
							2009-10-31 02:30:48 -05:00  
				
					
						
							
							
								 
						
							
							
								3a88d8c49e 
								
							
								 
							
						 
						
							
							
								
								inlineimpl.hpp is toast  
							
							
							
						 
						
							2009-09-29 19:53:10 +01:00  
				
					
						
							
							
								 
						
							
							
								9b7412b8f8 
								
							
								 
							
						 
						
							
							
								
								Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp  
							
							
							
						 
						
							2009-09-27 19:42:18 +01:00  
				
					
						
							
							
								 
						
							
							
								e26bbbe9a0 
								
							
								 
							
						 
						
							
							
								
								removed VM_ASM_API_OVERFLOW (VM_ASM_API now regparm(3))  
							
							
							
						 
						
							2009-09-25 20:33:38 +01:00  
				
					
						
							
							
								 
						
							
							
								83b0769eef 
								
							
								 
							
						 
						
							
							
								
								renamed factorvm to factor_vm  
							
							
							
						 
						
							2009-09-24 08:16:52 +01:00  
				
					
						
							
							
								 
						
							
							
								deb7af70bb 
								
							
								 
							
						 
						
							
							
								
								asm math functions pass vm ptr to overflow function in 3rd arg (X86.32)  
							
							
							
						 
						
							2009-09-16 08:22:17 +01:00  
				
					
						
							
							
								 
						
							
							
								67ac514a3b 
								
							
								 
							
						 
						
							
							
								
								Added vm ptr to math overflow functions  
							
							
							
						 
						
							2009-09-16 08:22:17 +01:00  
				
					
						
							
							
								 
						
							
							
								7759b89de9 
								
							
								 
							
						 
						
							
							
								
								removed all vm-> singleton accesses from inlineimpls  
							
							
							
						 
						
							2009-09-16 08:16:33 +01:00  
				
					
						
							
							
								 
						
							
							
								a39bf2f8e2 
								
							
								 
							
						 
						
							
							
								
								converted box_* float functions to use vm (x86 win32)  
							
							
							
						 
						
							2009-09-16 08:16:33 +01:00  
				
					
						
							
							
								 
						
							
							
								199fba7a99 
								
							
								 
							
						 
						
							
							
								
								converted box_* integer functions to use vm (x86 windows)  
							
							
							
						 
						
							2009-09-16 08:16:33 +01:00  
				
					
						
							
							
								 
						
							
							
								ff54a57eb3 
								
							
								 
							
						 
						
							
							
								
								added code to pass vm ptr to some unboxers  
							
							
							
						 
						
							2009-09-16 08:16:32 +01:00  
				
					
						
							
							
								 
						
							
							
								fc5c51e2cd 
								
							
								 
							
						 
						
							
							
								
								removed some global functions from math.cpp  
							
							
							
						 
						
							2009-09-16 08:16:28 +01:00  
				
					
						
							
							
								 
						
							
							
								75c81af691 
								
							
								 
							
						 
						
							
							
								
								moved more math.hpp inline functions to vm  
							
							
							
						 
						
							2009-09-16 08:16:25 +01:00  
				
					
						
							
							
								 
						
							
							
								efa974f025 
								
							
								 
							
						 
						
							
							
								
								moved global state from math into vm  
							
							
							
						 
						
							2009-09-16 08:16:24 +01:00  
				
					
						
							
							
								 
						
							
							
								9e23e41267 
								
							
								 
							
						 
						
							
							
								
								moved math.hpp inline functions to vm.hpp  
							
							
							
						 
						
							2009-09-16 08:16:23 +01:00  
				
					
						
							
							
								 
						
							
							
								ae5c0fbfb2 
								
							
								 
							
						 
						
							
							
								
								moved math.hpp functions to vm  
							
							
							
						 
						
							2009-09-16 08:16:22 +01:00  
				
					
						
							
							
								 
						
							
							
								3bf8134476 
								
							
								 
							
						 
						
							
							
								
								VM cleanup: replace some #defines with constants and inline functions  
							
							
							
						 
						
							2009-05-08 15:05:55 -05:00  
				
					
						
							
							
								 
						
							
							
								53db9d737a 
								
							
								 
							
						 
						
							
							
								
								Change (void) to ()  
							
							
							
						 
						
							2009-05-05 11:33:35 -05:00  
				
					
						
							
							
								 
						
							
							
								8872c40b1e 
								
							
								 
							
						 
						
							
							
								
								The great type renaming  
							
							
							
						 
						
							2009-05-04 04:50:24 -05:00  
				
					
						
							
							
								 
						
							
							
								edecac508e 
								
							
								 
							
						 
						
							
							
								
								Use C++ namespaces  
							
							
							
						 
						
							2009-05-04 01:46:13 -05:00  
				
					
						
							
							
								 
						
							
							
								8e17e0a01e 
								
							
								 
							
						 
						
							
							
								
								VM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean up array, string, and byte-array element access  
							
							
							
						 
						
							2009-05-04 01:00:30 -05:00  
				
					
						
							
							
								 
						
							
							
								e3592ca8f6 
								
							
								 
							
						 
						
							
							
								
								Clean up untag_* and tag_* inline functions in favor of more idiomatic C++  
							
							
							
						 
						
							2009-05-02 20:47:29 -05:00  
				
					
						
							
							
								 
						
							
							
								b923d548cf 
								
							
								 
							
						 
						
							
							
								
								Move vmpp to vm  
							
							
							
						 
						
							2009-05-02 20:37:18 -05:00