Status: Accepted Owner: christian.plesner.hansen Labels: Type-Bug Priority-Medium Irregexp
New issue 161 by erik.corry: Irregexp: Coalesce adjacent identical dispatches http://code.google.com/p/v8/issues/detail?id=161 The regexp: /(x)\1y/ starts out with a dispatch table with three identical outcomes. This makes efficient code generation needlessly difficult. (If issue 160 is fixed before this one, then this example may no longer exhibit the issue). -- 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 -~----------~----~----~----~------~----~------~--~---
