diff options
author | Magnus Lång <[email protected]> | 2016-03-18 16:31:34 +0100 |
---|---|---|
committer | Magnus Lång <[email protected]> | 2016-07-11 17:57:47 +0200 |
commit | fd97ddb2c3031140f12c98c93a31325b15ea8cb6 (patch) | |
tree | a73d5ef7f5172cc80d73630c69dc6605a74b3a45 /lib/hipe/util/Makefile | |
parent | 4e2d74858fbcd7b62b6538722d5bed0887897c40 (diff) | |
download | otp-fd97ddb2c3031140f12c98c93a31325b15ea8cb6.tar.gz otp-fd97ddb2c3031140f12c98c93a31325b15ea8cb6.tar.bz2 otp-fd97ddb2c3031140f12c98c93a31325b15ea8cb6.zip |
hipe_vectors: Change implementation to 'array'
The 'array' module is highly optimised for the hipe_vectors use-case,
and seems to perform slightly better than the gb_trees implementation.
Also, we remove the completely unnecessary hipe_vectors.hrl header.
Diffstat (limited to 'lib/hipe/util/Makefile')
-rw-r--r-- | lib/hipe/util/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hipe/util/Makefile b/lib/hipe/util/Makefile index 66e9421c25..04de7f7823 100644 --- a/lib/hipe/util/Makefile +++ b/lib/hipe/util/Makefile @@ -113,4 +113,3 @@ release_docs_spec: $(EBIN)/hipe_timing.beam: ../main/hipe.hrl -$(EBIN)/hipe_vectors.beam: hipe_vectors.hrl |