[IronPython] IronPython 2.6 CodePlex Source Update

merllab at microsoft.com merllab at microsoft.com
Tue Aug 25 17:53:18 CEST 2009


This is an automated email letting you know that sources 
have recently been pushed out.  You can download these newer 
sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/58400.

ADDED SOURCES
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.cs
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs
	$/IronPython/IronPython_Main/Src/Scripts/generate_SharedGlobalAllocator.py

DELETED SOURCES
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/StaticGlobalAllocator.cs

MODIFIED SOURCES
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.cs
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/GlobalAllocator.cs
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/RuntimeScriptCode.cs
	$/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AstGenerator.cs
	$/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleGlobalCache.cs
	$/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightCompiler.cs
	$/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs
	$/IronPython/IronPython_Main/Src/IronPython/IronPython.csproj
	$/IronPython/IronPython_Main/Src/Scripts/generate_SharedGlobalAllocator.py
	$/IronPython/IronPython_Main/Src/Tests/test_superconsole.py

CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1086147
Date: 8/24/2009 8:00:43 PM

(ddicato) Changes the allocation scheme of global variables, cached constants, and CallSites for increased 

access speed and throughput, most notably in function calls. Increased performance comes at the 

price of ~100ms startup time, which we consider to be an acceptable tradeoff.




(Shelveset: allocator;REDMOND\ddicato | SNAP CheckinId: 9236)
--------------------------------------------------------------------------------
Changeset Id: 1085820
Date: 8/24/2009 4:54:49 PM

(dfugate) Trying to fix another spurious failure in test_superconsole.py.  This time around the COM member completion test case seems to randomly take longer than 10 seconds to execute on some of our SNAP machines.  I've modified the test to capture all of stdout, emit more meaningful output when it fails, and reorganized the calls to time.sleep (we need to sleep before taking over stdout/stderr again).


(Shelveset: SUPERCONSOLE;REDMOND\dfugate | SNAP CheckinId: 9233)






More information about the Ironpython-users mailing list