Optimize attribute printing by using a tree-like string list as opposed to allocating...
commit6447be9fdab97dae81d07cb6648c03a9f26433e2
authorOguz Ulgen <oulgen@fb.com>
Wed, 29 Mar 2017 04:14:41 +0000 (28 21:14 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 29 Mar 2017 04:21:42 +0000 (28 21:21 -0700)
tree1818fac6c3ef10dc8c47973026c2cce325aa57b1
parent83c6dd8eeb2ad11110a60c8a0068a0d6bdd27621
Optimize attribute printing by using a tree-like string list as opposed to allocating memory

Summary: Optimize attribute printing by using a tree-like string list as opposed to allocating memory

Reviewed By: hubyrod

Differential Revision: D4791321

fbshipit-source-id: 2a0dd71c3dda5d128337251cb67370a2939f1f0f
hphp/hack/src/hhbc/hhbc_hhas.ml
hphp/hack/src/hhbc/string_sequence.ml [new file with mode: 0644]