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 Remove stray #pragma Forgot to remove this; it's not needed anymore. - - - - - 1 changed file: - src/lisp/gencgc.c Changes: ===================================== src/lisp/gencgc.c ===================================== @@ -8527,7 +8527,6 @@ component_ptr_from_pc(lispobj * pc) return NULL; } -#pragma GCC optimize ("-O1") /* * Get lower and upper(middle) 28 bits of total allocation */ View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e3aa51f30a04d6f299a4c36c... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e3aa51f30a04d6f299a4c36c... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy