Comment on Libgccjit.so: an embeddable JIT-compiler based on GCCparentComments−foobarbazqux12yYeah okay. Someone else pointed out FastISel.cpp. It's probably true that prettiness competes with performance.−rayiner12yFastISel will quite often kick out to the regular instruction selector because it can't handle particular IR constructs.
Comments
Yeah okay. Someone else pointed out FastISel.cpp. It's probably true that prettiness competes with performance.
FastISel will quite often kick out to the regular instruction selector because it can't handle particular IR constructs.