Confirmed users
79
edits
(Bye bye dmandelin) |
(Add the beginning of a table for finding peers.) |
||
Line 1: | Line 1: | ||
This is a non-exhaustive list of people who regularly hack on SpiderMonkey: | This is a non-exhaustive list of people who regularly hack on SpiderMonkey: Rooting, Baseline, Frontend, 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 | If you regularly work on the JavaScript engine, feel free to add yourself to the lists below, and to make corrections and updates to it as needed. | ||
== Finding a Peer == | |||
<table class="fullwidth-table"> | |||
<tr> | |||
<th>Project</th> | |||
<th>Short Description</th> | |||
<th>IRC Peers</th> | |||
</tr> | |||
<tr> | |||
<td>IonMonkey</td> | |||
<td>Optimizing Just-In-Time Compiler</td> | |||
<td>dvander, sstangl, mjrosenb, h4writer, nbp, djvj, jandem</td> | |||
</tr> | |||
<tr> | |||
<td>Baseline Compiler</td> | |||
<td>Fast Just-In-Time Compiler</td> | |||
<td>jandem, djvj</td> | |||
</tr> | |||
<tr> | |||
<td>OdinMonkey</td> | |||
<td>asm.js parser & MIR generation</td> | |||
<td>luke, sstangl</td> | |||
</tr> | |||
<tr> | |||
<td>Frontend</td> | |||
<td>Parser & Bytecode generation</td> | |||
<td>jorendorff</td> | |||
</tr> | |||
<tr> | |||
<td>GC</td> | |||
<td>Rooting & Marking & Sweeping</td> | |||
<td>billm, terrence</td> | |||
</tr> | |||
</table> | |||
== Regular JavaScript engine hackers == | == Regular JavaScript engine hackers == |