arvindm95 / unladen-swallow

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

Inline block stack manipulation #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PyFrame_BlockSetup and PyFrame_BlockPop are currently opaque to LLVM, which
means it can't eliminate block stack manipulations. We also need to start
the block stack at 0 for non-generators, like we do for the stack pointer.

Original issue reported on code.google.com by jyass...@gmail.com on 11 Jun 2009 at 5:27

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 17 Jun 2009 at 6:06

GoogleCodeExporter commented 8 years ago
This was done in r655, right, Jeffrey?

Original comment by collinw on 19 Jun 2009 at 7:23

GoogleCodeExporter commented 8 years ago
Yep, done.

Original comment by jyass...@gmail.com on 19 Jun 2009 at 8:18