2017-10-20 18:38:59 +00:00
|
|
|
# Below is a list of people and organizations that have contributed
|
2008-09-08 08:09:50 +00:00
|
|
|
# to the V8 project. Names should be added to the list like so:
|
2008-09-05 07:46:32 +00:00
|
|
|
#
|
|
|
|
# Name/Organization <email address>
|
|
|
|
|
2015-01-13 11:58:37 +00:00
|
|
|
Google Inc. <*@google.com>
|
|
|
|
The Chromium Authors <*@chromium.org>
|
|
|
|
Sigma Designs Inc. <*@sdesigns.com>
|
|
|
|
ARM Ltd. <*@arm.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Hewlett-Packard Development Company, LP <*@palm.com>
|
2015-01-13 11:58:37 +00:00
|
|
|
Igalia, S.L. <*@igalia.com>
|
|
|
|
Joyent, Inc. <*@joyent.com>
|
|
|
|
Bloomberg Finance L.P. <*@bloomberg.net>
|
|
|
|
NVIDIA Corporation <*@nvidia.com>
|
|
|
|
BlackBerry Limited <*@blackberry.com>
|
|
|
|
Opera Software ASA <*@opera.com>
|
|
|
|
Intel Corporation <*@intel.com>
|
|
|
|
MIPS Technologies, Inc. <*@mips.com>
|
|
|
|
Imagination Technologies, LLC <*@imgtec.com>
|
|
|
|
Loongson Technology Corporation Limited <*@loongson.cn>
|
|
|
|
Code Aurora Forum <*@codeaurora.org>
|
2015-01-14 13:23:36 +00:00
|
|
|
Home Jinni Inc. <*@homejinni.com>
|
2017-06-21 13:42:56 +00:00
|
|
|
IBM Inc. <*@*ibm.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Samsung <*@*.samsung.com>
|
|
|
|
Joyent, Inc <*@joyent.com>
|
|
|
|
RT-RK Computer Based System <*@rt-rk.com>
|
|
|
|
Amazon, Inc <*@amazon.com>
|
|
|
|
ST Microelectronics <*@st.com>
|
|
|
|
Yandex LLC <*@yandex-team.ru>
|
2015-02-09 06:56:29 +00:00
|
|
|
StrongLoop, Inc. <*@strongloop.com>
|
2017-07-02 04:03:11 +00:00
|
|
|
Facebook, Inc. <*@fb.com>
|
|
|
|
Facebook, Inc. <*@oculus.com>
|
2017-09-25 22:17:53 +00:00
|
|
|
Vewd Software AS <*@vewd.com>
|
2017-10-20 18:10:35 +00:00
|
|
|
Groupon <*@groupon.com>
|
2008-09-05 07:46:32 +00:00
|
|
|
|
2015-01-16 12:01:12 +00:00
|
|
|
Aaron Bieber <deftly@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Abdulla Kamar <abdulla.kamar@gmail.com>
|
2011-05-08 14:55:57 +00:00
|
|
|
Akinori MUSHA <knu@FreeBSD.org>
|
Add Isolate::DiscardThreadSpecificMetadata method to embedder API.
If many threads use the same Isolate (or many Isolates) and then
terminate, their PerIsolateThreadData objects are never cleaned
up, resulting in a slow memory leak and, worse, the
PerIsolateThreadData chain getting larger and larger, adversely
affecting performance.
In this situation, embedders will now be encouraged to apply
DiscardThreadSpecificMetadata against any Isolate a thread is
done with, especially if the thread is about to terminate.
Note that it is harmless to run DiscardThreadSpecificMetadata
against an Isolate for which a thread has no thread data and
per-Isolate thread data can be reestablished if a thread starts
using an Isolate again after running DiscardThreadSpecificMetadata
against it.
It is, however, an embedder error to run
DiscardThreadSpecificMetadata against an Isolate in thread with a
Locker for the Isolate in the stack or against an Entered Isolate.
This change cannot cause any change in behavior in existing apps
as the only added coded can only be reached via the new
DiscardThreadSpecificMetadata method.
R=Jakob, jochen
BUG=
Review URL: https://codereview.chromium.org/1522703002
Cr-Commit-Position: refs/heads/master@{#32909}
2015-12-16 15:49:28 +00:00
|
|
|
Alex Kodat <akodat@rocketsoftware.com>
|
2008-11-21 10:06:29 +00:00
|
|
|
Alexander Botero-Lowry <alexbl@FreeBSD.org>
|
2011-02-08 13:01:34 +00:00
|
|
|
Alexander Karpinsky <homm86@gmail.com>
|
2009-06-19 09:12:20 +00:00
|
|
|
Alexandre Vassalotti <avassalotti@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Alexis Campailla <alexis@janeasystems.com>
|
2010-09-15 10:22:55 +00:00
|
|
|
Andreas Anyuru <andreas.anyuru@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Andrew Paprocki <andrew@ishiboo.com>
|
|
|
|
Andrei Kashcha <anvaka@gmail.com>
|
2017-11-18 19:15:28 +00:00
|
|
|
Anna Henningsen <anna@addaleax.net>
|
2016-01-28 11:05:42 +00:00
|
|
|
Bangfu Tao <bangfu.tao@samsung.com>
|
2017-11-23 10:28:43 +00:00
|
|
|
Ben Coe <ben@npmjs.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Ben Noordhuis <info@bnoordhuis.nl>
|
2016-02-20 07:55:30 +00:00
|
|
|
Benjamin Tan <demoneaux@gmail.com>
|
2010-12-02 15:37:45 +00:00
|
|
|
Bert Belder <bertbelder@gmail.com>
|
2010-09-10 08:12:34 +00:00
|
|
|
Burcu Dogan <burcujdogan@gmail.com>
|
2014-10-09 13:19:02 +00:00
|
|
|
Caitlin Potter <caitpotter88@gmail.com>
|
2009-05-22 06:52:02 +00:00
|
|
|
Craig Schlenter <craig.schlenter@gmail.com>
|
2017-02-11 13:00:40 +00:00
|
|
|
Choongwoo Han <cwhan.tunz@gmail.com>
|
2015-07-17 15:07:55 +00:00
|
|
|
Chris Nardi <hichris123@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Christopher A. Taylor <chris@gameclosure.com>
|
2017-11-06 18:01:59 +00:00
|
|
|
Colin Ihrig <cjihrig@gmail.com>
|
2009-05-26 08:49:07 +00:00
|
|
|
Daniel Andersson <kodandersson@gmail.com>
|
2016-07-14 06:32:14 +00:00
|
|
|
Daniel Bevenius <daniel.bevenius@gmail.com>
|
2009-05-26 08:49:07 +00:00
|
|
|
Daniel James <dnljms@gmail.com>
|
2016-07-11 20:41:09 +00:00
|
|
|
Deon Dior <diaoyuanjie@gmail.com>
|
2015-01-26 14:11:25 +00:00
|
|
|
Douglas Crosher <dtc-v8@scieneer.com>
|
2015-09-06 12:01:23 +00:00
|
|
|
Dusan Milosavljevic <dusan.m.milosavljevic@gmail.com>
|
2010-01-25 12:37:31 +00:00
|
|
|
Erich Ocean <erich.ocean@me.com>
|
2015-11-12 14:47:38 +00:00
|
|
|
Evan Lucas <evan.lucas@help.com>
|
2011-09-13 14:38:39 +00:00
|
|
|
Fedor Indutny <fedor@indutny.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Felix Geisendörfer <haimuiba@gmail.com>
|
2012-03-30 15:01:11 +00:00
|
|
|
Filipe David Manana <fdmanana@gmail.com>
|
2015-10-14 19:22:17 +00:00
|
|
|
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Geoffrey Garside <ggarside@gmail.com>
|
2016-09-01 20:27:46 +00:00
|
|
|
Gwang Yoon Hwang <ryumiel@company100.net>
|
2016-10-27 12:36:15 +00:00
|
|
|
Henrique Ferreiro <henrique.ferreiro@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Hirofumi Mako <mkhrfm@gmail.com>
|
2016-07-03 07:09:18 +00:00
|
|
|
Honggyu Kim <honggyu.kp@gmail.com>
|
2012-02-22 11:35:17 +00:00
|
|
|
Ioseb Dzmanashvili <ioseb.dzmanashvili@gmail.com>
|
2014-10-17 10:01:38 +00:00
|
|
|
Isiah Meadows <impinball@gmail.com>
|
2017-06-29 19:52:15 +00:00
|
|
|
Jaime Bernardo <jaime@janeasystems.com>
|
2009-09-17 11:11:01 +00:00
|
|
|
Jan de Mooij <jandemooij@gmail.com>
|
2017-10-20 18:10:35 +00:00
|
|
|
Jan Krems <jan.krems@gmail.com>
|
2009-05-26 08:49:07 +00:00
|
|
|
Jay Freeman <saurik@saurik.com>
|
2012-07-26 09:18:09 +00:00
|
|
|
James Pike <g00gle@chilon.net>
|
2015-01-14 13:23:36 +00:00
|
|
|
Jianghua Yang <jianghua.yjh@alibaba-inc.com>
|
|
|
|
Joel Stanley <joel@jms.id.au>
|
2015-03-12 15:12:37 +00:00
|
|
|
Johan Bergström <johan@bergstroem.nu>
|
2012-02-22 12:26:36 +00:00
|
|
|
Jonathan Liu <net147@gmail.com>
|
2016-03-31 15:54:12 +00:00
|
|
|
Julien Brianceau <jbriance@cisco.com>
|
2015-03-03 11:03:41 +00:00
|
|
|
JunHo Seo <sejunho@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
|
2015-09-04 19:58:35 +00:00
|
|
|
Karl Skomski <karl@skomski.com>
|
2016-12-27 17:48:40 +00:00
|
|
|
Kevin Gibbons <bakkot@gmail.com>
|
2017-10-20 18:38:59 +00:00
|
|
|
Kris Selden <kris.selden@gmail.com>
|
2017-02-27 08:20:45 +00:00
|
|
|
Loo Rong Jie <loorongjie@gmail.com>
|
2013-01-03 08:56:05 +00:00
|
|
|
Luis Reis <luis.m.reis@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Luke Zarko <lukezarko@gmail.com>
|
|
|
|
Maciej Małecki <me@mmalecki.com>
|
2015-08-11 07:48:49 +00:00
|
|
|
Marcin Cieślak <saper@marcincieslak.com>
|
2017-12-12 20:51:06 +00:00
|
|
|
Marcin Wiącek <marcin@mwiacek.com>
|
2017-08-24 21:49:48 +00:00
|
|
|
Mateusz Czeladka <mateusz.szczap@gmail.com>
|
2012-02-23 08:15:45 +00:00
|
|
|
Mathias Bynens <mathias@qiwi.be>
|
2011-03-18 20:35:07 +00:00
|
|
|
Matt Hanselman <mjhanselman@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Matthew Sporleder <msporleder@gmail.com>
|
2011-03-18 20:35:07 +00:00
|
|
|
Maxim Mossienko <maxim.mossienko@gmail.com>
|
2012-02-22 11:35:17 +00:00
|
|
|
Michael Lutz <michi@icosahedron.de>
|
2010-09-10 07:08:03 +00:00
|
|
|
Michael Smith <mike@w3.org>
|
2016-08-16 12:00:38 +00:00
|
|
|
Michaël Zasso <mic.besace@gmail.com>
|
2011-02-04 13:43:38 +00:00
|
|
|
Mike Gilbert <floppymaster@gmail.com>
|
2015-04-01 15:13:16 +00:00
|
|
|
Mike Pennisi <mike@mikepennisi.com>
|
2017-12-05 20:50:13 +00:00
|
|
|
Mikhail Gusarov <dottedmag@dottedmag.net>
|
2015-10-30 14:16:58 +00:00
|
|
|
Milton Chiang <milton.chiang@mediatek.com>
|
2016-03-11 10:04:40 +00:00
|
|
|
Myeong-bo Shim <m0609.shim@samsung.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net>
|
2017-10-04 14:44:44 +00:00
|
|
|
Niklas Hambüchen <mail@nh2.me>
|
2016-09-01 20:27:46 +00:00
|
|
|
Noj Vek <nojvek@gmail.com>
|
2016-06-14 21:39:36 +00:00
|
|
|
Oleksandr Chekhovskyi <oleksandr.chekhovskyi@gmail.com>
|
2009-05-26 08:49:07 +00:00
|
|
|
Paolo Giarrusso <p.giarrusso@gmail.com>
|
2010-04-22 17:28:43 +00:00
|
|
|
Patrick Gansterer <paroga@paroga.com>
|
2016-09-01 20:27:46 +00:00
|
|
|
Peter Rybin <peter.rybin@gmail.com>
|
2011-03-23 09:02:15 +00:00
|
|
|
Peter Varga <pvarga@inf.u-szeged.hu>
|
2017-08-22 23:39:31 +00:00
|
|
|
Peter Wong <peter.wm.wong@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Paul Lind <plind44@gmail.com>
|
2018-01-16 09:18:05 +00:00
|
|
|
Qingyan Li <qingyan.liqy@alibaba-inc.com>
|
2016-12-08 09:19:52 +00:00
|
|
|
Qiuyi Zhang <qiuyi.zqy@alibaba-inc.com>
|
2009-05-26 08:49:07 +00:00
|
|
|
Rafal Krypa <rafal@krypa.net>
|
2014-08-27 09:51:51 +00:00
|
|
|
Refael Ackermann <refack@gmail.com>
|
2009-05-26 08:49:07 +00:00
|
|
|
Rene Rebe <rene@exactcode.de>
|
2016-10-26 20:26:56 +00:00
|
|
|
Rob Wu <rob@robwu.nl>
|
2011-07-01 05:50:14 +00:00
|
|
|
Robert Mustacchi <rm@fingolfin.org>
|
2015-01-14 13:23:36 +00:00
|
|
|
Robert Nagy <robert.nagy@gmail.com>
|
|
|
|
Ryan Dahl <ry@tinyclouds.org>
|
2015-09-23 10:52:37 +00:00
|
|
|
Sakthipriyan Vairamani (thefourtheye) <thechargingvolcano@gmail.com>
|
2016-10-17 09:27:19 +00:00
|
|
|
Sander Mathijs van Veen <sander@leaningtech.com>
|
2014-01-31 09:18:43 +00:00
|
|
|
Sandro Santilli <strk@keybit.net>
|
2011-02-02 13:32:18 +00:00
|
|
|
Sanjoy Das <sanjoy@playingwithpointers.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Seo Sanghyeon <sanxiyn@gmail.com>
|
2015-09-24 21:46:35 +00:00
|
|
|
Stefan Penner <stefan.penner@gmail.com>
|
2017-11-18 09:27:20 +00:00
|
|
|
Sylvestre Ledru <sledru@mozilla.com>
|
2018-02-07 03:43:37 +00:00
|
|
|
Taketoshi Aono <brn@b6n.ch>
|
2018-03-03 02:26:52 +00:00
|
|
|
Teddy Katz <teddy.katz@gmail.com>
|
2018-01-05 14:40:40 +00:00
|
|
|
Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
2011-12-13 13:02:08 +00:00
|
|
|
Tobias Burnus <burnus@net-b.de>
|
2015-01-14 13:23:36 +00:00
|
|
|
Victor Costan <costan@gmail.com>
|
2010-08-10 09:53:56 +00:00
|
|
|
Vlad Burlik <vladbph@gmail.com>
|
2015-12-15 11:47:03 +00:00
|
|
|
Vladimir Krivosheev <develar@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Vladimir Shutoff <vovan@shutoff.ru>
|
2017-06-08 15:48:19 +00:00
|
|
|
Wiktor Garbacz <wiktor.garbacz@gmail.com>
|
2017-10-13 08:32:23 +00:00
|
|
|
Yong Wang <ccyongwang@tencent.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Yu Yin <xwafish@gmail.com>
|
2016-01-29 09:12:30 +00:00
|
|
|
Zac Hansen <xaxxon@gmail.com>
|
2012-03-20 08:12:31 +00:00
|
|
|
Zhongping Wang <kewpie.w.zp@gmail.com>
|
2017-09-25 22:17:53 +00:00
|
|
|
柳荣一 <admin@web-tinker.com>
|