weimingtom / tinypy

Automatically exported from code.google.com/p/tinypy
Other
1 stars 0 forks source link

The register allocator runs out of registers after too many function calls #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here's a test that reproduces the issue:

t_render("def f():pass\n"+("f();"*256)+"print('OK')","OK")

There is no good reason for all the registers to run out in this example.

Original issue reported on code.google.com by philhas...@gmail.com on 26 Apr 2008 at 12:21

GoogleCodeExporter commented 8 years ago

Original comment by philhas...@gmail.com on 3 May 2008 at 5:38