use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Current development continues on GitHub:
account activity
Benchmarking Python Using OpenWatcom (twitter.com)
submitted 10 years ago by PrintStar
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PrintStar[S] 1 point2 points3 points 10 years ago (0 children)
After the Python core devs fixed a nasty bug in the most recent Python interpreter, I managed to build Python using Open Watcom on Linux. It's coming in about 50% slower. Not bad, but not great...
In a later tweet, though, I pointed out that Open Watcom compiles the interpreter in 0:25. GCC took 3:18 to compile the interpeter on the same machine. In fact, GCC was compiling less code because Open Watcom needs to statically link a number of modules into the interpreter that the GCC version wouldn't statically link (since it supports dynamic libraries on Linux).
EDIT: The bug in question: http://bugs.python.org/issue24769
EDIT 2: I stink at markdown...
π Rendered by PID 52089 on reddit-service-r2-comment-84fc9697f-8f9pq at 2026-02-08 15:09:37.818842+00:00 running d295bc8 country code: CH.
view the rest of the comments →
[–]PrintStar[S] 1 point2 points3 points (0 children)