[Factor-talk] FLUSH bug

2009-10-22 Thread Hugh Aguilar
My understanding of the FLUSH word is that it is supposed to flush the output buffer before proceeding. The documentation says: Waits for any pending output on output-stream to complete. This isn't happening on my Windows system (the 10-20-09 download). I noticed this in regard to Slava's

Re: [Factor-talk] FLUSH bug

2009-10-22 Thread Slava Pestov
Hugh, If you run the benchmark from the UI, no output will be displayed until the test word completes. This is because Factor uses co-operative threading and your word does not yield. This is not a big in flush (in fact, writing to the UI output stream, flush has no effect). Slava On Thu, Oct