Slava Pestov
|
e859a32096
|
cpu.x86.bootstrap: fix jit-profiling regression
|
2010-03-28 08:29:55 -04:00 |
Slava Pestov
|
f1e19aabdb
|
threads: simplify 'suspend' combinator
|
2010-03-28 08:29:53 -04:00 |
Slava Pestov
|
b6dfdcb909
|
set-context and start-context primitives can now pass parameters around
|
2010-03-27 08:13:57 -04:00 |
Slava Pestov
|
b5f7e91bdc
|
vm: report callstack overflow
|
2010-03-27 07:45:11 -04:00 |
Slava Pestov
|
e6b9e54454
|
stack-checker.known-words: fix load error
|
2010-03-27 03:35:01 -04:00 |
Slava Pestov
|
1717b8d0f7
|
Implement start-context and set-context primitives
|
2010-03-27 02:56:11 -04:00 |
Slava Pestov
|
d98e752199
|
compiler: add intrinsic for context-object primitive
|
2010-03-27 02:56:11 -04:00 |
Slava Pestov
|
e6a15c0b33
|
compiler.tree.propagation: don't constant-fold boa constructors of identity-tuple subclasses
|
2010-03-26 22:44:56 -04:00 |
Slava Pestov
|
560c119cd2
|
vm: actually use context callstacks when running code
|
2010-03-26 22:44:43 -04:00 |
Joe Groff
|
305ea844de
|
tools.deploy.windows: got the "com" and "exe" backwards for deploy-console? flag
|
2010-03-23 15:32:16 -07:00 |
Slava Pestov
|
6299e746f1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-23 01:45:40 -04:00 |
Joe Groff
|
f6561f3c03
|
delegate: add BROADCAST: syntax, delegate generic with no outputs to an array of multiple delegates
|
2010-03-22 22:32:00 -07:00 |
Daniel Ehrenberg
|
88e88207ff
|
Fixing bug in regexp \P
|
2010-03-23 00:30:49 -04:00 |
Joe Groff
|
91c353ef60
|
tools.deploy: make deploy-console? and deploy-ui? independent config variables, so windows apps can be deployed without a console or the ui
|
2010-03-22 16:55:35 -07:00 |
Joe Groff
|
1d4d6f4ce8
|
factor code duplication in compiler.cfg.intrinsics.simd.backend
|
2010-03-20 10:57:04 -07:00 |
Joe Groff
|
f82a368602
|
compiler.cfg.intrinsics.simd.backend: eliminate duplicated work done on successful insn sequence
|
2010-03-20 02:51:49 -07:00 |
Joe Groff
|
ee4913702f
|
compiler.cfg.intrinsics.simd.backend: use less grotesque metaprogramming to determine simd instruction sequences
|
2010-03-20 02:16:50 -07:00 |
Daniel Ehrenberg
|
887c289c6c
|
Merge branch 'master' of git://factorcode.org/git/factor into conditional
|
2010-03-19 06:46:16 -04:00 |
Slava Pestov
|
6aee6b3adc
|
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 |
Daniel Ehrenberg
|
b4bf7b1d9b
|
Making xml literal inverse behavior only load if inverse is loaded
|
2010-03-18 02:07:47 -04:00 |
Daniel Ehrenberg
|
4af88ff9ff
|
Making more vocabs use require-when
|
2010-03-18 01:39:30 -04:00 |
Daniel Ehrenberg
|
eb060443db
|
Updating code to use require-when rather than vocab [ require ] when
|
2010-03-18 01:13:37 -04:00 |
Daniel Ehrenberg
|
8f92583946
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-17 21:38:35 -04:00 |
Daniel Ehrenberg
|
fab9a925c3
|
Reducing bit-sets performance regression somewhat
|
2010-03-17 21:38:06 -04:00 |
Daniel Ehrenberg
|
248730d39f
|
Cleaning up compiler.cfg.ssa.construction
|
2010-03-17 20:12:10 -04:00 |
Slava Pestov
|
75d0f51b30
|
alien.debugger: fix USING: form
|
2010-03-17 19:35:12 +13:00 |
Slava Pestov
|
fb06bbcae7
|
stack-checker.errors.prettyprint: give it some smart quotes lovin'
|
2010-03-17 19:20:28 +13:00 |
Slava Pestov
|
6ff0393e2f
|
debugger: Untangle some dodgy dependencies that were loading locals before prettyprint, resulting in locals.prettyprint not being loaded
|
2010-03-17 19:19:43 +13:00 |
Slava Pestov
|
cdee2439d8
|
grouping: minor cleanup
|
2010-03-17 19:13:25 +13:00 |
Slava Pestov
|
01e5aadcd0
|
unix.types.freebsd: fix time_t typedef
|
2010-03-17 17:39:43 +13:00 |
Daniel Ehrenberg
|
39df2c373f
|
Fixing vocab ambiguities in linux and windows-specific vocabs
|
2010-03-17 00:22:48 -04:00 |
Daniel Ehrenberg
|
b30acddbb0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-16 23:59:50 -04:00 |
Daniel Ehrenberg
|
cd10fed0af
|
Fixing bit sets help
|
2010-03-16 23:59:35 -04:00 |
Joe Groff
|
abd9b30d34
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-16 18:36:02 -07:00 |
Joe Groff
|
632c199636
|
opengl 3.3, 4.0
|
2010-03-16 18:35:46 -07:00 |
Daniel Ehrenberg
|
5e20190bc5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-16 20:38:19 -04:00 |
Joe Groff
|
00b95b1c8a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-16 17:25:57 -07:00 |
Joe Groff
|
fce55c7bb3
|
opengl 3.2; EXT_geometry_shader4 => ARB_geometry_shader4
|
2010-03-16 17:25:34 -07:00 |
Daniel Ehrenberg
|
1da6ea957a
|
Fixing bugs with sets, including adding new within and without words
|
2010-03-16 20:17:26 -04:00 |
Daniel Ehrenberg
|
512fe14e4e
|
Merge branch 'bags' of git://github.com/littledan/Factor
Conflicts:
basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
basis/furnace/auth/auth.factor
basis/stack-checker/backend/backend.factor
|
2010-03-16 13:28:00 -04:00 |
Slava Pestov
|
604ccb0a3a
|
tools.memory: fix unit test
|
2010-03-16 18:35:44 +13:00 |
Slava Pestov
|
9b6b58b240
|
tools.time: fix load error in docs
|
2010-03-16 16:44:36 +13:00 |
Slava Pestov
|
10836ce1bc
|
tools.memory, tools.dispatch: change collect-gc-events and collect-dispatch-stats combinators to output values instead of setting variables
|
2010-03-16 14:00:57 +13:00 |
Joe Groff
|
acb04ad3ed
|
debugger: give a descriptive error for *-in-c-type-name
|
2010-03-15 12:57:38 -07:00 |
Joe Groff
|
08f29d9fcd
|
ui.backend.cocoa.views: change drawRect: method so it does "draw-world" directly instead of relayout-1 yield
|
2010-03-15 12:57:09 -07:00 |
Slava Pestov
|
f0a9912ae9
|
core-foundation.run-loop: remove unnecessary yields. This fixes a thread starvation issue with game.input
|
2010-03-15 19:25:57 +13:00 |
Slava Pestov
|
e30d18aefc
|
http: update docs
|
2010-03-15 19:25:20 +13:00 |
Slava Pestov
|
4c9ae8398c
|
io.servers.connection: fix bogus logging
|
2010-03-14 17:04:36 +13:00 |
Slava Pestov
|
937b05f1de
|
http: clean up and fix some content encoding logic
|
2010-03-13 22:10:36 +13:00 |
Joe Groff
|
cb0e99a962
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-13 00:45:31 -08:00 |
Slava Pestov
|
efe5e22483
|
furnace.syndication: fix load error
|
2010-03-13 21:13:34 +13:00 |
Joe Groff
|
b28f7c97f4
|
add descriptive summary for no-c-type error
|
2010-03-12 23:07:36 -08:00 |
Slava Pestov
|
02a4082e1f
|
http.server: decouple charset header from encoding used to send the data, and serve text files as UTF-8 by default
|
2010-03-13 19:07:35 +13:00 |
Slava Pestov
|
f8e2ddd53f
|
prettyprint.config: short. should not print structs as pointers
|
2010-03-13 19:07:34 +13:00 |
Joe Groff
|
f13a031f8f
|
windows.offscreen: generalize the declared effect of with-memory-dc
|
2010-03-12 19:59:21 -08:00 |
Joe Groff
|
8687a7e283
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-12 14:36:13 -08:00 |
Slava Pestov
|
e8f857f3f6
|
sequences.cords: remove blank lines
|
2010-03-12 16:45:09 +13:00 |
Joe Groff
|
dfbe1211f7
|
pre-chew the bite-sized morsels of stack-checker.row-polymorphism so they're easy for old people to digest
|
2010-03-11 14:09:18 -08:00 |
Slava Pestov
|
16ddd015d3
|
typed: forgetting a final class would throw an error while recompiling typed words depending on it
|
2010-03-12 10:22:35 +13:00 |
Joe Groff
|
452f17c859
|
update effect syntax error names in debugger
|
2010-03-11 11:22:43 -08:00 |
Slava Pestov
|
274a6ec5ce
|
furnace.recaptcha: fix load error
|
2010-03-12 01:23:28 +13:00 |
Slava Pestov
|
977f8e1d2c
|
Merge branch 'row-polymorphism' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-11 22:10:49 +13:00 |
Slava Pestov
|
f6511eb098
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-11 22:10:24 +13:00 |
Joe Groff
|
26ff757de4
|
carve the tough, gamey steak of stack-checker.polymorphism into chewable morsels
|
2010-03-11 00:53:40 -08:00 |
Slava Pestov
|
3189c8d7a1
|
furnace.recaptcha: remove unused variable
|
2010-03-11 21:13:22 +13:00 |
Slava Pestov
|
fd767b7d31
|
furnace.recaptcha: make it easier to use
|
2010-03-11 21:02:39 +13:00 |
Slava Pestov
|
1f593f6bbc
|
furnace.recaptcha: cleanups
|
2010-03-11 19:13:57 +13:00 |
Joe Groff
|
f24a74f66c
|
Merge branch 'master' into row-polymorphism
|
2010-03-10 11:48:41 -08:00 |
Joe Groff
|
18f3df9d4a
|
more help-lint
|
2010-03-09 21:02:43 -08:00 |
Joe Groff
|
b9004a4fff
|
fix up sequences help-lint
|
2010-03-09 20:29:44 -08:00 |
Joe Groff
|
4367b15c4a
|
update help-lint to complain when $quotation effect doesn't match declared effect on corresponding input parameter of stack effect
|
2010-03-09 19:51:04 -08:00 |
Joe Groff
|
b9bced9a5e
|
update docs for unbalanced-branches-error
|
2010-03-09 18:42:10 -08:00 |
Slava Pestov
|
7744559a46
|
compiler.tree.propagation: clean up
|
2010-03-10 15:15:49 +13:00 |
Slava Pestov
|
1bf7db20ed
|
Merge branch 'length' of git://github.com/littledan/Factor
|
2010-03-10 14:30:23 +13:00 |
Joe Groff
|
34b29af245
|
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 |
Daniel Ehrenberg
|
8e227bc874
|
Propagation tracks length just like any other read-only slot
|
2010-03-09 15:58:44 -05:00 |
Joe Groff
|
84aa47610f
|
mop up errors from test-all
|
2010-03-09 10:22:14 -08:00 |
Joe Groff
|
e7968ceffc
|
mop up compiler errors from macosx load-all
|
2010-03-09 00:56:07 -08:00 |
Joe Groff
|
bcbc7632c6
|
fix stack effects in compiler tests
|
2010-03-08 23:46:20 -08:00 |
Joe Groff
|
191ac353fd
|
generalize stack effects so we can bootstrap with the stricter stack effect checking
|
2010-03-08 23:38:10 -08:00 |
Joe Groff
|
3abf1f1ef7
|
stack-checker.row-polymorphism: modify check-variables to enforce non-polymorphic stack effects
|
2010-03-08 19:44:01 -08:00 |
Joe Groff
|
21aa4632c8
|
refactor stack-checker.row-polymorphism a little
|
2010-03-08 19:32:25 -08:00 |
Joe Groff
|
0f8d77952b
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-08 18:14:29 -08:00 |
Joe Groff
|
5597ee691f
|
add documentation about stack effect variable syntax and the effect on the stack checker
|
2010-03-08 17:17:47 -08:00 |
Joe Groff
|
8159a19187
|
combine unbalanced-branches-error and invalid-quotation-input into one error
|
2010-03-07 22:23:24 -08:00 |
Joe Groff
|
9e6f84bc24
|
declare effect on inputs to infer-if in non-literal case, so we get a better error than "unbalanced drop call/nip call"
|
2010-03-07 21:37:24 -08:00 |
Joe Groff
|
6689113519
|
unify inner-d-index when unifying branches; close a few other leaks where meta-d could have been popped without updating inner-d-index
|
2010-03-07 20:44:50 -08:00 |
Joe Groff
|
66687d6b21
|
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 |
Joe Groff
|
f353b13bbc
|
add unit test from quotation that fails to infer during bootstrap.compiler
|
2010-03-07 20:07:30 -08:00 |
Joe Groff
|
4cd6ad840d
|
add tests from old row-polymorphism implementation to stack-checker unit tests
|
2010-03-07 19:13:41 -08:00 |
Joe Groff
|
1512ed12f3
|
further improve error message for invalid quotation inputs using a table display with the actual quotation effects determined so far
|
2010-03-07 18:40:58 -08:00 |
Joe Groff
|
ea4545e366
|
improve error message for invalid quotation inputs by referencing each declared-effect to its other references
|
2010-03-07 18:27:55 -08:00 |
Joe Groff
|
011a39457e
|
clear away some rebar
|
2010-03-07 18:11:44 -08:00 |
Joe Groff
|
6b9a79159d
|
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 |
Joe Groff
|
b14d59030f
|
add stack variable unification to M\ declared-effect infer-call*
|
2010-03-07 17:51:41 -08:00 |
Joe Groff
|
bbbda64ee7
|
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 |
Joe Groff
|
63ad397cc1
|
tweak recursive call site checking to consider declared-effects equivalent to their wrapped values
|
2010-03-07 11:55:47 -08:00 |
Joe Groff
|
339cc8f04e
|
row polymorphism new approach: wrap polymorphic quotation inputs in a "declared-effect" value. M\ declared-effect infer-call* will then assert the effect of declared-effect values during the normal course of stack inference
|
2010-03-07 11:54:57 -08:00 |
Joe Groff
|
68dd644233
|
add unit test to show that polymorphic check breaks inference of inline recursive words
|
2010-03-06 12:28:09 -08:00 |
Joe Groff
|
9571bf6d4b
|
give terminating stack effects a pass in the polymorphic checker
|
2010-03-05 21:51:38 -08:00 |