factor/basis/stack-checker
Slava Pestov b6dfdcb909 set-context and start-context primitives can now pass parameters around 2010-03-27 08:13:57 -04:00
..
alien Add context-specific special object table, generalizing catchstack_save and current_callback_save fields of context struct 2010-03-18 22:06:00 +13:00
backend Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
branches combine unbalanced-branches-error and invalid-quotation-input into one error 2010-03-07 22:23:24 -08:00
dependencies Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
errors stack-checker.errors.prettyprint: give it some smart quotes lovin' 2010-03-17 19:20:28 +13:00
inlining tweak declared-effect to wrap the existing known instead of introducing a new value, so we don't confuse the compiler 2010-03-07 18:07:42 -08:00
known-words set-context and start-context primitives can now pass parameters around 2010-03-27 08:13:57 -04:00
recursive-state Compiler warnings are no more 2009-04-23 22:17:25 -05:00
row-polymorphism Add context-specific special object table, generalizing catchstack_save and current_callback_save fields of context struct 2010-03-18 22:06:00 +13:00
state add a with-effect-here combinator that determines the effect of a scoped subset of the stack checker 2010-03-07 16:54:25 -08:00
transforms Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
values reuse @ and _ from fry in placeholders for invalid-quotation-input errors rather than making our own redundant placeholder symbols 2010-03-07 20:08:35 -08:00
visitor Add alien-assembly form for inline assembler, works like alien-invoke except calls a user-supplied quotation instead of generating a subroutine call. Replaces FPU status control, SSE detection and read timestamp routines in vm/cpu-x86.*S 2010-01-07 17:39:22 +13:00
authors.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
stack-checker-docs.factor add documentation about stack effect variable syntax and the effect on the stack checker 2010-03-08 17:17:47 -08:00
stack-checker-tests.factor non-polymorphic input parameter check was too strict: wouldn't allow ( x -- ) for ( x x -- x ), for example 2010-03-09 15:57:00 -08:00
stack-checker.factor refactor stack-checker slightly to fix circular dependency 2010-03-05 14:27:36 -08:00
summary.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
tags.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00