473,626 Members | 3,063 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Psyco tagging the same function multiple times

I'm trying some stuff with Psyco and am confused about its apparent desire
to compile the same function (or method) multiple times). Here's an
abstract from a recent run:

12:45:15.99 tag function: __main__.Watche r.processUpdate %
12:45:24.95 tag function: __main__.Watche r.processUpdate %
12:45:55.12 tag function: __main__.Watche r.processUpdate %
12:46:12.29 tag function: __main__.Watche r.processUpdate %
12:46:28.09 tag function: __main__.Watche r.processUpdate %
12:47:05.32 tag function: __main__.Watche r.processUpdate %
12:47:48.62 tag function: __main__.Watche r.processUpdate %
12:48:09.63 tag function: __main__.Watche r.processUpdate %
12:48:43.20 tag function: __main__.Watche r.processUpdate %
12:49:58.80 tag function: __main__.Watche r.processUpdate %
12:50:32.20 tag function: __main__.Watche r.processUpdate %
12:51:07.91 tag function: __main__.Watche r.processUpdate %
12:52:17.14 tag function: __main__.Watche r.processUpdate %
12:52:33.67 tag function: __main__.Watche r.processUpdate %

What (if anything) does it mean that it tagged Watcher.process Update more
than once?

Thanks,

Skip
Jun 28 '06 #1
2 1121

sk**@pobox.com wrote:
I'm trying some stuff with Psyco and am confused about its apparent desire
to compile the same function (or method) multiple times). Here's an
abstract from a recent run:

12:45:15.99 tag function: __main__.Watche r.processUpdate %
12:45:24.95 tag function: __main__.Watche r.processUpdate %
12:45:55.12 tag function: __main__.Watche r.processUpdate %
12:46:12.29 tag function: __main__.Watche r.processUpdate %
12:46:28.09 tag function: __main__.Watche r.processUpdate %
12:47:05.32 tag function: __main__.Watche r.processUpdate %
12:47:48.62 tag function: __main__.Watche r.processUpdate %
12:48:09.63 tag function: __main__.Watche r.processUpdate %
12:48:43.20 tag function: __main__.Watche r.processUpdate %
12:49:58.80 tag function: __main__.Watche r.processUpdate %
12:50:32.20 tag function: __main__.Watche r.processUpdate %
12:51:07.91 tag function: __main__.Watche r.processUpdate %
12:52:17.14 tag function: __main__.Watche r.processUpdate %
12:52:33.67 tag function: __main__.Watche r.processUpdate %

What (if anything) does it mean that it tagged Watcher.process Update more
than once?

Thanks,

Skip


I think that's what Armin means by a *specializing* compiler. I
believe it will compile multiple versions based on the arguments going
into a block of code.

Jun 28 '06 #2
What (if anything) does it mean that it tagged Watcher.process Update
more than once?


olsongt> I think that's what Armin means by a *specializing* compiler.
olsongt> I believe it will compile multiple versions based on the
olsongt> arguments going into a block of code.

I don't think that's the case here. The types of the arguments to this
particular method are always the same (self and a complex SWIG-wrapped
beast). It's not like I'm passing in floats one time and ints the next.

Skip

Jun 28 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2145
by: KefX | last post by:
Hey...as for what I'm doing with Python, look at my post "Strange Hotshot problem". To make a long story short, I'm embedding Python in order to write a plugin to a freeware music program; the plugin interfaces to the program with C++, but the plugin calls Python routines to do much (but not all) of the work. Which brings me to the problem. It's SLOW! Well, that's hardly surprising, but anyway...I'm using Psyco, and it's definitely at...
10
1761
by: William S. Perrin | last post by:
I'm a python rookie, anyone have and suggestions to streamline this function? Thanks in advance..... def getdata(myurl): sock = urllib.urlopen(myurl) xmlSrc = sock.read() sock.close() xmldoc = minidom.parseString(xmlSrc)
7
2213
by: Ivan Voras | last post by:
I have this simple *dumb* benchmark-like program: #import psyco #psyco.full() d = 0.0 for i in xrange(1000000000): d += i print d
3
1660
by: Dick Moores | last post by:
psyco is acting a bit psycho for me. Please see my spinForWeb.py at <http://www.rcblue.com/Python/spinForWeb.py> When psyco is in use, entering an integer somewhere between 2000 and 2500 causes my computer to freeze. Not really freeze but the program doesn't finish, and I have to quit with a ^Q. psyco is really impressive, but I'm disappointed that I can't demonstrate (to friends) counting with it to numbers above 2 billion.
5
3349
by: Fausto Arinos Barbuto | last post by:
Hi All; I have Psyco (on Windows XP) and now I want to install it on Linux, too. I FTP'd the tarball (tar.gz) from Psyco's site but can't get it compiled. First, I tried the usual "python setup.py install" but that did not work. I later found a RPM for Psyco but it wasn't suitable to the Linux version I'm currently using. Has any of you had a similar experience? If so, how did you manage to solve the problem (in the case that you...
1
1548
by: Jana | last post by:
Is there an XML-editor that can assist you in marking up the data in an urformatted text document, such that you mark the data and then right-click to access the Schema you have assigned, and choose the tag/attribute in the tree-structure, which then magically appears with your data enclosed? There must be, right? My assignment is to bring order to a truckload of stats from various Athletics events. For individual meetings, the...
6
1603
by: danmcleran | last post by:
I'm not seeing much benefit from psyco (only 5-10% faster). Maybe this example is too trivial? Can someone give me some pointers as to what kind of code would see a dramatic benefit? Here's the code: import time import psyco n = 100000
3
1774
by: a | last post by:
hi i tried psyco+webpy here is the error that i got please let me know if any of you has success run psyco+webpy thanks import web, psyco urls = ( '/', 'view', '/add','add'
15
1914
by: Steve Bergman | last post by:
Just wanted to report a delightful little surprise while experimenting with psyco. The program below performs astonoshingly well with psyco. It finds all the prime numbers < 10,000,000 Processor is AMD64 4000+ running 32 bit. Non psyco'd python version takes 94 seconds.
0
8262
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8196
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8637
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8364
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7192
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5571
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1507
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.