You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ayke van Laethem 5a70c88483 transform: make reflection sidetables constant globals 5 years ago
..
testdata compiler: refactor func lowering to the transform package 5 years ago
allocs.go fix incorrect starting value for optimized allocations in a loop 5 years ago
allocs_test.go all: refactor heap-to-stack transform into the transform package 5 years ago
func-lowering.go compiler: refactor func lowering to the transform package 5 years ago
func-lowering_test.go compiler: refactor func lowering to the transform package 5 years ago
gc.go compiler: move GC passes to the transform package 5 years ago
gc_test.go compiler: move GC passes to the transform package 5 years ago
interface-lowering.go compiler: add support for async interface calls 5 years ago
interface-lowering_test.go compiler,transform: move interface lowering to transform package 5 years ago
llvm.go compiler: move GC passes to the transform package 5 years ago
maps.go all: move OptimizeMaps to transforms and add tests 5 years ago
maps_test.go all: move OptimizeMaps to transforms and add tests 5 years ago
panic.go compiler: move ReplacePanicsWithTrap pass to transforms 5 years ago
panic_test.go compiler: move ReplacePanicsWithTrap pass to transforms 5 years ago
reflect.go transform: make reflection sidetables constant globals 5 years ago
stringtobytes.go compiler: move OptimizeStringToBytes to transform package 5 years ago
stringtobytes_test.go compiler: move OptimizeStringToBytes to transform package 5 years ago
transform.go all: refactor heap-to-stack transform into the transform package 5 years ago
transform_test.go fix incorrect starting value for optimized allocations in a loop 5 years ago
util.go compiler: move OptimizeStringToBytes to transform package 5 years ago