Use reserve instead of grow.
The table was still being resized as grow doesn't account for the fact that the table needs to remain 3/4 full. llvm-svn: 284487
Loading
Please register or sign in to comment
The table was still being resized as grow doesn't account for the fact that the table needs to remain 3/4 full. llvm-svn: 284487