On Fri, Oct 7, 2011 at 3:57 PM, anatoly techtonik <techto...@gmail.com> wrote:
> On Sun, Oct 2, 2011 at 3:17 PM, Maciej Fijalkowski <fij...@gmail.com> wrote:
>> On Sun, Oct 2, 2011 at 8:05 AM, Maciej Fijalkowski <fij...@gmail.com> wrote:
>>> On Sun, Oct 2, 2011 at 5:02 AM, anatoly techtonik <techto...@gmail.com> 
>>> wrote:
>>>> Hello,
>>>>
>>>> I've stumbled upon Dave Beazley's article [1] about trying ancient GIL
>>>> removal patch at
>>>> http://dabeaz.blogspot.com/2011/08/inside-look-at-gil-removal-patch-of.html
>>>> and looking at the output of Python dis module thought that it would
>>>> be cool if there were tools to inspect, explain and play with Python
>>>> bytecode. Little visual assembler, that shows bytecode and disassembly
>>>> side by side and annotates the listing with useful hints (like
>>>> interpreter code optimization decisions). That will greatly help many
>>>> new people understand how Python works and explain complicated stuff
>>>> like GIL and stackless by copy/pasting pictures from there. PyPy has a
>>>> tool named 'jitviewer' [2] that may be that I am looking for, but the
>>>> demo is offline.
>>>
>>> I put demo back online.
>>>
>>
>> It's just that SimpleHTTPServer doesn't quite survive slashdot effect.
>> Where do I fill a bug report :)
>
> http://bugs.python.org

don't have a reproducible workload, it has something to do with
stalling on sendall though (Something!)

>
> Is the demo address is still http://wyvern.cs.uni-duesseldorf.de:5000/
> ? Still can't connect. =|

Restarted

>
> --
> anatoly t.
>
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to