Displaying 5 results from an estimated 5 matches for "call_method".
2010 Aug 08
0
[LLVMdev] MmapAllocator
...> interesting.
>
> ### 2to3 ###
> Mem max: 39008.000 -> 38904.000: 1.0027x smaller
> Usage over time: http://tinyurl.com/3axczjc
>
> ### bzr_startup ###
> Mem max: 11996.000 -> 11984.000: 1.0010x smaller
> Usage over time: http://tinyurl.com/2ucnbhb
>
> ### call_method ###
> Mem max: 11632.000 -> 11544.000: 1.0076x smaller
> Usage over time: http://tinyurl.com/22r6y9r
>
> ### call_method_slots ###
> Mem max: 10908.000 -> 10820.000: 1.0081x smaller
> Usage over time: http://tinyurl.com/3yqb2r4
>
> ### call_method_unknown ###
> Me...
2010 Aug 08
4
[LLVMdev] MmapAllocator
...s. I think the spambayes benchmark was one of the most
interesting.
### 2to3 ###
Mem max: 39008.000 -> 38904.000: 1.0027x smaller
Usage over time: http://tinyurl.com/3axczjc
### bzr_startup ###
Mem max: 11996.000 -> 11984.000: 1.0010x smaller
Usage over time: http://tinyurl.com/2ucnbhb
### call_method ###
Mem max: 11632.000 -> 11544.000: 1.0076x smaller
Usage over time: http://tinyurl.com/22r6y9r
### call_method_slots ###
Mem max: 10908.000 -> 10820.000: 1.0081x smaller
Usage over time: http://tinyurl.com/3yqb2r4
### call_method_unknown ###
Mem max: 11216.000 -> 11152.000: 1.0057x sma...
2011 Feb 19
2
cant start program
...m60 (+0x20cf3) (0x0032e660)
6 0x660dae85 in msvbvm60 (+0xdae84) (0x0032e6b0)
7 0x66020cf4 in msvbvm60 (+0x20cf3) (0x0032e6d0)
8 0x660dae85 in msvbvm60 (+0xdae84) (0x0032e720)
9 0x66020cf4 in msvbvm60 (+0x20cf3) (0x0032e740)
10 0x660dacce in msvbvm60 (+0xdaccd) (0x0032e818)
11 0x7e9c2732 call_method+0x21() in oleaut32 (0x0032e844)
12 0x7e9c6954 DispCallFunc+0x1f3() in oleaut32 (0x0032e8d4)
13 0x660d6a6f in msvbvm60 (+0xd6a6e) (0x0032f230)
14 0x660c999b in msvbvm60 (+0xc999a) (0x0032f270)
15 0x660c9b4c in msvbvm60 (+0xc9b4b) (0x0032f2a0)
16 0x660d129d in msvbvm60 (+0xd129c) (0x0032f30...
2007 Mar 27
0
[LLVMdev] PyPy 1.0: JIT compilers for free and more
...============
Here is a summary list of key features included in PyPy 1.0:
- The Just-In-Time compiler generator, now capable of generating the
first JIT compiler versions of our Python interpreter:
http://codespeak.net/pypy/dist/pypy/doc/jit.html
- More Python interpreter optimizations (a CALL_METHOD bytecode, a method
cache, rope-based strings), now running benchmarks at around half of
CPython's speed (without the JIT):
http://codespeak.net/pypy/dist/pypy/doc/interpreter-optimizations.html
- The Python interpreter can be translated to .NET and enables
interactions with the CLR l...
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need
to come up with a better name for...), can you test the current SVN
code?
I''m mostly wondering if the performance is any better. To use it,
you''ll have to remove your current database, since the database
schema is significantly changed.
I''m getting what looks like an additional 25% reduction