|
|
|
|
|
by kjeetgill
2898 days ago
|
|
I'm baffled by your conclusion and that of your parent post. > So how about we skip the billions of programmer hours and just use lots of intrinsics? This is very nearly the equivalent of: Why don't we skip writing a compiler and just USE glibc? My post was about the opportunity to forgo the use of an intrinsic and instead do pattern recognition as part of compilation. The point being that the "jet-like" pattern matching phase that exists in many compilers today, my example being from the hotspot JVM's JIT compiler, but GCC will match the for loop and INTRODUCE a call to memset too. |
|
[0] http://openjdk.java.net/jeps/280