| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  | ! Copyright (C) 2004, 2010 Slava Pestov. | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  | USING: alien alien.strings arrays byte-arrays generic hashtables | 
					
						
							|  |  |  | hashtables.private io io.encodings.ascii kernel math | 
					
						
							|  |  |  | math.private math.order namespaces make parser sequences strings | 
					
						
							| 
									
										
										
										
											2010-01-31 08:48:39 -05:00
										 |  |  | vectors words quotations assocs layouts classes classes.private | 
					
						
							|  |  |  | classes.builtin classes.tuple classes.tuple.private | 
					
						
							|  |  |  | kernel.private vocabs vocabs.loader source-files definitions | 
					
						
							|  |  |  | slots classes.union classes.intersection classes.predicate | 
					
						
							|  |  |  | compiler.units bootstrap.image.private io.files accessors | 
					
						
							|  |  |  | combinators ;
 | 
					
						
							| 
									
										
										
										
											2008-03-20 16:30:59 -04:00
										 |  |  | IN: bootstrap.primitives | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | "Creating primitives and basic runtime structures..." print flush
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-07-11 18:25:46 -04:00
										 |  |  | H{ } clone sub-primitives set
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-15 20:53:21 -05:00
										 |  |  | "vocab:bootstrap/syntax.factor" parse-file | 
					
						
							| 
									
										
										
										
											2007-12-24 17:18:26 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-12 04:01:09 -05:00
										 |  |  | architecture get { | 
					
						
							| 
									
										
										
										
											2011-09-18 21:25:06 -04:00
										 |  |  |     { "windows-x86.32" "x86/32/windows" } | 
					
						
							|  |  |  |     { "windows-x86.64" "x86/64/windows" } | 
					
						
							| 
									
										
										
										
											2011-05-20 18:11:50 -04:00
										 |  |  |     { "unix-x86.32"  "x86/32/unix"  } | 
					
						
							|  |  |  |     { "unix-x86.64"  "x86/64/unix"  } | 
					
						
							|  |  |  |     { "linux-ppc.32" "ppc/32/linux" } | 
					
						
							|  |  |  |     { "linux-ppc.64" "ppc/64/linux" } | 
					
						
							| 
									
										
										
										
											2009-03-15 20:15:28 -04:00
										 |  |  | } ?at [ "Bad architecture: " prepend throw ] unless
 | 
					
						
							| 
									
										
										
										
											2009-11-12 04:01:09 -05:00
										 |  |  | "vocab:cpu/" "/bootstrap.factor" surround parse-file | 
					
						
							| 
									
										
										
										
											2008-01-26 22:38:30 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-15 20:53:21 -05:00
										 |  |  | "vocab:bootstrap/layouts/layouts.factor" parse-file | 
					
						
							| 
									
										
										
										
											2008-01-30 00:13:47 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | ! Now we have ( syntax-quot arch-quot layouts-quot ) on the stack | 
					
						
							| 
									
										
										
										
											2008-01-26 22:38:30 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | ! Bring up a bare cross-compiling vocabulary. | 
					
						
							| 
									
										
										
										
											2010-01-27 23:30:35 -05:00
										 |  |  | "syntax" vocab vocab-words bootstrap-syntax set
 | 
					
						
							| 
									
										
										
										
											2009-01-23 01:37:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-27 23:30:35 -05:00
										 |  |  | H{ } clone dictionary set
 | 
					
						
							|  |  |  | H{ } clone root-cache set
 | 
					
						
							|  |  |  | H{ } clone source-files set
 | 
					
						
							|  |  |  | H{ } clone update-map set
 | 
					
						
							|  |  |  | H{ } clone implementors-map set
 | 
					
						
							| 
									
										
										
										
											2008-02-26 04:30:11 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-27 23:30:35 -05:00
										 |  |  | init-caches | 
					
						
							| 
									
										
										
										
											2008-03-20 16:30:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-27 09:02:54 -05:00
										 |  |  | bootstrapping? on
 | 
					
						
							| 
									
										
										
										
											2009-03-13 20:42:35 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  | call( -- ) | 
					
						
							|  |  |  | call( -- ) | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-27 23:30:35 -05:00
										 |  |  | ! Vocabulary for slot accessors | 
					
						
							|  |  |  | "accessors" create-vocab drop
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-26 04:57:48 -04:00
										 |  |  | ! After we execute bootstrap/layouts | 
					
						
							|  |  |  | num-types get f <array> builtins set
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-13 09:05:02 -05:00
										 |  |  | [ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-27 23:30:35 -05:00
										 |  |  | call( -- ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | ! Create some empty vocabs where the below primitives and | 
					
						
							|  |  |  | ! classes will go | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     "alien" | 
					
						
							| 
									
										
										
										
											2008-01-31 21:11:46 -05:00
										 |  |  |     "alien.accessors" | 
					
						
							| 
									
										
										
										
											2009-03-26 00:00:19 -04:00
										 |  |  |     "alien.libraries" | 
					
						
							| 
									
										
										
										
											2010-03-26 22:44:43 -04:00
										 |  |  |     "alien.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "arrays" | 
					
						
							|  |  |  |     "byte-arrays" | 
					
						
							|  |  |  |     "classes.private" | 
					
						
							| 
									
										
										
										
											2008-03-29 04:34:48 -04:00
										 |  |  |     "classes.tuple" | 
					
						
							|  |  |  |     "classes.tuple.private" | 
					
						
							| 
									
										
										
										
											2008-06-29 22:37:57 -04:00
										 |  |  |     "classes.predicate" | 
					
						
							| 
									
										
										
										
											2008-01-09 04:52:08 -05:00
										 |  |  |     "compiler.units" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "continuations.private" | 
					
						
							| 
									
										
										
										
											2009-04-28 17:58:05 -04:00
										 |  |  |     "generic.single" | 
					
						
							| 
									
										
										
										
											2009-04-24 21:43:01 -04:00
										 |  |  |     "generic.single.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "growable" | 
					
						
							|  |  |  |     "hashtables" | 
					
						
							|  |  |  |     "hashtables.private" | 
					
						
							|  |  |  |     "io" | 
					
						
							|  |  |  |     "io.files" | 
					
						
							|  |  |  |     "io.files.private" | 
					
						
							|  |  |  |     "io.streams.c" | 
					
						
							| 
									
										
										
										
											2008-10-23 06:49:32 -04:00
										 |  |  |     "locals.backend" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "kernel" | 
					
						
							|  |  |  |     "kernel.private" | 
					
						
							|  |  |  |     "math" | 
					
						
							| 
									
										
										
										
											2009-05-02 14:45:38 -04:00
										 |  |  |     "math.parser.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "math.private" | 
					
						
							|  |  |  |     "memory" | 
					
						
							| 
									
										
										
										
											2009-05-02 14:45:38 -04:00
										 |  |  |     "memory.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "quotations" | 
					
						
							|  |  |  |     "quotations.private" | 
					
						
							|  |  |  |     "sbufs" | 
					
						
							|  |  |  |     "sbufs.private" | 
					
						
							|  |  |  |     "scratchpad" | 
					
						
							|  |  |  |     "sequences" | 
					
						
							|  |  |  |     "sequences.private" | 
					
						
							|  |  |  |     "slots.private" | 
					
						
							|  |  |  |     "strings" | 
					
						
							|  |  |  |     "strings.private" | 
					
						
							|  |  |  |     "system" | 
					
						
							| 
									
										
										
										
											2008-03-06 21:44:52 -05:00
										 |  |  |     "system.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "threads.private" | 
					
						
							| 
									
										
										
										
											2009-11-05 02:07:59 -05:00
										 |  |  |     "tools.dispatch.private" | 
					
						
							| 
									
										
										
										
											2011-09-05 19:27:37 -04:00
										 |  |  |     "tools.memory.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "tools.profiler.private" | 
					
						
							|  |  |  |     "words" | 
					
						
							| 
									
										
										
										
											2009-09-27 22:09:11 -04:00
										 |  |  |     "words.private" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  |     "vectors" | 
					
						
							|  |  |  |     "vectors.private" | 
					
						
							| 
									
										
										
										
											2009-09-02 05:43:21 -04:00
										 |  |  |     "vm" | 
					
						
							| 
									
										
										
										
											2008-03-18 22:45:04 -04:00
										 |  |  | } [ create-vocab drop ] each
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-12-25 18:10:05 -05:00
										 |  |  | ! Builtin classes | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | : lookup-type-number ( word -- n )
 | 
					
						
							|  |  |  |     global [ target-word ] bind type-number ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | : register-builtin ( class -- )
 | 
					
						
							| 
									
										
										
										
											2008-03-31 02:19:21 -04:00
										 |  |  |     [ dup lookup-type-number "type" set-word-prop ] | 
					
						
							|  |  |  |     [ dup "type" word-prop builtins get set-nth ] | 
					
						
							| 
									
										
										
										
											2008-05-11 00:59:02 -04:00
										 |  |  |     [ f f f builtin-class define-class ] | 
					
						
							| 
									
										
										
										
											2008-04-02 19:50:21 -04:00
										 |  |  |     tri ;
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-06-28 03:36:20 -04:00
										 |  |  | : prepare-slots ( slots -- slots' )
 | 
					
						
							| 
									
										
										
										
											2008-06-29 22:37:57 -04:00
										 |  |  |     [ [ dup pair? [ first2 create ] when ] map ] map ;
 | 
					
						
							| 
									
										
										
										
											2008-06-28 03:36:20 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | : define-builtin-slots ( class slots -- )
 | 
					
						
							| 
									
										
										
										
											2008-07-14 00:26:43 -04:00
										 |  |  |     prepare-slots make-slots 1 finalize-slots | 
					
						
							| 
									
										
										
										
											2008-06-28 03:36:20 -04:00
										 |  |  |     [ "slots" set-word-prop ] [ define-accessors ] 2bi ;
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-20 06:44:34 -05:00
										 |  |  | : define-builtin-predicate ( class -- )
 | 
					
						
							|  |  |  |     dup class>type [ eq? ] curry [ tag ] prepend define-predicate ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | : define-builtin ( symbol slotspec -- )
 | 
					
						
							| 
									
										
										
										
											2008-11-23 03:44:56 -05:00
										 |  |  |     [ [ define-builtin-predicate ] keep ] dip define-builtin-slots ;
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-04-02 19:50:21 -04:00
										 |  |  | "fixnum" "math" create register-builtin | 
					
						
							|  |  |  | "bignum" "math" create register-builtin | 
					
						
							|  |  |  | "tuple" "kernel" create register-builtin | 
					
						
							|  |  |  | "float" "math" create register-builtin | 
					
						
							|  |  |  | "f" "syntax" lookup register-builtin | 
					
						
							|  |  |  | "array" "arrays" create register-builtin | 
					
						
							|  |  |  | "wrapper" "kernel" create register-builtin | 
					
						
							|  |  |  | "callstack" "kernel" create register-builtin | 
					
						
							|  |  |  | "string" "strings" create register-builtin | 
					
						
							|  |  |  | "quotation" "quotations" create register-builtin | 
					
						
							|  |  |  | "dll" "alien" create register-builtin | 
					
						
							|  |  |  | "alien" "alien" create register-builtin | 
					
						
							|  |  |  | "word" "words" create register-builtin | 
					
						
							|  |  |  | "byte-array" "byte-arrays" create register-builtin | 
					
						
							| 
									
										
										
										
											2008-02-04 17:20:07 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-06-29 03:12:44 -04:00
										 |  |  | ! We need this before defining c-ptr below | 
					
						
							|  |  |  | "f" "syntax" lookup { } define-builtin | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | "f" "syntax" create [ not ] "predicate" set-word-prop | 
					
						
							|  |  |  | "f?" "syntax" vocab-words delete-at
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ! Some unions | 
					
						
							|  |  |  | "c-ptr" "alien" create [ | 
					
						
							|  |  |  |     "alien" "alien" lookup , | 
					
						
							|  |  |  |     "f" "syntax" lookup , | 
					
						
							|  |  |  |     "byte-array" "byte-arrays" lookup , | 
					
						
							|  |  |  | ] { } make define-union-class | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ! A predicate class used for declarations | 
					
						
							|  |  |  | "array-capacity" "sequences.private" create | 
					
						
							|  |  |  | "fixnum" "math" lookup | 
					
						
							| 
									
										
										
										
											2008-11-23 05:22:38 -05:00
										 |  |  | [ | 
					
						
							|  |  |  |     [ dup 0 fixnum>= ] % | 
					
						
							|  |  |  |     bootstrap-max-array-capacity <fake-bignum> [ fixnum<= ] curry , | 
					
						
							|  |  |  |     [ [ drop f ] if ] % | 
					
						
							|  |  |  | ] [ ] make | 
					
						
							| 
									
										
										
										
											2008-06-29 03:12:44 -04:00
										 |  |  | define-predicate-class | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-06 10:16:29 -05:00
										 |  |  | "array-capacity" "sequences.private" lookup | 
					
						
							| 
									
										
										
										
											2008-12-09 00:37:18 -05:00
										 |  |  | [ >fixnum ] bootstrap-max-array-capacity <fake-bignum> [ fixnum-bitand ] curry append
 | 
					
						
							| 
									
										
										
										
											2008-12-06 10:16:29 -05:00
										 |  |  | "coercer" set-word-prop | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-04-02 19:50:21 -04:00
										 |  |  | ! Catch-all class for providing a default method. | 
					
						
							| 
									
										
										
										
											2008-05-11 02:37:37 -04:00
										 |  |  | "object" "kernel" create | 
					
						
							|  |  |  | [ f f { } intersection-class define-class ] | 
					
						
							|  |  |  | [ [ drop t ] "predicate" set-word-prop ] | 
					
						
							|  |  |  | bi
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-04-02 22:27:49 -04:00
										 |  |  | "object?" "kernel" vocab-words delete-at
 | 
					
						
							| 
									
										
										
										
											2008-04-02 19:50:21 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | ! Empty class with no instances | 
					
						
							| 
									
										
										
										
											2008-04-02 22:27:49 -04:00
										 |  |  | "null" "kernel" create | 
					
						
							| 
									
										
										
										
											2008-05-11 00:59:02 -04:00
										 |  |  | [ f { } f union-class define-class ] | 
					
						
							| 
									
										
										
										
											2008-04-02 22:27:49 -04:00
										 |  |  | [ [ drop f ] "predicate" set-word-prop ] | 
					
						
							|  |  |  | bi
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | "null?" "kernel" vocab-words delete-at
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "fixnum" "math" create { } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | "fixnum" "math" create ">fixnum" "math" create 1quotation "coercer" set-word-prop | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "bignum" "math" create { } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | "bignum" "math" create ">bignum" "math" create 1quotation "coercer" set-word-prop | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "float" "math" create { } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | "float" "math" create ">float" "math" create 1quotation "coercer" set-word-prop | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-07-16 17:48:09 -04:00
										 |  |  | "array" "arrays" create { | 
					
						
							|  |  |  |     { "length" { "array-capacity" "sequences.private" } read-only } | 
					
						
							|  |  |  | } define-builtin | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | "wrapper" "kernel" create { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "wrapped" read-only } | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | } define-builtin | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "string" "strings" create { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "length" { "array-capacity" "sequences.private" } read-only } | 
					
						
							| 
									
										
										
										
											2008-06-29 03:12:44 -04:00
										 |  |  |     "aux" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | } define-builtin | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "quotation" "quotations" create { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "array" { "array" "arrays" } read-only } | 
					
						
							| 
									
										
										
										
											2009-03-16 21:11:36 -04:00
										 |  |  |     "cached-effect" | 
					
						
							|  |  |  |     "cache-counter" | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | } define-builtin | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "dll" "alien" create { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "path" { "byte-array" "byte-arrays" } read-only } | 
					
						
							| 
									
										
										
										
											2008-07-01 17:33:45 -04:00
										 |  |  | } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "alien" "alien" create { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "underlying" { "c-ptr" "alien" } read-only } | 
					
						
							| 
									
										
										
										
											2008-07-01 17:33:45 -04:00
										 |  |  |     "expired" | 
					
						
							|  |  |  | } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "word" "words" create { | 
					
						
							| 
									
										
										
										
											2008-06-29 03:12:44 -04:00
										 |  |  |     { "hashcode" { "fixnum" "math" } } | 
					
						
							|  |  |  |     "name" | 
					
						
							|  |  |  |     "vocabulary" | 
					
						
							| 
									
										
										
										
											2008-06-29 22:37:57 -04:00
										 |  |  |     { "def" { "quotation" "quotations" } initial: [ ] } | 
					
						
							| 
									
										
										
										
											2008-06-29 03:12:44 -04:00
										 |  |  |     "props" | 
					
						
							| 
									
										
										
										
											2009-05-06 20:22:22 -04:00
										 |  |  |     "pic-def" | 
					
						
							|  |  |  |     "pic-tail-def" | 
					
						
							| 
									
										
										
										
											2008-06-29 03:12:44 -04:00
										 |  |  |     { "counter" { "fixnum" "math" } } | 
					
						
							| 
									
										
										
										
											2008-07-11 18:25:46 -04:00
										 |  |  |     { "sub-primitive" read-only } | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | } define-builtin | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-07-16 17:48:09 -04:00
										 |  |  | "byte-array" "byte-arrays" create { | 
					
						
							|  |  |  |     { "length" { "array-capacity" "sequences.private" } read-only } | 
					
						
							|  |  |  | } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-13 19:56:24 -04:00
										 |  |  | "callstack" "kernel" create { } define-builtin | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-07-14 00:26:43 -04:00
										 |  |  | "tuple" "kernel" create | 
					
						
							|  |  |  | [ { } define-builtin ] | 
					
						
							|  |  |  | [ define-tuple-layout ] | 
					
						
							| 
									
										
										
										
											2008-09-03 04:46:56 -04:00
										 |  |  | bi
 | 
					
						
							| 
									
										
										
										
											2008-03-26 04:57:48 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | ! Create special tombstone values | 
					
						
							| 
									
										
										
										
											2008-03-26 18:07:50 -04:00
										 |  |  | "tombstone" "hashtables.private" create | 
					
						
							| 
									
										
										
										
											2008-04-14 06:27:04 -04:00
										 |  |  | tuple
 | 
					
						
							| 
									
										
										
										
											2008-09-03 04:46:56 -04:00
										 |  |  | { "state" } define-tuple-class | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | "((empty))" "hashtables.private" create | 
					
						
							|  |  |  | "tombstone" "hashtables.private" lookup f
 | 
					
						
							| 
									
										
										
										
											2008-12-15 20:44:56 -05:00
										 |  |  | 2array >tuple 1quotation (( -- value )) define-inline | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | "((tombstone))" "hashtables.private" create | 
					
						
							|  |  |  | "tombstone" "hashtables.private" lookup t
 | 
					
						
							| 
									
										
										
										
											2008-12-15 20:44:56 -05:00
										 |  |  | 2array >tuple 1quotation (( -- value )) define-inline | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-01-28 19:15:21 -05:00
										 |  |  | ! Some tuple classes | 
					
						
							| 
									
										
										
										
											2008-02-11 14:50:29 -05:00
										 |  |  | "curry" "kernel" create | 
					
						
							| 
									
										
										
										
											2008-04-14 06:27:04 -04:00
										 |  |  | tuple
 | 
					
						
							| 
									
										
										
										
											2008-02-11 14:50:29 -05:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "obj" read-only } | 
					
						
							|  |  |  |     { "quot" read-only } | 
					
						
							| 
									
										
										
										
											2008-06-28 03:36:20 -04:00
										 |  |  | } prepare-slots define-tuple-class | 
					
						
							| 
									
										
										
										
											2008-02-11 14:50:29 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-26 04:57:48 -04:00
										 |  |  | "curry" "kernel" lookup | 
					
						
							| 
									
										
										
										
											2008-07-20 02:15:58 -04:00
										 |  |  | { | 
					
						
							|  |  |  |     [ f "inline" set-word-prop ] | 
					
						
							|  |  |  |     [ make-flushable ] | 
					
						
							|  |  |  |     [ ] | 
					
						
							| 
									
										
										
										
											2008-11-21 05:37:17 -05:00
										 |  |  |     [ | 
					
						
							|  |  |  |         [ | 
					
						
							|  |  |  |             callable instance-check-quot % | 
					
						
							|  |  |  |             tuple-layout , | 
					
						
							|  |  |  |             \ <tuple-boa> , | 
					
						
							|  |  |  |         ] [ ] make | 
					
						
							|  |  |  |     ] | 
					
						
							| 
									
										
										
										
											2008-07-20 02:15:58 -04:00
										 |  |  | } cleave
 | 
					
						
							| 
									
										
										
										
											2008-06-12 06:49:46 -04:00
										 |  |  | (( obj quot -- curry )) define-declared | 
					
						
							| 
									
										
										
										
											2008-03-26 04:57:48 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-11 14:50:29 -05:00
										 |  |  | "compose" "kernel" create | 
					
						
							| 
									
										
										
										
											2008-04-14 06:27:04 -04:00
										 |  |  | tuple
 | 
					
						
							| 
									
										
										
										
											2008-02-11 14:50:29 -05:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-06-30 02:44:58 -04:00
										 |  |  |     { "first" read-only } | 
					
						
							|  |  |  |     { "second" read-only } | 
					
						
							| 
									
										
										
										
											2008-06-28 03:36:20 -04:00
										 |  |  | } prepare-slots define-tuple-class | 
					
						
							| 
									
										
										
										
											2008-02-11 14:50:29 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-26 04:57:48 -04:00
										 |  |  | "compose" "kernel" lookup | 
					
						
							| 
									
										
										
										
											2008-07-20 02:15:58 -04:00
										 |  |  | { | 
					
						
							|  |  |  |     [ f "inline" set-word-prop ] | 
					
						
							|  |  |  |     [ make-flushable ] | 
					
						
							|  |  |  |     [ ] | 
					
						
							| 
									
										
										
										
											2008-11-21 05:37:17 -05:00
										 |  |  |     [ | 
					
						
							|  |  |  |         [ | 
					
						
							| 
									
										
										
										
											2008-11-23 03:44:56 -05:00
										 |  |  |             callable instance-check-quot [ dip ] curry % | 
					
						
							| 
									
										
										
										
											2008-11-21 05:37:17 -05:00
										 |  |  |             callable instance-check-quot % | 
					
						
							|  |  |  |             tuple-layout , | 
					
						
							|  |  |  |             \ <tuple-boa> , | 
					
						
							|  |  |  |         ] [ ] make | 
					
						
							|  |  |  |     ] | 
					
						
							| 
									
										
										
										
											2008-07-20 02:15:58 -04:00
										 |  |  | } cleave
 | 
					
						
							| 
									
										
										
										
											2008-06-12 06:49:46 -04:00
										 |  |  | (( quot1 quot2 -- compose )) define-declared | 
					
						
							| 
									
										
										
										
											2008-03-26 04:57:48 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-07-11 18:25:46 -04:00
										 |  |  | ! Sub-primitive words | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  | : make-sub-primitive ( word vocab effect -- )
 | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     [ | 
					
						
							|  |  |  |         create | 
					
						
							|  |  |  |         dup t "primitive" set-word-prop | 
					
						
							|  |  |  |         dup 1quotation | 
					
						
							|  |  |  |     ] dip define-declared ;
 | 
					
						
							| 
									
										
										
										
											2008-07-11 18:25:46 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-01-05 21:47:36 -05:00
										 |  |  |     { "mega-cache-lookup" "generic.single.private" (( methods index cache -- )) } | 
					
						
							|  |  |  |     { "inline-cache-miss" "generic.single.private" (( generic methods index cache -- )) } | 
					
						
							|  |  |  |     { "inline-cache-miss-tail" "generic.single.private" (( generic methods index cache -- )) } | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  |     { "drop" "kernel" (( x -- )) } | 
					
						
							|  |  |  |     { "2drop" "kernel" (( x y -- )) } | 
					
						
							|  |  |  |     { "3drop" "kernel" (( x y z -- )) } | 
					
						
							|  |  |  |     { "dup" "kernel" (( x -- x x )) } | 
					
						
							|  |  |  |     { "2dup" "kernel" (( x y -- x y x y )) } | 
					
						
							|  |  |  |     { "3dup" "kernel" (( x y z -- x y z x y z )) } | 
					
						
							|  |  |  |     { "rot" "kernel" (( x y z -- y z x )) } | 
					
						
							|  |  |  |     { "-rot" "kernel" (( x y z -- z x y )) } | 
					
						
							|  |  |  |     { "dupd" "kernel" (( x y -- x x y )) } | 
					
						
							|  |  |  |     { "swapd" "kernel" (( x y z -- y x z )) } | 
					
						
							|  |  |  |     { "nip" "kernel" (( x y -- y )) } | 
					
						
							|  |  |  |     { "2nip" "kernel" (( x y z -- z )) } | 
					
						
							|  |  |  |     { "over" "kernel" (( x y -- x y x )) } | 
					
						
							|  |  |  |     { "pick" "kernel" (( x y z -- x y z x )) } | 
					
						
							|  |  |  |     { "swap" "kernel" (( x y -- y x )) } | 
					
						
							|  |  |  |     { "eq?" "kernel" (( obj1 obj2 -- ? )) } | 
					
						
							|  |  |  |     { "tag" "kernel.private" (( object -- n )) } | 
					
						
							| 
									
										
										
										
											2010-01-05 21:47:36 -05:00
										 |  |  |     { "(execute)" "kernel.private" (( word -- )) } | 
					
						
							|  |  |  |     { "(call)" "kernel.private" (( quot -- )) } | 
					
						
							| 
									
										
										
										
											2010-09-04 15:58:59 -04:00
										 |  |  |     { "fpu-state" "kernel.private" (( -- )) } | 
					
						
							| 
									
										
										
										
											2010-09-01 23:46:39 -04:00
										 |  |  |     { "set-fpu-state" "kernel.private" (( -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-05 21:47:36 -05:00
										 |  |  |     { "unwind-native-frames" "kernel.private" (( -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "set-callstack" "kernel.private" (( callstack -- * )) } | 
					
						
							| 
									
										
										
										
											2010-01-05 21:47:36 -05:00
										 |  |  |     { "lazy-jit-compile" "kernel.private" (( -- )) } | 
					
						
							|  |  |  |     { "c-to-factor" "kernel.private" (( -- )) } | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  |     { "slot" "slots.private" (( obj m -- value )) } | 
					
						
							|  |  |  |     { "get-local" "locals.backend" (( n -- obj )) } | 
					
						
							|  |  |  |     { "load-local" "locals.backend" (( obj -- )) } | 
					
						
							|  |  |  |     { "drop-locals" "locals.backend" (( n -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-05 21:47:36 -05:00
										 |  |  |     { "both-fixnums?" "math.private" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "fixnum+fast" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-fast" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum*fast" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-bitand" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-bitor" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-bitxor" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-bitnot" "math.private" (( x -- y )) } | 
					
						
							|  |  |  |     { "fixnum-mod" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-shift-fast" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum/i-fast" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum/mod-fast" "math.private" (( x y -- z w )) } | 
					
						
							|  |  |  |     { "fixnum+" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum-" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum*" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum<" "math.private" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "fixnum<=" "math.private" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum>" "math.private" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "fixnum>=" "math.private" (( x y -- ? )) } | 
					
						
							| 
									
										
										
										
											2010-04-25 20:19:50 -04:00
										 |  |  |     { "string-nth-fast" "strings.private" (( n string -- ch )) } | 
					
						
							| 
									
										
										
										
											2010-03-27 08:13:57 -04:00
										 |  |  |     { "(set-context)" "threads.private" (( obj context -- obj' )) } | 
					
						
							| 
									
										
										
										
											2010-03-30 21:47:48 -04:00
										 |  |  |     { "(set-context-and-delete)" "threads.private" (( obj context -- * )) } | 
					
						
							| 
									
										
										
										
											2010-03-27 08:13:57 -04:00
										 |  |  |     { "(start-context)" "threads.private" (( obj quot -- obj' )) } | 
					
						
							| 
									
										
										
										
											2010-03-30 21:47:48 -04:00
										 |  |  |     { "(start-context-and-delete)" "threads.private" (( obj quot -- * )) } | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  | } [ first3 make-sub-primitive ] each
 | 
					
						
							| 
									
										
										
										
											2008-07-11 18:25:46 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-12-25 18:10:05 -05:00
										 |  |  | ! Primitive words | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  | : make-primitive ( word vocab function effect -- )
 | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  |     [ | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |         [ | 
					
						
							|  |  |  |             create | 
					
						
							|  |  |  |             dup reset-word | 
					
						
							|  |  |  |             dup t "primitive" set-word-prop | 
					
						
							|  |  |  |         ] dip
 | 
					
						
							|  |  |  |         ascii string>alien [ do-primitive ] curry
 | 
					
						
							| 
									
										
										
										
											2009-03-23 04:03:44 -04:00
										 |  |  |     ] dip define-declared ;
 | 
					
						
							| 
									
										
										
										
											2007-12-25 18:10:05 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "<callback>" "alien" "primitive_callback" (( return-rewind word -- alien )) } | 
					
						
							|  |  |  |     { "<displaced-alien>" "alien" "primitive_displaced_alien" (( displacement c-ptr -- alien )) } | 
					
						
							|  |  |  |     { "alien-address" "alien" "primitive_alien_address" (( c-ptr -- addr )) } | 
					
						
							|  |  |  |     { "alien-cell" "alien.accessors" "primitive_alien_cell" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-double" "alien.accessors" "primitive_alien_double" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-float" "alien.accessors" "primitive_alien_float" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-signed-1" "alien.accessors" "primitive_alien_signed_1" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-signed-2" "alien.accessors" "primitive_alien_signed_2" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-signed-4" "alien.accessors" "primitive_alien_signed_4" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-signed-8" "alien.accessors" "primitive_alien_signed_8" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-signed-cell" "alien.accessors" "primitive_alien_signed_cell" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-unsigned-1" "alien.accessors" "primitive_alien_unsigned_1" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-unsigned-2" "alien.accessors" "primitive_alien_unsigned_2" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-unsigned-4" "alien.accessors" "primitive_alien_unsigned_4" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-unsigned-8" "alien.accessors" "primitive_alien_unsigned_8" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "alien-unsigned-cell" "alien.accessors" "primitive_alien_unsigned_cell" (( c-ptr n -- value )) } | 
					
						
							|  |  |  |     { "set-alien-cell" "alien.accessors" "primitive_set_alien_cell" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-double" "alien.accessors" "primitive_set_alien_double" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-float" "alien.accessors" "primitive_set_alien_float" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-signed-1" "alien.accessors" "primitive_set_alien_signed_1" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-signed-2" "alien.accessors" "primitive_set_alien_signed_2" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-signed-4" "alien.accessors" "primitive_set_alien_signed_4" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-signed-8" "alien.accessors" "primitive_set_alien_signed_8" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-signed-cell" "alien.accessors" "primitive_set_alien_signed_cell" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-unsigned-1" "alien.accessors" "primitive_set_alien_unsigned_1" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-unsigned-2" "alien.accessors" "primitive_set_alien_unsigned_2" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-unsigned-4" "alien.accessors" "primitive_set_alien_unsigned_4" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-unsigned-8" "alien.accessors" "primitive_set_alien_unsigned_8" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "set-alien-unsigned-cell" "alien.accessors" "primitive_set_alien_unsigned_cell" (( value c-ptr n -- )) } | 
					
						
							|  |  |  |     { "(dlopen)" "alien.libraries" "primitive_dlopen" (( path -- dll )) } | 
					
						
							|  |  |  |     { "(dlsym)" "alien.libraries" "primitive_dlsym" (( name dll -- alien )) } | 
					
						
							| 
									
										
										
										
											2011-05-20 18:11:50 -04:00
										 |  |  |     { "(dlsym-raw)" "alien.libraries" "primitive_dlsym_raw" (( name dll -- alien )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "dlclose" "alien.libraries" "primitive_dlclose" (( dll -- )) } | 
					
						
							|  |  |  |     { "dll-valid?" "alien.libraries" "primitive_dll_validp" (( dll -- ? )) } | 
					
						
							| 
									
										
										
										
											2010-03-26 22:44:43 -04:00
										 |  |  |     { "current-callback" "alien.private" "primitive_current_callback" (( -- n )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "<array>" "arrays" "primitive_array" (( n elt -- array )) } | 
					
						
							| 
									
										
										
										
											2010-06-22 15:46:54 -04:00
										 |  |  |     { "resize-array" "arrays" "primitive_resize_array" (( n array -- new-array )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "(byte-array)" "byte-arrays" "primitive_uninitialized_byte_array" (( n -- byte-array )) } | 
					
						
							|  |  |  |     { "<byte-array>" "byte-arrays" "primitive_byte_array" (( n -- byte-array )) } | 
					
						
							| 
									
										
										
										
											2010-06-22 15:46:54 -04:00
										 |  |  |     { "resize-byte-array" "byte-arrays" "primitive_resize_byte_array" (( n byte-array -- new-byte-array )) } | 
					
						
							| 
									
										
										
										
											2010-03-10 01:38:41 -05:00
										 |  |  |     { "<tuple-boa>" "classes.tuple.private" "primitive_tuple_boa" (( slots... layout -- tuple )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "<tuple>" "classes.tuple.private" "primitive_tuple" (( layout -- tuple )) } | 
					
						
							| 
									
										
										
										
											2010-02-01 08:49:05 -05:00
										 |  |  |     { "modify-code-heap" "compiler.units" "primitive_modify_code_heap" (( alist update-existing? reset-pics? -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "lookup-method" "generic.single.private" "primitive_lookup_method" (( object methods -- method )) } | 
					
						
							|  |  |  |     { "mega-cache-miss" "generic.single.private" "primitive_mega_cache_miss" (( methods index cache -- method )) } | 
					
						
							|  |  |  |     { "(exists?)" "io.files.private" "primitive_existsp" (( path -- ? )) } | 
					
						
							|  |  |  |     { "(fopen)" "io.streams.c" "primitive_fopen" (( path mode -- alien )) } | 
					
						
							|  |  |  |     { "fclose" "io.streams.c" "primitive_fclose" (( alien -- )) } | 
					
						
							|  |  |  |     { "fflush" "io.streams.c" "primitive_fflush" (( alien -- )) } | 
					
						
							| 
									
										
										
										
											2011-10-14 23:36:17 -04:00
										 |  |  |     { "fgetc" "io.streams.c" "primitive_fgetc" (( alien -- byte/f )) } | 
					
						
							|  |  |  |     { "fputc" "io.streams.c" "primitive_fputc" (( byte alien -- )) } | 
					
						
							| 
									
										
										
										
											2011-10-11 02:04:55 -04:00
										 |  |  |     { "fread-unsafe" "io.streams.c" "primitive_fread" (( n buf alien -- count )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "fseek" "io.streams.c" "primitive_fseek" (( alien offset whence -- )) } | 
					
						
							|  |  |  |     { "ftell" "io.streams.c" "primitive_ftell" (( alien -- n )) } | 
					
						
							| 
									
										
										
										
											2010-02-24 02:18:41 -05:00
										 |  |  |     { "fwrite" "io.streams.c" "primitive_fwrite" (( data length alien -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "(clone)" "kernel" "primitive_clone" (( obj -- newobj )) } | 
					
						
							|  |  |  |     { "<wrapper>" "kernel" "primitive_wrapper" (( obj -- wrapper )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "callstack" "kernel" "primitive_callstack" (( -- callstack )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "callstack>array" "kernel" "primitive_callstack_to_array" (( callstack -- array )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "datastack" "kernel" "primitive_datastack" (( -- array )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "die" "kernel" "primitive_die" (( -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "retainstack" "kernel" "primitive_retainstack" (( -- array )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "(identity-hashcode)" "kernel.private" "primitive_identity_hashcode" (( obj -- code )) } | 
					
						
							|  |  |  |     { "become" "kernel.private" "primitive_become" (( old new -- )) } | 
					
						
							| 
									
										
										
										
											2010-04-19 21:08:15 -04:00
										 |  |  |     { "callstack-bounds" "kernel.private" "primitive_callstack_bounds" (( -- start end )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "check-datastack" "kernel.private" "primitive_check_datastack" (( array in# out# -- ? )) } | 
					
						
							|  |  |  |     { "compute-identity-hashcode" "kernel.private" "primitive_compute_identity_hashcode" (( obj -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-18 05:06:00 -04:00
										 |  |  |     { "context-object" "kernel.private" "primitive_context_object" (( n -- obj )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "innermost-frame-executing" "kernel.private" "primitive_innermost_stack_frame_executing" (( callstack -- obj )) } | 
					
						
							|  |  |  |     { "innermost-frame-scan" "kernel.private" "primitive_innermost_stack_frame_scan" (( callstack -- n )) } | 
					
						
							| 
									
										
										
										
											2010-03-18 05:06:00 -04:00
										 |  |  |     { "set-context-object" "kernel.private" "primitive_set_context_object" (( obj n -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "set-datastack" "kernel.private" "primitive_set_datastack" (( array -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "set-innermost-frame-quot" "kernel.private" "primitive_set_innermost_stack_frame_quot" (( n callstack -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "set-retainstack" "kernel.private" "primitive_set_retainstack" (( array -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "set-special-object" "kernel.private" "primitive_set_special_object" (( obj n -- )) } | 
					
						
							|  |  |  |     { "special-object" "kernel.private" "primitive_special_object" (( n -- obj )) } | 
					
						
							|  |  |  |     { "strip-stack-traces" "kernel.private" "primitive_strip_stack_traces" (( -- )) } | 
					
						
							|  |  |  |     { "unimplemented" "kernel.private" "primitive_unimplemented" (( -- * )) } | 
					
						
							|  |  |  |     { "load-locals" "locals.backend" "primitive_load_locals" (( ... n -- )) } | 
					
						
							|  |  |  |     { "bits>double" "math" "primitive_bits_double" (( n -- x )) } | 
					
						
							|  |  |  |     { "bits>float" "math" "primitive_bits_float" (( n -- x )) } | 
					
						
							|  |  |  |     { "double>bits" "math" "primitive_double_bits" (( x -- n )) } | 
					
						
							|  |  |  |     { "float>bits" "math" "primitive_float_bits" (( x -- n )) } | 
					
						
							| 
									
										
										
										
											2010-04-14 00:21:28 -04:00
										 |  |  |     { "(format-float)" "math.parser.private" "primitive_format_float" (( n format -- byte-array )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "bignum*" "math.private" "primitive_bignum_multiply" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum+" "math.private" "primitive_bignum_add" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum-" "math.private" "primitive_bignum_subtract" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum-bit?" "math.private" "primitive_bignum_bitp" (( n x -- ? )) } | 
					
						
							|  |  |  |     { "bignum-bitand" "math.private" "primitive_bignum_and" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum-bitnot" "math.private" "primitive_bignum_not" (( x -- y )) } | 
					
						
							|  |  |  |     { "bignum-bitor" "math.private" "primitive_bignum_or" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum-bitxor" "math.private" "primitive_bignum_xor" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum-log2" "math.private" "primitive_bignum_log2" (( x -- n )) } | 
					
						
							|  |  |  |     { "bignum-mod" "math.private" "primitive_bignum_mod" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum-shift" "math.private" "primitive_bignum_shift" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum/i" "math.private" "primitive_bignum_divint" (( x y -- z )) } | 
					
						
							|  |  |  |     { "bignum/mod" "math.private" "primitive_bignum_divmod" (( x y -- z w )) } | 
					
						
							|  |  |  |     { "bignum<" "math.private" "primitive_bignum_less" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "bignum<=" "math.private" "primitive_bignum_lesseq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "bignum=" "math.private" "primitive_bignum_eq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "bignum>" "math.private" "primitive_bignum_greater" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "bignum>=" "math.private" "primitive_bignum_greatereq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "bignum>fixnum" "math.private" "primitive_bignum_to_fixnum" (( x -- y )) } | 
					
						
							|  |  |  |     { "fixnum-shift" "math.private" "primitive_fixnum_shift" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum/i" "math.private" "primitive_fixnum_divint" (( x y -- z )) } | 
					
						
							|  |  |  |     { "fixnum/mod" "math.private" "primitive_fixnum_divmod" (( x y -- z w )) } | 
					
						
							|  |  |  |     { "fixnum>bignum" "math.private" "primitive_fixnum_to_bignum" (( x -- y )) } | 
					
						
							|  |  |  |     { "fixnum>float" "math.private" "primitive_fixnum_to_float" (( x -- y )) } | 
					
						
							|  |  |  |     { "float*" "math.private" "primitive_float_multiply" (( x y -- z )) } | 
					
						
							|  |  |  |     { "float+" "math.private" "primitive_float_add" (( x y -- z )) } | 
					
						
							|  |  |  |     { "float-" "math.private" "primitive_float_subtract" (( x y -- z )) } | 
					
						
							|  |  |  |     { "float-u<" "math.private" "primitive_float_less" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float-u<=" "math.private" "primitive_float_lesseq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float-u>" "math.private" "primitive_float_greater" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float-u>=" "math.private" "primitive_float_greatereq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float/f" "math.private" "primitive_float_divfloat" (( x y -- z )) } | 
					
						
							|  |  |  |     { "float<" "math.private" "primitive_float_less" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float<=" "math.private" "primitive_float_lesseq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float=" "math.private" "primitive_float_eq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float>" "math.private" "primitive_float_greater" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float>=" "math.private" "primitive_float_greatereq" (( x y -- ? )) } | 
					
						
							|  |  |  |     { "float>bignum" "math.private" "primitive_float_to_bignum" (( x -- y )) } | 
					
						
							|  |  |  |     { "float>fixnum" "math.private" "primitive_float_to_fixnum" (( x -- y )) } | 
					
						
							|  |  |  |     { "all-instances" "memory" "primitive_all_instances" (( -- array )) } | 
					
						
							| 
									
										
										
										
											2011-09-05 19:27:37 -04:00
										 |  |  |     { "(code-blocks)" "tools.memory.private" "primitive_code_blocks" (( -- array )) } | 
					
						
							|  |  |  |     { "(code-room)" "tools.memory.private" "primitive_code_room" (( -- code-room )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "compact-gc" "memory" "primitive_compact_gc" (( -- )) } | 
					
						
							| 
									
										
										
										
											2011-09-05 19:27:37 -04:00
										 |  |  |     { "(data-room)" "tools.memory.private" "primitive_data_room" (( -- data-room )) } | 
					
						
							|  |  |  |     { "disable-gc-events" "tools.memory.private" "primitive_disable_gc_events" (( -- events )) } | 
					
						
							|  |  |  |     { "enable-gc-events" "tools.memory.private" "primitive_enable_gc_events" (( -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "gc" "memory" "primitive_full_gc" (( -- )) } | 
					
						
							|  |  |  |     { "minor-gc" "memory" "primitive_minor_gc" (( -- )) } | 
					
						
							|  |  |  |     { "size" "memory" "primitive_size" (( obj -- n )) } | 
					
						
							| 
									
										
										
										
											2010-01-20 23:40:25 -05:00
										 |  |  |     { "(save-image)" "memory.private" "primitive_save_image" (( path1 path2 -- )) } | 
					
						
							|  |  |  |     { "(save-image-and-exit)" "memory.private" "primitive_save_image_and_exit" (( path1 path2 -- )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "jit-compile" "quotations" "primitive_jit_compile" (( quot -- )) } | 
					
						
							|  |  |  |     { "quot-compiled?" "quotations" "primitive_quot_compiled_p" (( quot -- ? )) } | 
					
						
							|  |  |  |     { "quotation-code" "quotations" "primitive_quotation_code" (( quot -- start end )) } | 
					
						
							|  |  |  |     { "array>quotation" "quotations.private" "primitive_array_to_quotation" (( array -- quot )) } | 
					
						
							|  |  |  |     { "set-slot" "slots.private" "primitive_set_slot" (( value obj n -- )) } | 
					
						
							|  |  |  |     { "<string>" "strings" "primitive_string" (( n ch -- string )) } | 
					
						
							|  |  |  |     { "resize-string" "strings" "primitive_resize_string" (( n str -- newstr )) } | 
					
						
							|  |  |  |     { "set-string-nth-fast" "strings.private" "primitive_set_string_nth_fast" (( ch n string -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-30 21:47:48 -04:00
										 |  |  |     { "(exit)" "system" "primitive_exit" (( n -- * )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "nano-count" "system" "primitive_nano_count" (( -- ns )) } | 
					
						
							|  |  |  |     { "(sleep)" "threads.private" "primitive_sleep" (( nanos -- )) } | 
					
						
							| 
									
										
										
										
											2010-03-29 20:40:17 -04:00
										 |  |  |     { "callstack-for" "threads.private" "primitive_callstack_for" (( context -- array )) } | 
					
						
							|  |  |  |     { "context-object-for" "threads.private" "primitive_context_object_for" (( n context -- obj )) } | 
					
						
							|  |  |  |     { "datastack-for" "threads.private" "primitive_datastack_for" (( context -- array )) } | 
					
						
							|  |  |  |     { "retainstack-for" "threads.private" "primitive_retainstack_for" (( context -- array )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  |     { "dispatch-stats" "tools.dispatch.private" "primitive_dispatch_stats" (( -- stats )) } | 
					
						
							|  |  |  |     { "reset-dispatch-stats" "tools.dispatch.private" "primitive_reset_dispatch_stats" (( -- )) } | 
					
						
							|  |  |  |     { "profiling" "tools.profiler.private" "primitive_profiling" (( ? -- )) } | 
					
						
							|  |  |  |     { "optimized?" "words" "primitive_optimized_p" (( word -- ? )) } | 
					
						
							|  |  |  |     { "word-code" "words" "primitive_word_code" (( word -- start end )) } | 
					
						
							| 
									
										
										
										
											2010-03-30 21:47:48 -04:00
										 |  |  |     { "(word)" "words.private" "primitive_word" (( name vocab hashcode -- word )) } | 
					
						
							| 
									
										
										
										
											2010-01-19 02:00:33 -05:00
										 |  |  | } [ first4 make-primitive ] each
 | 
					
						
							| 
									
										
										
										
											2007-12-25 18:10:05 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | ! Bump build number | 
					
						
							| 
									
										
										
										
											2009-05-01 20:58:24 -04:00
										 |  |  | "build" "kernel" create build 1 + [ ] curry (( -- n )) define-declared | 
					
						
							| 
									
										
										
										
											2009-11-13 09:05:02 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | ] with-compilation-unit |