gecko/js/src
2010-08-20 20:56:45 +08: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 Bug 587962 - [JAEGER] JaegerMonkey build and check failed on Solaris x86 with Sun Studio 12. r=dvander 2010-08-20 01:09:34 -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 Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
ctypes Bug 585336: Fix "a the" in comments (for General core code). r=timeless a=NPOTB (comment-only) 2010-08-15 15:50:02 -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 [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
lirasm Bug 586303 - Fix lirasm test string creation. r=jbramley 2010-08-12 10:10:24 +02:00
methodjit Fix the bustage on windows. Bug 587962. 2010-08-20 20:56:45 +08:00
metrics [JAEGER] Merge. 2010-08-02 11:55:59 -07:00
nanojit Bug 584935 - Speed up register iteration loops by using BSF instruction (r=nnethercote+) 2010-08-19 16:04:19 -04:00
perf Bug 568863 follow-up: add reset() to the JavaScript API. r=waldo a2.0=sayrer 2010-08-04 17:22:26 -07:00
ref-config
shell Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
t [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
tests Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
trace-test [JAEGER] Merge from tracemonkey. This picks up the test fix mentioned in the previous commit comment. 2010-08-17 15:33:07 -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-08-19 11:18:37 -04:00
yarr Bug 587962 - [JAEGER] JaegerMonkey build and check failed on Solaris x86 with Sun Studio 12. r=dvander 2010-08-20 01:09:34 -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 Merge from Tracemonkey. 2010-08-19 11:11:36 -07: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 Bug 526074 - handle nothing-to-import case in import script, r=gal. 2010-01-25 10:32:33 -08:00
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
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 from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsapi.cpp Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsapi.h Merge from Tracemonkey. 2010-08-19 11:11:36 -07: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 Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsarray.h Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
jsast.tbl bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsatom.cpp Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsatom.h Bug 584811 - Date.prototype.toJSON isn't to spec. r=sayrer 2010-08-13 10:42:31 -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 [JAEGER] Merge from Tracemonkey. 2010-07-29 13:23:33 -07:00
jsbool.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsbuiltins.cpp Bug 586358: make imacpc flagged. (r=lw) 2010-08-15 04:16:54 -07:00
jsbuiltins.h Bug 585231 - Remove ArgsPrivateNative (r=dmandelin) 2010-08-06 17:19:22 -07:00
jsclist.h
jscntxt.cpp [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
jscntxt.h Bug 587962 - [JAEGER] JaegerMonkey build and check failed on Solaris x86 with Sun Studio 12. r=dvander 2010-08-20 01:09:34 -07:00
jscntxtinlines.h [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -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 [JAEGER] Finish merge from Tracemonkey. 2010-08-16 15:57:19 -07:00
jsdbgapi.h Backed out changeset a8aeff259925 and fix due to random crashes. 2010-08-11 02:35:10 -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
jsdtracef.cpp Bug 588019 - Fix dtrace builds. no_r=me. 2010-08-17 10:23:39 -05:00
jsdtracef.h Bug 507012: function call/return callback for profiling, r=dmandelin, a=sayrer 2010-08-09 13:38:13 -07:00
jsemit.cpp [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
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 Interface for JSStackFrame.argc, bug 586533. r=lw 2010-08-19 16:44:12 -07:00
jsexn.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsfun.cpp [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -07:00
jsfun.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
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 Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsgc.h Merge from Tracemonkey. 2010-08-19 11:11:36 -07: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
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 [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -07:00
jsinterp.h [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -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 [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -07:00
jsiter.h [JAEGER] Second try at start/end iterator fast paths, bug 578756. r=dmandelin, dvander, gal 2010-08-12 17:26:07 -04:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h [JAEGER] Windows build fixes 2010-06-01 18:06:46 -07:00
jslock.cpp [JAEGER] Trying to get rid of build bustage and strict aliasing warnings surrounding usage of JS_ATOMIC_SET_MASK 2010-07-27 17:30:19 -07:00
jslock.h [JAEGER] Merge from Tracemonkey. 2010-07-29 13:23:33 -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 Merge from Tracemonkey. 2010-08-04 11:30:05 -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 [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -07:00
jsobj.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
jsobjinlines.h Second try at adding interface for JSStackFrame.scopeChain/blockChain, bug 586533. r=lw 2010-08-13 23:36:37 -04:00
json.cpp Bug 584909 - Properly handle JSON.stringify(_1, _2, numberGreaterThanOne). Also output a space between ':' and property value when serializing object properties, if the gap specified is non-empty. r=sayrer 2010-08-09 16:39:19 -07:00
json.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsopcode.cpp [JAEGER] Merge from tracemonkey. This should fix the Xd regression picked up in the last merge. 2010-08-17 18:45:30 -07:00
jsopcode.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsopcode.tbl [JAEGER] Another semi-rewrite of LOCALINC for edge cases (bug 585408). 2010-08-08 19:26:38 -07:00
jsoplengen.cpp
jsotypes.h
jsparse.cpp Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsparse.h Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsprf.cpp
jsprf.h
jspropertycache.cpp [JAEGER] Merge from Tracemonkey part 1: don't change visibility of JSStackFrame members yet 2010-08-16 15:37:15 -07:00
jspropertycache.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jspropertycacheinlines.h Bug 558144 - un-macroize OBJ_SCOPE, OBJ_SHAPE, LOCKED_OBJ_SET_SLOT, LOCKED_OBJ_GET_SLOT (r=Waldo) 2010-04-08 11:22:04 -07:00
jspropertytree.cpp Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jspropertytree.h Use direct object shape instead of identity as key for deep property cache hits (497789, r=jorendorff). 2010-03-22 11:11:44 -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 Split object/function allocation paths to avoid branch (578158, r=brendan). 2010-08-09 09:11:22 -07:00
jsproxy.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsprvtd.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jspubtd.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
jsrecursion.cpp Interface for JSStackFrame.argc, bug 586533. r=lw 2010-08-19 16:44:12 -07:00
jsreflect.cpp bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsreflect.h bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsregexp.cpp Bug 586827: fix bad regexp arena behavior. (r=apierce) 2010-08-12 18:55:26 -07:00
jsregexp.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
jsregexpinlines.h Fix bustage on Mac PPC. 2010-08-11 15:44:32 -07:00
jsreops.tbl
jsscan.cpp Bug 584595 - TM: speed up scanning three ways. r=cdleary. 2010-08-17 18:01:23 -07:00
jsscan.h Bug 584595 - TM: speed up scanning three ways. r=cdleary. 2010-08-17 18:01:23 -07:00
jsscope.cpp Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
jsscope.h [JAEGER] Second try at start/end iterator fast paths, bug 578756. r=dmandelin, dvander, gal 2010-08-12 17:26:07 -04:00
jsscopeinlines.h Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
jsscript.cpp [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
jsscript.h [JAEGER] Implement PurgeMICs. b=584182, r=dvander. 2010-08-12 16:58:43 -07:00
jsscriptinlines.h Bug 556353 - Remove OBJ_IS_NATIVE, HAS_FUNCTION_CLASS. r=brendan. 2010-03-31 22:13:51 -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 [JAEGER] Merge from Tracemonkey. This picks up Yarr. 2010-08-12 11:42:16 -07:00
jsstr.h Bug 585559 Fix alignment for length2StringTable and hundredStringTable with Sun Studio r=lw 2010-08-19 15:58:52 +08:00
jsstrinlines.h Bug 578171 - Keep a static table of all length-2 strings (r=lw) 2010-07-27 21:14:31 -07:00
jstask.cpp bug 553033 - replacing the background free list with a vector. r=jwalden 2010-04-27 15:46:24 +02:00
jstask.h Oops, b0f49ebf6325 wants a definition (r=me) 2010-04-28 15:23:34 -07:00
jstl.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
jstracer.cpp [JAEGER] Merge from tracemonkey. 2010-08-19 17:30:04 -07:00
jstracer.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
jstypedarray.cpp b=576716; crash with ArrayBuffer test case; r=waldo 2010-08-14 10:52:51 -07:00
jstypedarray.h Bug 549143 - fatvals 2010-07-14 23:19:36 -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-11 11:05:24 -07:00
jsutil.h Fix bustage; don't #include jstl.h from jsvalue.h, it messes up the mozalloc wrapper ritual 2010-08-09 13:59:28 -07:00
jsval.h Merge from Tracemonkey. 2010-08-19 11:11:36 -07:00
jsvalue.h Fix bustage; don't #include jstl.h from jsvalue.h, it messes up the mozalloc wrapper ritual 2010-08-09 13:59:28 -07:00
jsvector.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -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 [JAEGER] Merge from Tracemonkey. scopeChain and blockChain are still public so I can check one thing at a time--this merge is brutal. 2010-08-16 14:59:44 -07:00
jswrapper.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
jsxdrapi.cpp Revert fixes for bug 438633, bug 585803 2010-08-12 14:07:52 -07:00
jsxdrapi.h Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
jsxml.cpp Add interface for JSStackFrame.fun/script/thisv/rval, bug 586533. r=lw 2010-08-15 08:44:51 -04: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 Merge from Tracemonkey. 2010-08-19 11:11:36 -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-19 16:22:30 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Silence warnings / remove dead code (r=me) 2010-08-17 15:59:28 -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>