~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gc/mark.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-06-21 09:21:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621092121-txz1f21lj0wh0f67
Tags: 0.9h-20060617-1
* New upstream version
* Updated standards version without real changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1486
1486
ptr_t cold_gc_frame;
1487
1487
{
1488
1488
  if (!NEED_FIXUP_POINTER && GC_all_interior_pointers) {
1489
 
#   define EAGER_BYTES 1024
1490
1489
    /* Push the hot end of the stack eagerly, so that register values   */
1491
1490
    /* saved inside GC frames are marked before they disappear.         */
1492
1491
    /* The rest of the marking can be deferred until later.             */