|
Does that imply that more cpu cycles would be needed than in current Lua GC implementation? Remember, in portable devices that means battery life so I'd be personally inclined to the existing solution.
-ak 11.8.2004 kello 13:00, Michael T. Richter kirjoitti:
Ideally it runs as a low-priority task (which could cause a problem if you have a lot ofhigh-priority tasks gobbling memory, of course) and collects garbage a cellat a time as long as nothing more important is running.