Remove the wrong optimization from the string initialization (#5107)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Thu, 19 May 2016 23:09:03 +0000 (16:09 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 19 May 2016 23:09:03 +0000 (16:09 -0700)
commit9e00c86e744d1db8737b5e52ac7111b1aab82e8c
tree3f7f7ef7fe4828f819501a41235de649929fbfc9
parent1205aa01a485a49c4856e1637b1f7e87d12cd30a
Remove the wrong optimization from the string initialization (#5107)

The string initilaization misteknly setting some flag for characters under 0x80
the fix here is just remove this part (per Jan Kotas recommendation)
src/vm/stringliteralmap.cpp