>> It would be nice to have V8 detect that a string is being written out >> multiple times and flatten it automatically. > > That might be more trickier than it seems, but if you've got an idea > in patch-form it'd be most appreciated :)
I gave a try at hacking that in - and it seems to work for me. The patch uses an unused bit in the instance_type integer - that might be going too deep for such a hack. Actually, I'm not even sure if it's unused, but the tests pass at least. Well, please take a look at it - it's very likely I'm doing it totally wrong: http://codereview.chromium.org/1539013 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
