Status: Accepted
Owner: mikhail.naganov
Labels: Type-Bug Priority-Medium

New issue 1492 by mikhail.naganov: Line ends array storage scheme isn't very effective
http://code.google.com/p/v8/issues/detail?id=1492

Currently we store line ends as a plain array of integers. This isn't terribly effective, as for e.g. a 40K lines script we consume 160K, and waste a lot on unused zero bits.

We need to employ a more effective scheme with simple compression.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to