Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: AUTHORS

Issue 1324453007: Reland: Speedup stringsearch for two byte strings (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix out-of-bounds access Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/string-search.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Below is a list of people and organizations that have contributed 1 # Below is a list of people and organizations that have contributed
2 # to the V8 project. Names should be added to the list like so: 2 # to the V8 project. Names should be added to the list like so:
3 # 3 #
4 # Name/Organization <email address> 4 # Name/Organization <email address>
5 5
6 Google Inc. <*@google.com> 6 Google Inc. <*@google.com>
7 The Chromium Authors <*@chromium.org> 7 The Chromium Authors <*@chromium.org>
8 Sigma Designs Inc. <*@sdesigns.com> 8 Sigma Designs Inc. <*@sdesigns.com>
9 ARM Ltd. <*@arm.com> 9 ARM Ltd. <*@arm.com>
10 Hewlett-Packard Development Company, LP <*@palm.com> 10 Hewlett-Packard Development Company, LP <*@palm.com>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 Isiah Meadows <impinball@gmail.com> 60 Isiah Meadows <impinball@gmail.com>
61 Jan de Mooij <jandemooij@gmail.com> 61 Jan de Mooij <jandemooij@gmail.com>
62 Jay Freeman <saurik@saurik.com> 62 Jay Freeman <saurik@saurik.com>
63 James Pike <g00gle@chilon.net> 63 James Pike <g00gle@chilon.net>
64 Jianghua Yang <jianghua.yjh@alibaba-inc.com> 64 Jianghua Yang <jianghua.yjh@alibaba-inc.com>
65 Joel Stanley <joel@jms.id.au> 65 Joel Stanley <joel@jms.id.au>
66 Johan Bergström <johan@bergstroem.nu> 66 Johan Bergström <johan@bergstroem.nu>
67 Jonathan Liu <net147@gmail.com> 67 Jonathan Liu <net147@gmail.com>
68 JunHo Seo <sejunho@gmail.com> 68 JunHo Seo <sejunho@gmail.com>
69 Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu> 69 Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
70 Karl Skomski <karl@skomski.com>
70 Luis Reis <luis.m.reis@gmail.com> 71 Luis Reis <luis.m.reis@gmail.com>
71 Luke Zarko <lukezarko@gmail.com> 72 Luke Zarko <lukezarko@gmail.com>
72 Maciej Małecki <me@mmalecki.com> 73 Maciej Małecki <me@mmalecki.com>
73 Marcin Cieślak <saper@marcincieslak.com> 74 Marcin Cieślak <saper@marcincieslak.com>
74 Mathias Bynens <mathias@qiwi.be> 75 Mathias Bynens <mathias@qiwi.be>
75 Matt Hanselman <mjhanselman@gmail.com> 76 Matt Hanselman <mjhanselman@gmail.com>
76 Matthew Sporleder <msporleder@gmail.com> 77 Matthew Sporleder <msporleder@gmail.com>
77 Maxim Mossienko <maxim.mossienko@gmail.com> 78 Maxim Mossienko <maxim.mossienko@gmail.com>
78 Michael Lutz <michi@icosahedron.de> 79 Michael Lutz <michi@icosahedron.de>
79 Michael Smith <mike@w3.org> 80 Michael Smith <mike@w3.org>
(...skipping 13 matching lines...) Expand all
93 Sandro Santilli <strk@keybit.net> 94 Sandro Santilli <strk@keybit.net>
94 Sanjoy Das <sanjoy@playingwithpointers.com> 95 Sanjoy Das <sanjoy@playingwithpointers.com>
95 Seo Sanghyeon <sanxiyn@gmail.com> 96 Seo Sanghyeon <sanxiyn@gmail.com>
96 Tobias Burnus <burnus@net-b.de> 97 Tobias Burnus <burnus@net-b.de>
97 Victor Costan <costan@gmail.com> 98 Victor Costan <costan@gmail.com>
98 Vlad Burlik <vladbph@gmail.com> 99 Vlad Burlik <vladbph@gmail.com>
99 Vladimir Shutoff <vovan@shutoff.ru> 100 Vladimir Shutoff <vovan@shutoff.ru>
100 Yu Yin <xwafish@gmail.com> 101 Yu Yin <xwafish@gmail.com>
101 Zhongping Wang <kewpie.w.zp@gmail.com> 102 Zhongping Wang <kewpie.w.zp@gmail.com>
102 柳荣一 <admin@web-tinker.com> 103 柳荣一 <admin@web-tinker.com>
OLDNEW
« no previous file with comments | « no previous file | src/string-search.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698