Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-09-20 Thread An Onlooker
By a stopwatch. вторник, 16 августа 2016 г., 11:16:19 UTC+3 пользователь Ivan Kuzmin написал: > P.S. May be it is just some strange cognitive effect. Is there a way to > measure time from run button pressing to printing execution results precisely > and objectively somehow? -- You received this

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-08-16 Thread Robby Findler
On Tue, Aug 16, 2016 at 3:16 AM, Ivan Kuzmin wrote: > P.S. May be it is just some strange cognitive effect. Is there a way to > measure time from run button pressing to printing execution results precisely > and objectively somehow? Probably it is real, but you're right that doing this a bit mo

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-08-16 Thread Matthew Flatt
Do you see any change if you start DrRacket in Terminal with env PLT_INCREMENTAL_GC=n /Applications/Racket\ v6.5/bin/drracket ? (That's assuming that Racket is installed as "Racket v6.5" in the "Applications" folder.) As of v6.4, DrRacket uses an incremental GC mode to reduce pauses while pro

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-08-16 Thread Ivan Kuzmin
Hello, Robby! Thank you for your reply. I have done quoting out register-collecting-blit and the flashing gc icon disappeared. But the feeling of slowness is still present, I afraid. I am timing execution with cursor blinks: it blinks once or twice in DrRacket 6.5 while (+ 1 1) execution, but i

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-08-15 Thread Robby Findler
Hi Ivan: here is another experiment to try. What happens if you follow these steps: - start DrRacket - open "Language" menu's "Choose Language..." menu item - select "The Racket Language" (click ok to close the dialog) - select the "File" menu's "Open Require Path..." menu item - type "fr/pr/frame

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-28 Thread Robby Findler
Here's another experiment to try: 1) start DrRacket from the command-line, like this: $ env PLTDRBREAK=1 /Applications/Racket\ v6.5/bin/drracket You should see a small new window appears with two buttons, "Break Main Thread" and "Break All Threads". Hit Run and wait about half of the time yo

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Robby Findler
Thanks. I'm not seeing anything out of the ordinary there. Rats. Robby On Thu, Jul 28, 2016 at 1:40 AM, Ivan Kuzmin wrote: > Here are the results! > > https://gist.github.com/inkuzmin/d5ae6b1287171ae3823fd715fa2e8e0e > > -- > You received this message because you are subscribed to the Google Gro

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Sorry for the redundancy in paste, it seems like all the results are the same but I have copied all five outputs, for the sake of specification. > Here are the results! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this g

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Here are the results! https://gist.github.com/inkuzmin/d5ae6b1287171ae3823fd715fa2e8e0e -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Alex, hello! Thank you for your reply. No, we are just using Beginning Student Language in HTDP course. Apart from my bug report, there are two other similar reports on our forums. But I don't know how persistent the problem is. On the one side if we are the only students that observe that lag,

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Alex Harsanyi
This might be a wild guess, but are you using typed/racket as the language? On my machine (Windows 7, DrRacket 6.6), if I use #lang typed/racket, evaluate it than type "Hello World" in the REPL, it takes about 2 seconds to display the result (after that it seems to run fast). If I just use #la

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Robby Findler
Okay, thanks. (For the record, I use Mac OS X 10.11 routinely and do not experience this issue, so there must be something something else going on. I'm not sure what guess to make next, but it is interesting that 6.2.1 didn't have this issue.) On Wed, Jul 27, 2016 at 9:45 PM, Ivan Kuzmin wrote: >

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
But nothing changes in working order. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Hello, Robby! It took about 15 seconds and no warnings or errors were reported. > It may be that something went wrong with the date stamps. > > Can you try opening a Terminal window and Running the command: (quit > DrRacket first and you should be able to just paste that command into > the Termi

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Robby Findler
It may be that something went wrong with the date stamps. Can you try opening a Terminal window and Running the command: (quit DrRacket first and you should be able to just paste that command into the Terminal window and hit return) /Applications/Racket\ v6.5/bin/raco setup This should print a

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Matthias, hello! Thank you for your reply. I downloaded dmg. Then I copied DrRacket folder into Applications folder and start DrRacket without any additional tuning. > This sounds like your interpreting code instead of running compiled code. > Did you download dmg or source? If the latter, di

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Matthias, hello! Thank you for your reply. I did download dmg. Then I copied DrRacket folder into Applications folder and start DrRacket without any additional tuning. > This sounds like your interpreting code instead of running compiled code. > Did you download dmg or source? If the latter,

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Ivan Kuzmin
Matthias, hello! Thank you for your reply. I did download dmg. Then I copied DrRacket folder into Applications folder and start DrRacket without any additional tuning. четверг, 28 июля 2016 г., 12:23:11 UTC+10 пользователь Matthias Felleisen написал: > This sounds like your interpreting code in

Re: [racket-users] DrRacket 6.5 + OS X El Capitan = slow execution

2016-07-27 Thread Matthias Felleisen
This sounds like your interpreting code instead of running compiled code. Did you download dmg or source? If the latter, did you run setup? > On Jul 27, 2016, at 10:20 PM, Ivan Kuzmin wrote: > > To reproduce: > 1. Download DrRacket x86_64 v6.5 [1] > 2. Start on OS X El Capitan. > 3. Type in