0b6ffdc77e 
								
							
								 
							
						 
						
							
							
								
								Revert "VM: undoing  0274e889b9 ( #1513 )"  
							
							... 
							
							
							
							This reverts commit a4802aba68 
							
						 
						
							2016-11-09 02:07:56 +01:00  
				
					
						
							
							
								 
						
							
							
								a4802aba68 
								
							
								 
							
						 
						
							
							
								
								VM: undoing  0274e889b9 ( #1513 )  
							
							
							
						 
						
							2016-11-08 13:37:52 +01:00  
				
					
						
							
							
								 
						
							
							
								2308ca06e0 
								
							
								 
							
						 
						
							
							
								
								Revert "VM: undoing  22bb0cfecf ( #1513 )"  
							
							... 
							
							
							
							This reverts commit e9c72baf2e 
							
						 
						
							2016-11-07 23:43:50 +01:00  
				
					
						
							
							
								 
						
							
							
								e9c72baf2e 
								
							
								 
							
						 
						
							
							
								
								VM: undoing  22bb0cfecf ( #1513 )  
							
							
							
						 
						
							2016-11-07 14:18:10 +01:00  
				
					
						
							
							
								 
						
							
							
								0d57734dab 
								
							
								 
							
						 
						
							
							
								
								vm: replace block comments /**/ with line comments //  
							
							
							
						 
						
							2016-09-09 05:47:52 +02:00  
				
					
						
							
							
								 
						
							
							
								1a72f731e0 
								
							
								 
							
						 
						
							
							
								
								VM: now special-objects is used for -1, 0, 1 and t  
							
							... 
							
							
							
							The fields in the image_header aren't read or written to but I haven't
changed the format yet. 
							
						 
						
							2015-12-10 10:22:38 +01:00  
				
					
						
							
							
								 
						
							
							
								0274e889b9 
								
							
								 
							
						 
						
							
							
								
								VM: refactor tagged.hpp so it's not dependent on the factor_vm class  
							
							... 
							
							
							
							this way untag<byte_array>(relocation) can be used in code_blocks.hpp 
							
						 
						
							2015-11-24 16:00:50 +01:00  
				
					
						
							
							
								 
						
							
							
								22bb0cfecf 
								
							
								 
							
						 
						
							
							
								
								VM: fixes to use the TAG macro over tagged<object>(obj).type()  
							
							
							
						 
						
							2015-11-23 02:27:22 +01:00  
				
					
						
							
							
								 
						
							
							
								a53d5be683 
								
							
								 
							
						 
						
							
							
								
								VM: make allot_alien() and ffi_dlsym() use cell instead of void*  
							
							... 
							
							
							
							this way we get rid of a bunch of superfluous casts 
							
						 
						
							2015-08-23 18:36:31 -07:00  
				
					
						
							
							
								 
						
							
							
								1ad2e058d1 
								
							
								 
							
						 
						
							
							
								
								alien.cpp: Add comment about allocation.  
							
							
							
						 
						
							2013-11-28 10:59:45 -06:00  
				
					
						
							
							
								 
						
							
							
								ffe41b3d7f 
								
							
								 
							
						 
						
							
							
								
								VM: Fixup cast formatting after clang-format  
							
							... 
							
							
							
							clang-format doesn't recognize casts to non-pointer/non-template types
so it winds up adding a space between the right paren and the expression
and then failing to recognize prefix operators in the process
(e.g. foo = (cell) & bar; should be foo = (cell)&bar;). This commit
manually fixes up the major cases (fixnum, cell, all types ending in _t). 
							
						 
						
							2013-05-13 14:59:24 -04:00  
				
					
						
							
							
								 
						
							
							
								22014f092e 
								
							
								 
							
						 
						
							
							
								
								VM: Refactor alien.cpp to Factor style  
							
							
							
						 
						
							2013-05-12 13:24:40 -04:00  
				
					
						
							
							
								 
						
							
							
								ca2ea548be 
								
							
								 
							
						 
						
							
							
								
								VM: Remove exec bit from VM source files  
							
							
							
						 
						
							2013-05-11 17:04:23 -04:00  
				
					
						
							
							
								 
						
							
							
								dbfa185eef 
								
							
								 
							
						 
						
							
							
								
								vm: Standardize /* Allocates memory */ comments so you can grep -A1  
							
							... 
							
							
							
							and see if a function allocates for easier debugging of the gc.
A couple of the functions were not yet annotated. 
							
						 
						
							2013-03-25 12:00:18 -07:00  
				
					
						
							
							
								 
						
							
							
								5be15d7e3f 
								
							
								 
							
						 
						
							
							
								
								vm: more use of ctx->replace().  
							
							
							
						 
						
							2013-03-22 09:17:02 -07:00  
				
					
						
							
							
								 
						
							
							
								aad70160f0 
								
							
								 
							
						 
						
							
							
								
								vm: Add more comments about functions that allocate.  
							
							
							
						 
						
							2012-08-15 22:00:08 -07:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								7c3827190b 
								
							
								 
							
						 
						
							
							
								
								Tease out symbol name and library in undefined_symbol() handler, for friendlier errors when calling an unresolved C function name.  Fixes   #93  
							
							
							
						 
						
							2011-09-12 00:56:24 -07:00  
				
					
						
							
							
								 
						
							
							
								64252dbdbc 
								
							
								 
							
						 
						
							
							
								
								32 and 64 bit Linux PPC support  
							
							
							
						 
						
							2011-05-23 23:36:14 -04:00  
				
					
						
							
							
								 
						
							
							
								b23aac1beb 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg: open-code parameter boxing and unboxing for certain C types  
							
							
							
						 
						
							2010-07-19 10:25:13 -04:00  
				
					
						
							
							
								 
						
							
							
								5b48cd2a63 
								
							
								 
							
						 
						
							
							
								
								FFI rewrite part 5: return value boxing and callback parameter boxing now uses vregs; simplify return value unboxing  
							
							
							
						 
						
							2010-05-16 03:43:23 -04:00  
				
					
						
							
							
								 
						
							
							
								c2558e6a66 
								
							
								 
							
						 
						
							
							
								
								vm: fix longlong accessors  
							
							
							
						 
						
							2010-05-11 23:24:48 -04:00  
				
					
						
							
							
								 
						
							
							
								45689dbfe6 
								
							
								 
							
						 
						
							
							
								
								compiler: simplify ##unbox-small/large-struct by emitting an ##unbox-any-c-ptr first  
							
							
							
						 
						
							2010-05-10 01:38:34 -04:00  
				
					
						
							
							
								 
						
							
							
								1b4b66e341 
								
							
								 
							
						 
						
							
							
								
								cpu.x86: use available type info to generate more efficient %box-displaced-alien where possible  
							
							
							
						 
						
							2010-05-03 17:34:27 -04:00  
				
					
						
							
							
								 
						
							
							
								11ddbc03a4 
								
							
								 
							
						 
						
							
							
								
								vm: signal handling cleanup  
							
							
							
						 
						
							2010-03-27 07:33:28 -04:00  
				
					
						
							
							
								 
						
							
							
								930b0d931b 
								
							
								 
							
						 
						
							
							
								
								Using a higher-order C macro to clean up duplication in declaring/defining VM primitives  
							
							
							
						 
						
							2010-03-19 14:05:14 -04:00  
				
					
						
							
							
								 
						
							
							
								00328c85e0 
								
							
								 
							
						 
						
							
							
								
								vm: remove vm-ptr primitive  
							
							
							
						 
						
							2010-01-20 17:06:49 +13:00  
				
					
						
							
							
								 
						
							
							
								cc69719147 
								
							
								 
							
						 
						
							
							
								
								vm: don't recompile lazy-jit-compile more than once  
							
							
							
						 
						
							2010-01-20 02:48:31 +13:00  
				
					
						
							
							
								 
						
							
							
								e4da687413 
								
							
								 
							
						 
						
							
							
								
								vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition to Mingw. Add an Nmakefile which can be used for this purpose. Rename Makefile to GNUmakefile.  
							
							
							
						 
						
							2010-01-17 03:43:22 +13:00  
				
					
						
							
							
								 
						
							
							
								e96404327e 
								
							
								 
							
						 
						
							
							
								
								Get optimizing compiler working without global register variables in VM  
							
							
							
						 
						
							2009-12-22 15:42:49 +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  
				
					
						
							
							
								 
						
							
							
								6c2c87758a 
								
							
								 
							
						 
						
							
							
								
								vm: rename gc_root to data_root, add code_root to fix a problem where code blocks would move underneath the PIC compiler if PIC compiler allocated enough  
							
							
							
						 
						
							2009-11-02 18:10:34 -06:00  
				
					
						
							
							
								 
						
							
							
								e4ad642134 
								
							
								 
							
						 
						
							
							
								
								vm: 4 bit tags, new representation of alien objects makes unbox-any-c-ptr more efficient (work in progress)  
							
							
							
						 
						
							2009-11-02 04:25:54 -06:00  
				
					
						
							
							
								 
						
							
							
								2e65366c6b 
								
							
								 
							
						 
						
							
							
								
								vm: rename myvm and parent_vm instance variables to parent, clean up casts in primitive definitions  
							
							
							
						 
						
							2009-10-18 20:31:59 -05:00  
				
					
						
							
							
								 
						
							
							
								236588208b 
								
							
								 
							
						 
						
							
							
								
								vm: rename F to false_object, and rename T to true_object  
							
							
							
						 
						
							2009-10-18 20:26:21 -05:00  
				
					
						
							
							
								 
						
							
							
								7fef05fd76 
								
							
								 
							
						 
						
							
							
								
								Removed VM_PTR macros. All builds reentrant by default  
							
							
							
						 
						
							2009-10-14 19:14:57 +01:00  
				
					
						
							
							
								 
						
							
							
								95722adebc 
								
							
								 
							
						 
						
							
							
								
								vm: misc cleanups  
							
							
							
						 
						
							2009-10-09 03:20:50 -05:00  
				
					
						
							
							
								 
						
							
							
								9b7412b8f8 
								
							
								 
							
						 
						
							
							
								
								Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp  
							
							
							
						 
						
							2009-09-27 19:42:18 +01:00  
				
					
						
							
							
								 
						
							
							
								6b7717bf37 
								
							
								 
							
						 
						
							
							
								
								forwarding functions replaced with PRIMITIVE_FORWARD() macro  
							
							
							
						 
						
							2009-09-25 20:43:01 +01:00  
				
					
						
							
							
								 
						
							
							
								83b0769eef 
								
							
								 
							
						 
						
							
							
								
								renamed factorvm to factor_vm  
							
							
							
						 
						
							2009-09-24 08:16:52 +01:00  
				
					
						
							
							
								 
						
							
							
								e3ac531fdb 
								
							
								 
							
						 
						
							
							
								
								renamed vmprim_ to primitive_  
							
							
							
						 
						
							2009-09-24 08:02:13 +01:00  
				
					
						
							
							
								 
						
							
							
								2e50da6beb 
								
							
								 
							
						 
						
							
							
								
								added vm-ptr primitive  
							
							
							
						 
						
							2009-09-16 08:20:50 +01:00  
				
					
						
							
							
								 
						
							
							
								b02c602a89 
								
							
								 
							
						 
						
							
							
								
								added vm passing to some alien/boxing functions and added some vm asserts  
							
							
							
						 
						
							2009-09-16 08:20:10 +01:00  
				
					
						
							
							
								 
						
							
							
								12ca7bdc57 
								
							
								 
							
						 
						
							
							
								
								added factorvm ptrs to the rest of alien functions.  
							
							... 
							
							
							
							(Left commented debug lines to remind me that these haven't been tested yet, and some are osx specific) 
							
						 
						
							2009-09-16 08:17:27 +01:00  
				
					
						
							
							
								 
						
							
							
								700e03a6a6 
								
							
								 
							
						 
						
							
							
								
								removed some vm-> forwarding functions  
							
							
							
						 
						
							2009-09-16 08:17:26 +01:00  
				
					
						
							
							
								 
						
							
							
								2f3cd4d23d 
								
							
								 
							
						 
						
							
							
								
								removed some vm-> pointers  
							
							
							
						 
						
							2009-09-16 08:17:26 +01:00  
				
					
						
							
							
								 
						
							
							
								fa2dccd6d3 
								
							
								 
							
						 
						
							
							
								
								vm passed in box_alien and alien_offset (win32)  
							
							
							
						 
						
							2009-09-16 08:16:33 +01:00  
				
					
						
							
							
								 
						
							
							
								81106f9e20 
								
							
								 
							
						 
						
							
							
								
								converted box_* integer functions to use vm (x86 windows)  
							
							
							
						 
						
							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