Ticket #1734 (closed bug: wontfix)

Opened 11 years ago

Last modified 10 years ago

PCT::Compiler should null temporaries when they are no longer needed

Reported by: moritz Owned by: pmichaud
Priority: normal Milestone:
Component: PCT Version: 2.6.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Change History

Changed 11 years ago by pmichaud

In order to properly track temporaries we'll need to add a fair bit of instrumentation to PAST; this may occur as part of an nqp rewrite. See also the discussion at  http://irclog.perlgeek.de/parrot/2011-02-01#i_3243345 .

Pm

Changed 10 years ago by pmichaud

  • status changed from new to closed
  • resolution set to wontfix

Closing ticket as "wontfix". PCT now makes much better re-use of temporary registers within subs, vastly reducing the need to explicitly null out temporaries to free up objects.

Pm

Note: See TracTickets for help on using tickets.