arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

regrtest.py runs out of JIT space when run under -L2 #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running ./python -L2 Lib/test/regrtest.py will eventually crash with a
message of "JIT: Ran out of space for generated machine code!". Reid is
testing a fix now.

Original issue reported on code.google.com by collinw on 11 Jun 2009 at 12:21

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 13 Jul 2009 at 5:50

GoogleCodeExporter commented 8 years ago
This will land in trunk, then get backported to release-2009Q2-maint.

Original comment by collinw on 13 Jul 2009 at 5:51

GoogleCodeExporter commented 8 years ago
Some of the preliminary work for this landed in 
http://llvm.org/viewvc/llvm-project?
view=rev&revision=75059. This is now merged into trunk (r723).

Original comment by collinw on 15 Jul 2009 at 8:49

GoogleCodeExporter commented 8 years ago
The fix to the memory manager has landed in LLVM trunk in r76891, r76902 and 
r76904. We'll let this bake over the weekend and I'll update our vendor branch 
on 
Monday or Tuesday.

Thanks for seeing this through, Reid!

Original comment by collinw on 25 Jul 2009 at 1:58

GoogleCodeExporter commented 8 years ago
Also make sure to include r77088, it has a bugfix.

Original comment by reid.kle...@gmail.com on 29 Jul 2009 at 6:59

GoogleCodeExporter commented 8 years ago
These changes have now landed.

Original comment by collinw on 26 Sep 2009 at 12:03