Joe Groff
							
						 | 
						
							
							
							
							
								
							
								14de58b73c
								
							
								
							
						 | 
						
							
							
								
								vm: remove some mixed use of stdio/iostream. when monotonic timer decreases, log old and new values
							
							
							
							
							
						 | 
						
							2010-08-01 16:14:20 -07:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								bc87b269c5
								
							
								
							
						 | 
						
							
							
								
								Remove Cocoa exception handling support since it no longer works
							
							
							
							
							
						 | 
						
							2010-07-06 17:48:37 -04:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								a417b0e70d
								
							
								
							
						 | 
						
							
							
								
								vm: speed up nano-count primitive on Mac OS X
							
							
							
							
							
						 | 
						
							2010-04-11 20:26:11 -07:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								9ffe0a69d1
								
							
								
							
						 | 
						
							
							
								
								vm: use sigaltstack to handle callstack overflow properly
							
							
							
							
							
						 | 
						
							2010-03-28 11:37:28 -04:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								36d2ac8921
								
							
								
							
						 | 
						
							
							
								
								vm: move c_to_factor, lazy_jit_compile_impl, throw_impl, set_callstack assembly routines into non-optimizing compiler for x86-64
							
							
							
							
							
						 | 
						
							2010-01-06 15:47:36 +13:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								63edd20a55
								
							
								
							
						 | 
						
							
							
								
								vm: eliminating register variables work in progress. Works on x86-32 with non-optimizing compiler
							
							
							
							
							
						 | 
						
							2009-12-19 10:59:56 +13:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6552a4524c
								
							
								
							
						 | 
						
							
							
								
								vm: OS X version ccheck was failing on 10.5.0
							
							
							
							
							
						 | 
						
							2009-12-11 19:31:19 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								6f7ec206a1
								
							
								
							
						 | 
						
							
							
								
								rename millis to system-millis, micros to system-micros, add nano-count
							
							
							
							
							
						 | 
						
							2009-11-18 15:58:48 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								b4206f5252
								
							
								
							
						 | 
						
							
							
								
								initial commit to nanos branch to replace micros
							
							
							
							
							
						 | 
						
							2009-11-18 04:20:05 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								810e309e0c
								
							
								
							
						 | 
						
							
							
								
								vm: rename userenv to special_objects
							
							
							
							
							
						 | 
						
							2009-10-23 00:33:53 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								236588208b
								
							
								
							
						 | 
						
							
							
								
								vm: rename F to false_object, and rename T to true_object
							
							
							
							
							
						 | 
						
							2009-10-18 20:26:21 -05:00 | 
						
					
				
					
						
							
							
								 
								Phil Dawes
							
						 | 
						
							
							
							
							
								
							
								83b0769eef
								
							
								
							
						 | 
						
							
							
								
								renamed factorvm to factor_vm
							
							
							
							
							
						 | 
						
							2009-09-24 08:16:52 +01:00 | 
						
					
				
					
						
							
							
								 
								Phil Dawes
							
						 | 
						
							
							
							
							
								
							
								544bc3cd33
								
							
								
							
						 | 
						
							
							
								
								removed vm ptr from os-macosx.mm
							
							
							
							
							
						 | 
						
							2009-09-16 08:20:51 +01:00 | 
						
					
				
					
						
							
							
								 
								Phil Dawes
							
						 | 
						
							
							
							
							
								
							
								f4af39b60e
								
							
								
							
						 | 
						
							
							
								
								thread_id is a pthread_t on unix
							
							
							
							
							
						 | 
						
							2009-09-16 08:20:51 +01:00 | 
						
					
				
					
						
							
							
								 
								Phil Dawes
							
						 | 
						
							
							
							
							
								
							
								ff8f2b10ec
								
							
								
							
						 | 
						
							
							
								
								fixed up getenv compiler intrinsic to use vm struct userenv
							
							
							
							
							
						 | 
						
							2009-09-16 08:16:32 +01:00 | 
						
					
				
					
						
							
							
								 
								Phil Dawes
							
						 | 
						
							
							
							
							
								
							
								4afc16e95b
								
							
								
							
						 | 
						
							
							
								
								passing vm ptr to lazy_jit_compile mostly working
							
							
							
							
							
						 | 
						
							2009-09-16 08:16:30 +01:00 | 
						
					
				
					
						
							
							
								 
								Phil Dawes
							
						 | 
						
							
							
							
							
								
							
								97addbaf7a
								
							
								
							
						 | 
						
							
							
								
								got os-macosx.mm to compile
							
							
							
							
							
						 | 
						
							2009-09-16 08:16:29 +01:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								8872c40b1e
								
							
								
							
						 | 
						
							
							
								
								The great type renaming
							
							
							
							
							
						 | 
						
							2009-05-04 04:50:24 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								edecac508e
								
							
								
							
						 | 
						
							
							
								
								Use C++ namespaces
							
							
							
							
							
						 | 
						
							2009-05-04 01:46:13 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								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 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b923d548cf
								
							
								
							
						 | 
						
							
							
								
								Move vmpp to vm
							
							
							
							
							
						 | 
						
							2009-05-02 20:37:18 -05:00 |