Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
/* Perform garbage collection on the young objects. */ void BakerGC::collect(Roots &roots, CallFrameLocationList &call_frames) { Object* tmp; ObjectArray *current_rs = object_memory->remember_set; #ifdef RBX_GC_STATS stats::GCStats::get()->collect_young.start(); #endif object_memory->remember_set = new ObjectArray(0); total_objects = 0; ...
This paste will be private.
From the Design Piracy series on my blog: