![]() This commit lets the compiler know about interrupts and allows optimizations to be performed based on that: interrupts are eliminated when they appear to be unused in a program. This is done with a new pseudo-call (runtime/interrupt.New) that is treated specially by the compiler. |
||
---|---|---|
.. | ||
testdata | ||
allocs.go | ||
allocs_test.go | ||
errors.go | ||
func-lowering.go | ||
func-lowering_test.go | ||
gc.go | ||
gc_test.go | ||
interface-lowering.go | ||
interface-lowering_test.go | ||
interrupt.go | ||
interrupt_test.go | ||
llvm.go | ||
maps.go | ||
maps_test.go | ||
panic.go | ||
panic_test.go | ||
reflect.go | ||
stringtobytes.go | ||
stringtobytes_test.go | ||
transform.go | ||
transform_test.go | ||
util.go |