Raymond Toy pushed to branch issue-86-save-fpu-state-on-entry-to-alloc at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/gencgc.c
    ... ... @@ -8527,7 +8527,6 @@ component_ptr_from_pc(lispobj * pc)
    8527 8527
         return NULL;
    
    8528 8528
     }
    
    8529 8529
     
    
    8530
    -#pragma GCC optimize ("-O1")
    
    8531 8530
     /*
    
    8532 8531
      * Get lower and upper(middle) 28 bits of total allocation
    
    8533 8532
      */