Test of vector: Data.Vector.Generic.length revised (Simplified version)
This gist is here to record the result of a test I conducted in order to compare the optimization of versions of the function Data.Vector.Generic.length in vector.
The test was conducted by compiling a simple program (Test.hs) with different revisions and checking the optimization result (-ddump-simpl).
The versions compared are:
- Old version(
TestBefore.dump-simpl): eeb42ad42aa345ce192086baed80c805bcfc3e72