2008-09-05 07:46:32 +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>
|
|
|
|
IBM Inc. <*@*.ibm.com>
|
|
|
|
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>
|
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>
|
2016-01-28 11:05:42 +00:00
|
|
|
Bangfu Tao <bangfu.tao@samsung.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Ben Noordhuis <info@bnoordhuis.nl>
|
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>
|
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>
|
2009-05-26 08:49:07 +00:00
|
|
|
Daniel Andersson <kodandersson@gmail.com>
|
|
|
|
Daniel James <dnljms@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>
|
2015-02-02 08:08:16 +00:00
|
|
|
Han Choongwoo <cwhan.tunz@gmail.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Hirofumi Mako <mkhrfm@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>
|
2009-09-17 11:11:01 +00:00
|
|
|
Jan de Mooij <jandemooij@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>
|
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>
|
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>
|
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>
|
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>
|
2015-10-30 14:16:58 +00:00
|
|
|
Milton Chiang <milton.chiang@mediatek.com>
|
2015-01-14 13:23:36 +00:00
|
|
|
Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net>
|
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>
|
2011-03-23 09:02:15 +00:00
|
|
|
Peter Varga <pvarga@inf.u-szeged.hu>
|
2015-01-14 13:23:36 +00:00
|
|
|
Paul Lind <plind44@gmail.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>
|
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>
|
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>
|
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>
|
|
|
|
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>
|
2016-01-29 09:12:30 +00:00
|
|
|
柳荣一 <admin@web-tinker.com>
|