JavaScript:Hackers: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Bye bye dmandelin)
Line 151: Line 151:
     <td>:shaver</td>
     <td>:shaver</td>
     <td></td>
     <td></td>
  </tr>
  <tr>
    <td>David Mandelin</td>
    <td>dmandelin@moz</td>
    <td>Method JIT, name lookup</td>
   </tr>
   </tr>
</table>
</table>

Revision as of 15:40, 11 July 2013

This is a non-exhaustive list of people who regularly hack on SpiderMonkey: TraceMonkey, JägerMonkey, and all projects (named and unnamed) and technical areas beneath it.

If you regularly work on the JavaScript engine, feel free to add yourself to the list below, and to make corrections and updates to it as needed.

Regular JavaScript engine hackers

These people regularly hack on the JavaScript engine. If you're looking for someone who knows a particular concept well, to ask questions about it, clarify concepts, &c., this is a good place to look. (And if you hack regularly on the JavaScript engine, feel free to add yourself and mention whatever areas you're comfortable in.)

(NB: Email addresses aren't listed for spam-prevention purposes. To find out an email address, type the listed Bugzilla identifier in the CC box on bmo and look at the autocompletion.)

Name Bugzilla ID Areas of expertise
David Anderson :dvander Trace trees, tracer transitions, method JIT
Jim Blandy :jimb Debugger support, front end, strict mode, build system
Jacob Bramley :jbramley ARM
Igor Bukanov igor@mir2 GC
Terrence Cole :terrence GC
Jan de Mooij jandem
Brendan Eich :brendan JSAPI, shapes
Steve Fink :sfink JSD, profiling, probes
Andreas Gal :gal Proxies, wrappers, GC
Dave Herman dherman@moz Reflection API
Blake Kaplan :mrbkap Proxies and wrappers, the interpreter, using the JSAPI
Bill McCloskey billm@moz GC
Nick Nethercote :njn Memory allocation and measurement, scanner, front-end
Jason Orendorff jorendorff@moz being on IRC (just ask)
Tom Schuster evilpie IonMonkey, Baseline, some Rooting, Unicode support, ECMAScript spec, strings, proxies and in particular CPOWs
Sean Stangl sstangl@moz JS JITs: JaegerMonkey, IonMonkey.
Kannan Vijayan :djvj BaselineCompiler, ICs, IonMonkey
Gregor Wagner anygregor@gm GC
Luke Wagner :luke Stack, values, containers, method/trace jit, generators, C++ language lawyer
Jeff Walden jwalden+bmo JSON, ES5 spec, strict mode, arguments objects, typed arrays, some familiarity with JavaScript stack/frame layout/etc. (but prefer Luke)

Hackers emeriti

These people once regularly hacked on the JavaScript engine but don't do so regularly any more. Reviewers listed here may or may not be willing to review patches. If they aren't, they'll say so when review is requested of them and perhaps forward it to a better person.

Name Bugzilla ID Areas of expertise
Paul Biggar paul.biggar JSON (prefer Waldo), build system, testing, memory allocation
Brian Crowder crowderbt@
Graydon Hoare graydon@moz
Chris Leary :cdleary Inline caches, regular expressions, yarr, parser, scanner, ARM, GDB
Mike Shaver :shaver
David Mandelin dmandelin@moz Method JIT, name lookup