Macro: SB-ASSEM:WITHOUT-SCHEDULING

package type

Execute BODY (as a PROGN) without scheduling any of the instructions generated inside it. This is not protected by UNWIND-PROTECT, so DO NOT use THROW or RETURN-FROM to escape from it.

Lambda list

(nil &body sb-assem::body)