Raymond Toy pushed to branch issue-86-save-fpu-state-on-entry-to-alloc at cmucl / cmucl
Commits:
-
e3aa51f3
by Raymond Toy at 2020-08-27T20:58:52-07:00
1 changed file:
Changes:
... | ... | @@ -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 |
*/
|