factor/basis/stack-checker
Slava Pestov 32b95c2cdf math: add unordered comparison operators u< u<= u> u>= which behave exactly like < <= > >= except no floating point exceptions are set if one or both inputs are NaNs; also add efficient intrinsic for unordered? predicate, and fix propagation type functions for abs, absq, and bitnot 2009-09-12 22:20:13 -05:00
..
alien alien: move code for supporting CONSTANT: foo 123 { "int" foo } C types into one place instead of the old scattershot approach 2009-08-27 21:49:25 -05:00
backend Throw typed errors instead of strings for calling/executing non-callables 2009-08-11 22:40:29 -05:00
branches stack-checker: fix case where invalid code could infer 2009-05-23 15:50:35 -05:00
errors Some gold plating 2009-05-01 02:03:22 -05:00
inlining Cleaning up USING: lists for new strict semantics 2009-05-14 16:54:16 -05:00
known-words math: add unordered comparison operators u< u<= u> u>= which behave exactly like < <= > >= except no floating point exceptions are set if one or both inputs are NaNs; also add efficient intrinsic for unordered? predicate, and fix propagation type functions for abs, absq, and bitnot 2009-09-12 22:20:13 -05:00
recursive-state Compiler warnings are no more 2009-04-23 22:17:25 -05:00
state Revert part of an earlier ccompiler.tree.checker hange to fix smalltalk.eval regression 2009-04-22 21:03:53 -05:00
transforms combinators.short-circuit: speed up in non-optimized code 2009-07-18 03:33:45 -05:00
values Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
visitor Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
authors.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
stack-checker-docs.factor stack-checker: fix doc typo reported by OneEyed 2009-06-21 15:11:41 -05:00
stack-checker-tests.factor Unit tests for inference behavior of call( and execute( 2009-07-14 01:23:21 -05:00
stack-checker.factor call( and execute( inline known quotations/words in the propagation pass 2009-07-14 01:12:45 -05: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