gecko/js/src
2010-09-12 09:39:45 -07:00
..
analysis-tests Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
assembler ICs for scripted calls (bug 587698, r=dmandelin). 2010-09-02 20:04:33 -07:00
build Bug 518136: Use -showIncludes to generate dependencies for MSVC for a substantial build performance win. r=ted 2010-08-04 16:59:23 -07:00
config jaegermonkey. what. a=arewefastyet 2010-09-11 15:06:33 -04:00
ctypes Really revert libffi comment spelling fix since it's not upstream. a=NPOTB 2010-08-30 15:38:36 -07:00
editline Bug 506041 Part 2: Correct misspellings in source code 2010-05-13 14:19:50 +02:00
gnuplot Bug 579586 - TM: remove doubles from GCTIMER (r=jorendorff) 2010-07-20 09:52:02 -07:00
jsapi-tests bug 594138 - account for potential shape and dslots change after the GC in conservative GC tests. r=anygregor 2010-09-10 08:55:33 +02:00
lirasm Bug 586303 - Fix lirasm test string creation. r=jbramley 2010-08-12 10:10:24 +02:00
methodjit Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
metrics [JAEGER] Merge. 2010-08-02 11:55:59 -07:00
nanojit Bug 586387 - Problem with Typed Float32 Arrays and canonicalizeNaNs() / LIR_cmovd. r=nnethercote,edwsmith. 2010-08-24 16:31:48 -07:00
perf Bug 581263 - remove slow natives (r=waldo,mrbkap) 2010-08-16 12:35:04 -07:00
ref-config
shell Set rval in DisassFile (no bug, rs=brendan) 2010-09-10 17:06:40 -07:00
t [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
tests Disable js-reftest that requires shell features to work. a=shutupalready 2010-09-12 06:12:06 -04:00
trace-test Added test cases for bug 588363 (no_r=me). 2010-09-09 14:29:03 -07:00
tracevis Bug 557841 - TM: "Assertion failure: BINDNAME in global code resolved to non-global object, at ../jstracer.cpp". r=dmandelin. 2010-04-19 09:21:10 -05:00
v8 Update our local copy of the V8 benchmarks to the latest test harness. 2010-05-27 17:15:56 -07:00
vprof Bug 555345 - Histogram profiling macros for JIT-generated code (r=rreitmai+) 2010-06-04 14:31:25 -07:00
xpconnect Merge mozilla-central to tracemonkey. 2010-09-10 11:47:11 -04:00
yarr Bug 587346: fix PCRE code length assertion failure. (r=gal) 2010-08-24 14:53:02 -07:00
aclocal.m4
bench.sh
config.mk Revert strict-aliasing disabling now that n810 has shown not to improve without it. Also change from -Wstrict-aliasing=2 to -Wstrict-aliasing=3; gcc claims the latter gives more precise warnings with fewer mistakes, and I don't think we care that much about it being a little slower, for only the files in SpiderMonkey. 2010-03-26 15:32:35 -07:00
configure.in Bug 590083 - temporarily disable ARM method jit 2010-09-11 09:58:37 -04:00
dtoa.c Bug 584252 - disallow non-standard extensions to float syntax (r=jorendorff) (CLOSED TREE) 2010-08-05 14:33:34 -07:00
find-child.py
imacro_asm.py Bug 563728 - Switch the imacro compiler over to Python. r=Waldo. 2010-05-12 08:49:36 -05:00
imacros.jsasm Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
javascript-trace.d Bug 584175 - Unify various JS probes into a single set of static probe points. r=gal 2010-09-01 14:09:54 -07:00
jitstats.tbl
js-config.h.in [JAEGER] Bug 580144: put JS_METHODJIT in js-config.h so that everyone sees the same jscntxt.h structs 2010-07-22 14:32:52 -07:00
js-config.in
js.mdp
js.msg Merge mozilla-central to tracemonkey. 2010-08-20 10:04:58 -04:00
jsapi.cpp Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsapi.h Bug 593742 - nsDOMWorker has to set the right compartment. r=bent. 2010-09-09 11:13:06 -05:00
jsarena.cpp Arena pool macros don't want to die. 2010-07-11 00:09:34 -07:00
jsarena.h Arena pool macros don't want to die. 2010-07-11 00:09:34 -07:00
jsarray.cpp Bug 580752 - TM: optimize setelem. r=gal. 2010-09-08 18:31:47 -07:00
jsarray.h Bug 580752 - TM: optimize setelem. r=gal. 2010-09-08 18:31:47 -07:00
jsast.tbl bug 590774, r=cdleary: implement function::identifier E4X extension 2010-09-07 16:16:34 -07:00
jsatom.cpp Bug 594108 - fix RegExp.exec()-to-RegExp.test() conversion. r=brendan. 2010-09-07 18:09:26 -07:00
jsatom.h Bug 594108 - fix RegExp.exec()-to-RegExp.test() conversion. r=brendan. 2010-09-07 18:09:26 -07:00
jsatominlines.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsbit.h bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor 2010-04-13 00:59:19 +04:00
jsbool.cpp Bug 581263 - remove slow natives (r=waldo,mrbkap) 2010-08-16 12:35:04 -07:00
jsbool.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsbuiltins.cpp Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jsbuiltins.h Bug 580752 - TM: optimize setelem. r=gal. 2010-09-08 18:31:47 -07:00
jsclist.h
jscntxt.cpp Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jscntxt.h Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jscntxtinlines.h Bug 593277 - Weaken native constructor call asserts (r=brendan) 2010-09-08 22:20:45 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp Merge mozilla-central to tracemonkey. 2010-04-04 14:15:05 -04:00
jscpucfg.h
jsdate.cpp Bug 585866 - Avoid unnecessary calls to YearFromTime(). r=jwalden. 2010-08-18 19:44:28 -07:00
jsdate.h Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
jsdbgapi.cpp Fix bustage with various profiler integration options from JSNative signature change in JägerMonkey landing. (Bug 595544) r=sayrer a=bustage 2010-09-11 17:06:59 -07:00
jsdbgapi.h Fix bustage with various profiler integration options from JSNative signature change in JägerMonkey landing. (Bug 595544) r=sayrer a=bustage 2010-09-11 17:06:59 -07:00
jsdhash.cpp Bug 569821 - js compilation failure on mingw-w64 r=dvander 2010-06-27 01:27:18 +02:00
jsdhash.h
jsdtoa.cpp Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsdtoa.h Bug 509857 - Get rid of DTOA_LOCK. r=jwalden. 2010-03-22 18:21:10 -05:00
jsemit.cpp Eliminate JSObject::freeslot via monotonic lastProp->freeslot (592556, r=jorendorff,dvander). 2010-09-02 14:50:44 -07:00
jsemit.h [JAEGER] Merge from tracemonkey. Note that we will currently fail one trace test that was recently added. There is a bug in that test that will be fixed posthaste. 2010-08-17 15:32:40 -07:00
jsexn.cpp Bug 589318 - guard that eval-in-function frames don't access args (r=brendan) 2010-08-21 15:50:14 -07:00
jsexn.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsfun.cpp Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jsfun.h [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jsfuninlines.h Bug 516255 - Use different classes for arguments objects created inside and outside strict mode code, with slightly different ops, in preparation for implementing strict mode arguments objects' less magical functionality. r=dmandelin 2010-08-11 23:26:59 -07:00
jsgc.cpp bug 588016 - Avoid reporting OOM when background has not finished. r=anygregor 2010-09-07 23:08:20 +02:00
jsgc.h bug 588016 - Avoid reporting OOM when background has not finished. r=anygregor 2010-09-07 23:08:20 +02:00
jsgcchunk.cpp Merge from Tracemonkey. 2010-08-02 15:55:29 -07:00
jsgcchunk.h fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame 2010-07-15 13:18:12 -07:00
jsgcstats.cpp Bug 589262 - TM: Move GCStats into separate file. r=igor 2010-08-24 18:57:14 -07:00
jsgcstats.h Bug 589262 - TM: Move GCStats into separate file. r=igor 2010-08-24 18:57:14 -07:00
jshash.cpp Bug 549532 - Allow custom memory allocator use in spidermonkey. Part 1. r=dvander. 2010-04-16 15:03:53 -04:00
jshash.h
jshashtable.h Bug 581875 - use js::HashSet in JSAtomState (r=igor) 2010-07-28 09:54:14 -07:00
jsify.pl
jsinterp.cpp Blacklisting a trace could spent too much time in the interpreter (bug 595032, r=dvander). 2010-09-09 18:06:02 -07:00
jsinterp.h Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsinttypes.h Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted 2010-03-06 12:59:41 -05:00
jsinvoke.cpp
jsiter.cpp Fix crash on nested Iterator iteration, bug 590813. r=gal 2010-08-27 11:07:18 -07:00
jsiter.h Fix Iterator assertion, add tests, bug 589112. r=dmandelin 2010-08-27 11:48:29 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h [JAEGER] Windows build fixes 2010-06-01 18:06:46 -07:00
jslock.cpp Rename freeslot appropriately (593256 separated cosmetics-only patch, r=jorendorff). 2010-09-03 11:05:43 -07:00
jslock.h [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jslocko.asm
jslog2.cpp Bug 557270 - on s390 pointers are 31-bits, have JS_CEILING_LOG2W use size_t instead of JSUword (r=brendan) 2010-04-06 16:10:54 -07:00
jslong.h
jsmath.cpp Bug 564548: faster special cases for Math.pow, r=gal 2010-08-19 14:17:56 -07:00
jsmath.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsnativestack.cpp [JAEGER] Merge from fatval & TM. 2010-07-05 18:07:39 -07:00
jsnativestack.h bug 237006 - automatic detection of the native thread stack base. The patch is based on the initial patches for bug 516832 by gal and gregor. r=gregor 2010-05-19 10:29:05 +02:00
jsnum.cpp Bug 581263 - remove slow natives (r=waldo,mrbkap) 2010-08-16 12:35:04 -07:00
jsnum.h Bug 577536 - parseInt() uses radix 8 if the string starts with '0' but not 0x or 0X, and the digit string should be stringified before the radix is integerized. r=jorendorff 2010-07-23 02:29:44 -05:00
jsobj.cpp Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jsobj.h Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jsobjinlines.h Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
json.cpp Bug 578216 - Make eval(json-like string) fast. r=sayrer 2010-08-24 11:50:54 -04:00
json.h Bug 578216 - Make eval(json-like string) fast. r=sayrer 2010-08-24 11:50:54 -04:00
jsopcode.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsopcode.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsopcode.tbl [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jsoplengen.cpp
jsotypes.h
jsparse.cpp Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsparse.h Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsprf.cpp
jsprf.h
jsprobes.cpp Bug 584175 - Unify various JS probes into a single set of static probe points. r=gal 2010-09-01 14:09:54 -07:00
jsprobes.h Bug 584175 - Unify various JS probes into a single set of static probe points. r=gal 2010-09-01 14:09:54 -07:00
jspropertycache.cpp Google Maps crash on tracemonkey branch (55365, precog r=jorendorff, a=beta6+). 2010-09-11 23:55:25 -07:00
jspropertycache.h Google Maps crash on tracemonkey branch (55365, precog r=jorendorff, a=beta6+). 2010-09-11 23:55:25 -07:00
jspropertycacheinlines.h Rename freeslot appropriately (593256 separated cosmetics-only patch, r=jorendorff). 2010-09-03 11:05:43 -07:00
jspropertytree.cpp Modularize to avoid inline vs. not ShapeHasher static woes (595615, r=dbaron, a=beta6+/debug-only-fix-for-devs). 2010-09-12 09:39:45 -07:00
jspropertytree.h Modularize to avoid inline vs. not ShapeHasher static woes (595615, r=dbaron, a=beta6+/debug-only-fix-for-devs). 2010-09-12 09:39:45 -07:00
jsproto.tbl bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsproxy.cpp Merge JSScope into JSObject and JSScopeProperty (now js::Shape; bug 558451, r=jorendorff). 2010-08-29 11:57:08 -07:00
jsproxy.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsprvtd.h Merge JSScope into JSObject and JSScopeProperty (now js::Shape; bug 558451, r=jorendorff). 2010-08-29 11:57:08 -07:00
jspubtd.h Merge JSScope into JSObject and JSScopeProperty (now js::Shape; bug 558451, r=jorendorff). 2010-08-29 11:57:08 -07:00
jsreflect.cpp bug 591437, r=brendan: can't reliably use pn_cookie for function args 2010-09-07 16:27:52 -07:00
jsreflect.h bug 590766, r=cdleary: let-expressions and let-statements 2010-09-07 15:44:31 -07:00
jsregexp.cpp Fix thinko in 1d477685d70a - e262 15.10.3 says 'Called as a Function' 2010-09-06 21:00:08 -07:00
jsregexp.h Bug 581595 - Optimize creation of RegExp.prototype.exec's return value. r=lw. 2010-09-01 16:39:56 -07:00
jsregexpinlines.h Bug 576823: fix sticky patterns with disjunctions. (r=lw) 2010-09-03 19:08:44 -07:00
jsreops.tbl
jsscan.cpp Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsscan.h Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsscope.cpp Modularize to avoid inline vs. not ShapeHasher static woes (595615, r=dbaron, a=beta6+/debug-only-fix-for-devs). 2010-09-12 09:39:45 -07:00
jsscope.h Rename freeslot appropriately (593256 separated cosmetics-only patch, r=jorendorff). 2010-09-03 11:05:43 -07:00
jsscopeinlines.h Rename freeslot appropriately (593256 separated cosmetics-only patch, r=jorendorff). 2010-09-03 11:05:43 -07:00
jsscript.cpp Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsscript.h Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
jsscriptinlines.h [JAEGER] Remove tracerecursion (bug 591539, r=luke). 2010-08-27 21:18:58 -07:00
jsshell.msg [JAEGER] Add assertion that function JITs. r=dvander, r=jorendorff, b=579145 2010-07-15 14:48:35 -07:00
jsstack.js Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
jsstaticcheck.h
jsstdint.h Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted 2010-03-06 12:59:41 -05:00
jsstr.cpp Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jsstr.h Bug 587366: regexp failure for flat text replace. (r=lw) 2010-08-24 14:46:19 -07:00
jsstrinlines.h Bug 587366: regexp failure for flat text replace. (r=lw) 2010-08-24 14:46:19 -07:00
jstl.h Bug 580167 part 2. Add a construct() signature with 4 args for js::LazilyConstructed. r=lw 2010-08-25 14:54:47 -04:00
jstracer.cpp Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jstracer.h Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jstypedarray.cpp merge mozilla-central to tracemonkey. 2010-09-08 10:33:07 -04:00
jstypedarray.h Bug 581263 - remove slow natives (r=waldo,mrbkap) 2010-08-16 12:35:04 -07:00
jstypes.h Bug 580407 - Link js statically r=bsmedberg+khuey a=bsmedberg 2010-08-13 21:18:05 -07:00
jsutil.cpp [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jsutil.h Merge JSScope into JSObject and JSScopeProperty (now js::Shape; bug 558451, r=jorendorff). 2010-08-29 11:57:08 -07:00
jsval.h Missing union member for big-endian jsval_layout struct (r=ppc is burning) 2010-09-10 21:20:46 -07:00
jsvalue.h Bug 583275 - remove unnecessary unboxing cost of obj->getPrivate() on x64 (r=brendan) 2010-09-10 17:06:30 -07:00
jsvector.h Eliminate JSObject::freeslot via monotonic lastProp->freeslot (592556, r=jorendorff,dvander). 2010-09-02 14:50:44 -07:00
jsversion.h Add an API for compartments (570040, r=jorendorff). 2010-06-04 16:32:10 -07:00
jswin.h Forgotten jswin.h file. (r=red) 2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp Backout changesets b350e3b72c2f and fc7630d987f8. 2010-09-05 07:58:16 -07:00
jswrapper.h Bug 589340 - factor out / weaken dummy frames (r=mrbkap) 2010-08-21 16:03:07 -07:00
jsxdrapi.cpp Bug 438633: Give new JSScript objects lifetimes like GCThings. r=brendan 2010-08-20 13:11:05 -07:00
jsxdrapi.h Eliminate JSObject::freeslot via monotonic lastProp->freeslot (592556, r=jorendorff,dvander). 2010-09-02 14:50:44 -07:00
jsxml.cpp Merge JSScope into JSObject and JSScopeProperty (now js::Shape; bug 558451, r=jorendorff). 2010-08-29 11:57:08 -07:00
jsxml.h Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Backed out changeset 100bcacdbf45 due to orange (bug 578880). 2010-09-10 13:49:57 -07:00
Makefile.ref Remove special constructs no longer needed for Narcissus (bug 579137, r=gal) 2010-07-16 18:16:07 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2010-08-24 16:48:24 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Correct GMT offsets for New Zealand and the Kingdom of Tonga, bug 591845. r=brendan, CLOSED TREE 2010-08-31 17:57:14 -07:00
prmjtime.h Date performance fixes, bug 578259. r=waldo 2010-08-17 10:42:57 -07:00
README.html
resource.h
rules.mk
SpiderMonkey.rsp
time.sh
Y.js

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   - 
   - The Original Code is Mozilla Communicator client code, released
   - March 31, 1998.
   - 
   - The Initial Developer of the Original Code is
   - Netscape Communications Corporation.
   - Portions created by the Initial Developer are Copyright (C) 1998-1999
   - the Initial Developer. All Rights Reserved.
   - 
   - Contributor(s):
   - 
   - Alternatively, the contents of this file may be used under the terms of
   - either of the GNU General Public License Version 2 or later (the "GPL"),
   - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the GPL or the LGPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>