Status: Accepted Owner: [email protected] Labels: Type-FeatureRequest Priority-Medium
New issue 213 by [email protected]: Use binary search for locating source lines http://code.google.com/p/v8/issues/detail?id=213 In messages.js the array lineEnds_ is traversed looking for a line containing a specific character position. That is in Script.prototype.locationFromPosition and Script.prototype.locationFromLine. Using binary search here should improve performance mainly for backtraces. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
