Commit Graph

6408 Commits

Author SHA1 Message Date
Luke Wagner
0587891279 Bug 509826 - replace js_NewStringCopyN with js_NewDependentString in jsstr (r=waldo) 2009-08-18 14:13:28 -07:00
Luke Wagner
1d573dc2f2 Actually fix bustage: JS_STATIC_ASSERT cannot be used in classes. 2009-08-18 09:21:53 -07:00
Luke Wagner
20fddc0b26 Fixed jsvector.h bustage. 2009-08-18 09:03:23 -07:00
Luke Wagner
d41529b0d4 Bug 510319 - fix ptrdiff overflow in JSTempVector 2009-08-18 08:41:30 -07:00
Jacob Bramley
56c7a54588 Allow an out-of-memory condition to be interpreted as a pass for testBug507425. (510207, r=dmandelin) 2009-08-18 12:00:10 +01:00
Bob Clary
01e935eb04 bug 510901 - Sisyphus - support 1.9.3 branch. 2009-08-18 00:30:00 -07:00
Bob Clary
de4888f662 bug 501124 - JavaScript Test by bogomip. 2009-08-18 00:30:00 -07:00
Bob Clary
4826fb6c7c bug 488995 - JavaScript Test by PenPal. 2009-08-18 00:30:00 -07:00
Bob Clary
2983c14cbb bug 488989 - JavaScript Test by Jeff Walden. 2009-08-18 00:30:00 -07:00
Bob Clary
96b34d5791 bug 481436 - JavaScript Test by Gary Kwong, Jason Orendorff. 2009-08-18 00:30:00 -07:00
Bob Clary
b0d8e3ec51 bug 474319 - JavaScript Test by Gary Kwong. 2009-08-18 00:30:00 -07:00
Bob Clary
e980027181 bug 473040 - JavaScript Test by Gary Kwong. 2009-08-18 00:29:59 -07:00
Bob Clary
bcb7520d62 bug 466206 - JavaScript Test by Gary Kwong. 2009-08-18 00:29:59 -07:00
Bob Clary
b25f6a8ae9 bug 465980 - JavaScript Tests by Mike Shaver, Jeff Walden. 2009-08-18 00:29:59 -07:00
Bob Clary
de8b3dd0d0 bug 465063 - JavaScript Test by Gary Kwong. 2009-08-18 00:29:59 -07:00
Bob Clary
8f33cfe9d0 bug 454704 - JavaScript Test by Jesse Ruderman. 2009-08-18 00:29:59 -07:00
Bob Clary
75a81649b9 bug 427196 - JavaScript Tests by Jesse Ruderman, Igor Bukanov. 2009-08-18 00:29:59 -07:00
Bob Clary
f4a7bf3c95 bug 426520 - JavaScript Test by Adam Hauner, Jesse Ruderman. 2009-08-18 00:29:59 -07:00
Bob Clary
fdb13995e1 bug 369696 - JavaScript Tests by Jesse Ruderman, Igor Bukanov. 2009-08-18 00:29:59 -07:00
Bob Clary
91c470efb1 bug 506567 - JavaScript Test by John Hanely. 2009-08-18 00:29:59 -07:00
Bob Clary
cce53d05dd bug 504078 - JavaScript Test by Anders Hammarquist. 2009-08-18 00:29:59 -07:00
Bob Clary
eb9a32187c Bug 509164 - Sisyphus - support mozilla-build start*.bat environment settings, r=ctalbert. 2009-08-18 00:29:59 -07:00
Bob Clary
b8cc1ab90c bug 496846 - run browser tests via file:. 2009-08-18 00:29:58 -07:00
Bob Clary
fc757f2763 bug 353078 - JavaScript Test - modify test to only fail in the event of a crash. 2009-08-18 00:29:58 -07:00
Bob Clary
2e1b1c26be bug 452498 - JavaScript Tests - disable js1_5/decompilation/regress-352073.js for 1.8.x, 1.9.0 due to changes in test. 2009-08-18 00:29:58 -07:00
Bob Clary
46098ed3e9 bug 383269 - JavaScript Tests - js1_5/GC/regress-383269-{01,02}.js are timing dependent and fail randomly, add to performance*.tests. 2009-08-18 00:29:58 -07:00
Bob Clary
a4e88052cd Bug 457618 - update js1_7/block/order-of-operation.js 2009-08-18 00:29:58 -07:00
Bob Clary
632647c94d bug 457618 - JavaScript Tests - update tests due bug 346749 (let declarations at function level should be treated as var). 2009-08-18 00:29:58 -07:00
Bob Clary
225c3a7d88 bug 496113 - JavaScript Test by Masakazu Takahashi. 2009-08-18 00:29:58 -07:00
David Anderson
3ef3ec0c6c Improved joinEdgesToEntry functionality and cleanliness (bug 509093, r=sayrer,gal). 2009-08-17 18:01:00 -07:00
David Mandelin
2ad51ab3d0 Bug 510730: make new trace-test harness output tinderbox-parseable, r=graydon
--HG--
extra : rebase_source : de6ca79b0df5b8d98e24f2fe6cd5ebd4f16c5964
2009-08-17 16:53:41 -07:00
Nicholas Nethercote
c035e918c7 Bug 511012 - TM: don't use addName() and insStorei() together. r=gal. 2009-08-18 09:27:48 +10:00
Jason Orendorff
b3aba1ee4c Delete unused JSBUILTIN_ constants. No bug. r=gal. 2009-08-17 17:36:36 -05:00
David Mandelin
46854c2304 Bug 509599: on trace, call putArguments when returning from JS function via either return or stop, r=jorendorff 2009-08-17 15:29:09 -07:00
David Mandelin
25b6a55ac6 Bug 510434: don't trace setting |arguments|, r=brendan 2009-08-17 15:20:26 -07:00
Jim Blandy
24dfed2435 Bug 509510: Update tests to match final ECMA 5 spec. r=mrbkap 2009-08-17 14:54:52 -07:00
Jim Blandy
d73272bc1a Bug 509510: Make Object.getPrototypeOf reject primitives, not coerce them. r=mrbkap 2009-08-17 14:54:52 -07:00
Andreas Gal
5d82186f20 Don't flush the code cache every time we GC (506117, r=brendan). 2009-08-17 14:50:57 -07:00
Jason Orendorff
bb4f47d677 Re-apply d8e4676dc10e (bug 510553) to trace-test.py. Changeset c3648b2ea86c inadvertently reverted these changes because I rebased it across d8e4676dc10e and rebase is dumb. r=sea of orange
--HG--
extra : rebase_source : 461c4b16b92841b6cf3e3460f2c55a143787706d
2009-08-15 07:14:45 -05:00
Jason Orendorff
d25d775501 Bug 510568 - Kill one last #if JS_HAS_LVALUE_RETURN directive. r=Waldo. 2009-08-15 07:21:06 -05:00
David Mandelin
184e8b155d Backed out changeset 238e8b557e4f: causing tjss orange
--HG--
extra : rebase_source : 49cfd40e67221067c45c85a5b96db39d22be1f67
2009-08-14 19:17:00 -07:00
Blake Kaplan
905b04895d Fix compiler warnings on x86-64 (and maybe even miscompilation) by forcing this value to be the right width. 2009-08-14 16:52:48 -07:00
David Mandelin
a5a7e420d0 Bug 505591: trace JSOP_NAME for returned closures, r=dvander 2009-08-14 16:02:47 -07:00
David Mandelin
4af2805055 Bug 509982 followup: simpler faster test for presence of upvars in a flat closure, sr=brendan 2009-08-14 15:36:50 -07:00
David Mandelin
14e11d3ed9 Bug 504587 test case: test shape guard validity, r=jorendorff via IRC 2009-08-14 15:34:23 -07:00
David Mandelin
4fad6d2e5d Bug 509982 part 2: add test case 2009-08-14 15:29:54 -07:00
David Mandelin
3d7dd5021a Bug 509982: don't populate flat closure upvars when there aren't any upvars, r=dvander 2009-08-14 15:25:05 -07:00
Jeff Walden
3ee1d5026c Bug 510537 - Implement Array.isArray, easiest ES5 feature evar. r=jorendorff 2009-08-14 03:23:07 -07:00
Robert Sayre
b52839d7b8 Merge. 2009-08-14 17:58:22 -04:00
Robert Sayre
c582767e79 Merge mozilla-central to tracemonkey. 2009-08-14 17:49:42 -04:00
Jason Orendorff
d14a48ad53 Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF. Re-landing per comment 8. r=gal. 2009-08-14 16:34:43 -05:00
Jason Orendorff
56b69d0816 Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM. Re-landing per comment 8. r=gal. 2009-08-14 15:47:04 -05:00
Jason Orendorff
ecb3693d52 Remove Python 3.x version of trace-test.py. Maintaining two copies is a headache. r=dmandelin.
--HG--
extra : rebase_source : 91fcfe4a1b16b788ec42f1ab37097ee2bfe81413
2009-08-14 15:07:11 -05:00
Saint Wesonga
6aeef52dac Bug 273467 - -"-0x1" results in 1 instead of NaN. r=brendan. 2009-08-14 15:03:10 -05:00
Makoto Kato
b2ac773127 Bug 510449 - Bug 493457 causes crash on x64 windows build because JSSLOT_CLASS_MASK_BITS is uint32. r=jwalden
--HG--
extra : rebase_source : f9c5040cdec6d23ecfd1ac49f0ce6e97e356f4f1
2009-08-14 11:09:15 -07:00
Hashem Masoud
c8f711113e Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin 2009-08-14 16:09:00 +02:00
Leon Sha
b5dce5822e Bug 510451 Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal 2009-08-14 18:07:28 +08:00
Siddharth Agarwal
c1873e837d Final part of bug 503756 -- reland bug 489579. r=bsmedberg
--HG--
extra : rebase_source : 73a994583b600cc03ba51a323cf96bb18c2e8153
2009-08-14 03:03:30 +05:30
Robert Sayre
2874c6425c Merge tracemonkey to mozilla-central. 2009-08-13 17:38:22 -04:00
Jason Orendorff
92e7f5cf05 Merge backout. 2009-08-13 12:20:04 -05:00
Jason Orendorff
fd7ddc1057 Backed out changeset a17cbb14793f (bug 510193) which caused trace-test.js to fail (spuriously) on x86. 2009-08-13 12:19:39 -05:00
Andreas Gal
fee752ae24 Cleaning code cache flush handling (510136, r=jorendorff). 2009-08-13 08:35:35 -07:00
Ben Hearsum
1ca9588693 bug 508282: bump mozilla-central version to 1.9.3a1pre/3.7a1pre. r=catlee. CLOSED TREE 2009-08-13 10:06:28 -04:00
Jacob Bramley
967d281c76 Relax the testTableSwitch2 test for non-x86 platforms which don't use ::tableswitch() in jstracer.cpp. (510193, r=jorendorff) 2009-08-13 14:53:03 +01:00
Andreas Gal
25b9ed2a98 Backed out bug 508051. Fails trace-test/mandelbrot. 2009-08-13 04:08:34 -07:00
Blake Kaplan
fd26ee6ac1 Fix bug 508752. r+sr=jst 2009-08-10 18:07:00 -07:00
Blake Kaplan
392333159f Bug 509824 - Don't call into the script security manager off the main thread. r=bent sr=jst 2009-08-18 20:53:15 -07:00
Robert Strong
9c9b7be90e Followup to Bug 507513 - Need ABI defined for WinCE / WinMo. Make the code portable. r=ted.mielczarek 2009-08-18 16:08:56 -07:00
Serge Gautherie
cb736aa5e4 Bug 508760 - Remove MSVC6 support from the tree; (Ev1) js/src/*; r=graydon 2009-08-18 19:24:45 +02:00
Edwin Smith
87b101337d Bug 510545 - Convert LInsHashSet to use Allocator instead of GC, r=gal.
--HG--
extra : rebase_source : 233cf623b49f030ca083ba250294e00b61afdac5
2009-08-06 09:41:07 -04:00
David Mandelin
36075e6bc3 Bug 510553: make trace-test.py use correct program argv passing and path separator conventions, r=jorendorff 2009-08-14 12:09:42 -07:00
Igor Bukanov
be037e50cc bug 495061 - followup - fixing a typo in JS_FASTCALL declaration 2009-08-14 20:54:26 +02:00
Igor Bukanov
7e607aac4d bug 495061 - js_PutArgsObject and js_PutCallObject that never fail. r=brendan 2009-08-14 20:43:16 +02:00
Makoto Kato
7cd16a8284 Bug 501324 - Bug 497618 causes crashes while building with MSVC++ on Win x64. r=jwalden 2009-08-14 11:28:24 -07:00
Makoto Kato
7147fd6a28 Bug 510449 - Bug 493457 causes crash on x64 windows build because JSSLOT_CLASS_MASK_BITS is uint32. r=jwalden 2009-08-14 11:09:59 -07:00
Leon Sha
e8ef1e87a3 Bug 510451 - Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal 2009-08-14 18:01:38 +08:00
Luke Wagner
94a2c2cadd Bug 503952 - replace JSStringBuffer with JSTempVector in json.cpp 2009-08-13 17:22:55 -07:00
Brendan Eich
4a2fccb6db Avoid unused variable warning if not verbose. 2009-08-13 16:54:36 -07:00
Jason Orendorff
5e91f575d6 Bug 509098 - Remove JS_HAS_LVALUE_RETURN support, part 2. r=brendan. This was part of the original patch, but while rebasing it I accidentally dropped the parts that touch jsops.cpp.
--HG--
extra : rebase_source : 5ee3c72911a371ff14fb4696c73e9b17928f4845
2009-08-13 17:49:56 -05:00
David Mandelin
c0f2845030 Bug 505588: simpler test format and improved harness for trace-tests, r=jorendorff 2009-08-13 15:42:51 -07:00
Jason Orendorff
8384b1e239 Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r=brendan. 2009-08-13 16:18:33 -05:00
Jason Orendorff
7de8690fbc Bug 510091 - Fennec crash on mousedown on an iframe. r=Waldo. 2009-08-13 16:07:13 -05:00
Jason Orendorff
eb983a642d Bug 509103 - Drop support for assigning to parameterized properties. r=shaver.
--HG--
extra : rebase_source : 1c1d756ed4a510414a561546d73d3989204c16cb
2009-08-13 16:05:25 -05:00
Jacob Bramley
f77c90d4c3 Relax the testTableSwitch2 test for non-x86 platforms which don't use ::tableswitch() in jstracer.cpp. (510193, r=jorendorff) (with minor orangeness fix by jorendorff, r=shaver) 2009-08-13 15:03:48 -05:00
Edwin Smith
fa572124fd Bug 510116 - Remove dead code paths and arguments in nanojit::compile, r=gal. 2009-08-05 15:06:00 -04:00
Graydon Hoare
7ae3eb245d Bug 510104 - NJ: fix arm merge fallout, r=gal.
--HG--
extra : rebase_source : e739a12da66e0d65171bb5c2e3c09f98431ddf7c
2009-08-12 17:45:08 -07:00
Luke Wagner
fa2f83712c Bug 507458 - clear the waters a bit regarding JSVAL_BOOLEAN 2009-08-12 16:39:23 -07:00
Edwin Smith
83930e09a2 Bug 510095 - allocate LirBuffer with Allocator instead of GC, don't extend GCFinalizedObject, r=gal.
--HG--
extra : rebase_source : 42aa431e0d795351860f0794ea0392e1f663132b
2009-08-04 15:03:34 -04:00
Edwin Smith
ad06720f03 Bug 510078 - Convert LirNameMap to HashMap<> and Allocator, r=gal.
* * *
Don't allocate CodeAlloc with GC and dont extend GCFinalizedObject (bug 506390 r=tharwood+)

* Change PageMgr::CodeAlloc from pointer to embedded instance.
* Assembler takes CodeAlloc& now, like it already does for Allocator&
* PoolObject.cpp|h now use VMCFG_NANOJIT instead of (deprecated) FEATURE_NANOJIT
  (both #defines are equivalent)

--HG--
extra : rebase_source : 90847a654d7f669a4c2ac364dd9aae7be38cae77
2009-08-04 14:18:38 -04:00
Jason Orendorff
bc52c17224 Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF. r=gal. 2009-08-12 15:40:56 -05:00
Jason Orendorff
cc37757a20 Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM. r=gal. 2009-08-12 15:27:01 -05:00
Edwin Smith
3967b233d5 Bug 510036 - Convert LabelMap to HashMap<> and Allocator, r=gal.
--HG--
extra : rebase_source : 4f1385922085fe086084c418aa22dcc4cc4c1961
2009-08-04 13:56:48 -04:00
Graydon Hoare
7bddd2c62f Bug 510015: TM: more Allocator merge fallout in jsregexp.cpp, r=gal.
--HG--
extra : rebase_source : 7607da6f49cc355af49b73528c826d5888291eb9
2009-08-12 12:26:17 -07:00
Edwin Smith
9c489db37c Bug 509893 - Convert NInsList to SeqBuilder<> and Allocator, r=gal.
--HG--
extra : rebase_source : ca2b073138301d78829fa1096e0cb3da607073de
2009-08-04 13:21:15 -04:00
Edwin Smith
7de6b2bc04 Bug 509890 - Convert InsList to SeqBuilder<> and Allocator, r=gal.
--HG--
extra : rebase_source : 22303e739a0a6669c634595149028872aa7bd334
2009-08-04 13:11:53 -04:00
Edwin Smith
3a5203b81c Bug 509885 - Convert NInsMap to Allocator, r=gal.
--HG--
extra : rebase_source : 3586f950b5698052af74081f8f986f32dc57fa68
2009-08-04 11:06:46 -04:00
Graydon Hoare
77e519e3e4 Bug 509883 - Grab bag of formatting churn, r=gal.
--HG--
extra : rebase_source : 05d7b651a381a9e5daca47a2140bd6f1b1154a5b
2009-08-04 11:33:14 -04:00
Robert Sayre
c8a923e58e Merge mozilla-central to tracemonkey. 2009-08-12 12:18:38 -07:00
Peter Van der Beken
16bf42fce4 Fix for bug 499199 (Try to avoid XPCCallContexts in quickstubs for wrapper-cached things). r/sr=jst.
--HG--
extra : rebase_source : 8fc828106f3cf5e82e902cefd79e55df2b8721c3
2009-08-10 12:12:59 +02:00
timeless@mozdev.org
870ed948d4 Bug 505901 PutProperty has useless null check in !targetprop else case
r=gal
2009-08-12 11:49:54 +02:00
timeless@mozdev.org
191308c5ea Bug 505838 JS_GetStringBytes(JS_ValueToString(...)..) is a bad pattern
r=jorendorff
2009-08-12 11:49:53 +02:00
timeless@mozdev.org
6028fe0d79 Bug 505804 XPC_SJOW_Call leaks args if JS_GetFunctionObject(callWrapper) yields null
r=mrbkap
2009-08-12 11:49:53 +02:00
timeless@mozdev.org
ccd14cb0e0 Bug 505771 double free [@ JS_free - snarf] in jsshell
r=gal
2009-08-12 11:49:53 +02:00
timeless@mozdev.org
354de8a330 Bug 505568 jsshell should use the public api for property iteration
r=mrbkap
2009-08-12 11:49:53 +02:00
timeless@mozdev.org
bc35a8740a Bug 504395 SimulateImacroCFG leaks tmp_pcstack when LOCAL_ASSERT fails
r=graydon
2009-08-12 11:49:52 +02:00
Edwin Smith
a65666cc5a Bug 509856 - convert LabelStateMap and RegAllocMap to Allocator based containers, r=gal. 2009-08-04 10:48:48 -04:00
Edwin Smith
6652a33cf1 Bug 509833 - Convert live() analyzer to Allocator, r=gal. 2009-08-04 10:18:25 -04:00
Edwin Smith
1913010941 Bug 509818 - Replace StringList with SeqBuilder<char*>, use Allocator, r=dvander. 2009-08-04 09:54:47 -04:00
Brendan Eich
35efd21601 Fix annoying GCC warning (no ifdef __GNUC__ noise, that just taxes us for gcc's deficiencies). 2009-08-11 16:22:35 -07:00
Luke Wagner
8437742100 Bug 509725 - use JSTempVector in String.prototype.replace. r=Waldo 2009-08-11 15:45:32 -07:00
David Anderson
91b95f0a95 Merge. 2009-08-11 14:12:27 -07:00
David Anderson
74070d2a77 LirNameMap must be reset if flushing the allocator (bug 509786, r=graydon). 2009-08-11 14:11:07 -07:00
Jason Orendorff
3137ee0467 Bug 509636 - Assertion failure: pn->pn_type != TOK_COMMA, at ../jsemit.cpp. r=Waldo.
--HG--
extra : rebase_source : 1d413958d72dc3fda3ade90cf199965fb1d6de61
2009-08-11 15:57:23 -05:00
Jason Orendorff
9dc4a54a5d Bug 498488 - Change some JSObject macros to methods. r=Waldo. 2009-08-11 15:05:44 -05:00
Maks Verver
fce0a4a253 Simpler parseInt logic (bug 507993 followup, r=brendan,dvander). 2009-08-11 12:54:55 -07:00
David Anderson
67c4f874a9 Fixed FindLoopEdgeTarget not setting its outparam in one case (bug 509089 fallout, desk r=gal). 2009-08-11 12:51:40 -07:00
Luke Wagner
21205c39ce Removed unnecessary null check before cx->free. 2009-08-11 11:10:44 -07:00
Boris Zbarsky
99d0bce640 Hack to make bug 509557 less annoying. 2009-08-11 13:25:14 -04:00
David Anderson
5268047217 Static analysis build fixes (bug 509089 fallout, no bug). 2009-08-10 22:23:58 -07:00
David Anderson
869bf43660 Cleaned up and refactored AttemptToStabilizeTree (bug 509089, r=gal). 2009-08-10 22:15:52 -07:00
Edwin Smith
b21d256eb9 Bug 509634 - Add new Allocator-friendly containers, r=dvander.
--HG--
extra : rebase_source : 9d85c87d2c12729873ad5af330edd2495d590d79
2009-08-04 09:31:29 -04:00
David Anderson
7a7dbed77d Fixed parseInt handling negative numbers wrong in JIT'd code (bug 507993, r=brendan). 2009-08-10 18:09:51 -07:00
Edwin Smith
74be99c7ff Bug 509609 - Don't allocate CodeAlloc with GC and dont extend GCFinalizedObject, r=dvander. 2009-08-04 14:53:56 -04:00
Edwin Smith
186c032f2a Bug 509598 - Remove dead nanojit::CseFilter and LInsHashSet::replace, r=dvander.
--HG--
extra : rebase_source : ec7d125901bb032ad0dc5d7021070181bf8cde3d
2009-08-03 15:45:01 -04:00
Edwin Smith
a81fcd433a Bug 509596 - Remove some dead code, r=dvander.
--HG--
extra : rebase_source : 9d5ff6c6900b3befce2f6b6bf13d02a582f4a35d
2009-08-03 15:18:55 -04:00
Graydon Hoare
3dd52407c3 Bug 509586 - More VMPI insulation, r=jorendorff.
--HG--
extra : rebase_source : 0b468edd0ee08afe59fa9e7202ad3e96024f0371
2009-08-10 17:10:25 -07:00
Jason Orendorff
d60a115007 Bug 509301 - Value chosen for callee in args_resolve is nonsense. Fixes a debug browser assertion. r=Waldo. 2009-08-10 16:23:32 -05:00
Graydon Hoare
114f8d3c01 Bug 507302 - more whitespace fixes, r=nnethercote.
--HG--
extra : rebase_source : 7d208da8eabd76f66cfe323b5b598f45130299c6
2009-07-29 16:21:40 -07:00
Edwin Smith
10163c0cd1 Bug 507042 - class BitSet doesn't need GC support, r=dvander.
--HG--
extra : rebase_source : ad1835e60e926a8cdb570711b9deec0e1c40ead1
2009-07-08 16:21:55 -04:00
Edwin Smith
2c7e0812af Bug 507039 - Remove _startingIns from Assembler, r=nnethercote.
--HG--
extra : rebase_source : f4f5451a94fa60bb8059688bd64a6638e69a32c7
2009-07-23 13:46:44 -04:00
Edwin Smith
59e1ebda37 Bug 507036 - Move valgrind icache-flush notification to CodeAlloc, r=dvander.
--HG--
extra : rebase_source : 7815a2cd0699aff603e96bb05eae04c27d504578
2009-07-23 11:55:57 -04:00
Edwin Smith
e299aec675 Bug 507031 - Replace use of avmplus:String with Allocator and char* in nanojit::LabelMap and LirNameMap, r=dvander.
--HG--
extra : rebase_source : 3c59dc7bff1ece5ac282da9b0cb8820674345684
2009-07-15 12:34:17 -04:00
Michael Sullivan
d329b7a0f0 Bug 507723: separate jsop implements into their own file and allow them to be included as functions, r=brendan 2009-08-10 13:26:28 -07:00
David Mandelin
86609aa9f8 Bug 508187: do stack push after all guards when tracing JSOP_INCNAME et al, r=gal 2009-08-10 13:03:50 -07:00
Jason Orendorff
335eeb15af Bug 461269 - Remove TOK_RP nodes from the parse tree. r=brendan. 2009-08-10 14:00:46 -05:00
Jason Orendorff
08c6a1c780 Bug 506721 - Convert JSVAL_TO_INT and INT_TO_JSVAL to functions. r=Waldo. 2009-08-09 07:25:53 -05:00
Luke Wagner
7470eaa57b Bug 503952 - JSStringBuffer/JSCharBuffer with JSTempVector, part 1. r=jwalden 2009-08-07 20:09:11 -07:00
David Anderson
9ffa89ff60 Merge failure fix (bug 497948 fallout). 2009-08-07 17:30:56 -07:00
Graydon Hoare
b8154cc364 Bug 504462 - Merge tamarin's CodeAlloc into tracemonkey, r=gal. 2009-07-15 16:50:01 -07:00
Jason Orendorff
1e09b59b10 Bug 509047 - Defining a property that forces a dense array to become sparse shouldn't call a setter. r=brendan. 2009-08-07 18:31:54 -05:00
David Anderson
829a35875e Cleanup of deduceTypeStability and closeLoop, take two (bug 497948, r=gal+sayrer). 2009-08-07 14:08:23 -07:00
Jason Orendorff
4652795bfd Bug 509040 - DEFSHARP should define, not set, properties on fp->sharpArray. r=brendan.
--HG--
extra : rebase_source : 808d5523fa1db91152bbeb37f8d6015a40c0bc56
2009-08-07 11:10:12 -05:00
Atul Varma
169e0bf289 Bug 505494 - Unwrap invisible wrappers when they're passed to Function.prototype.apply. r=mrbkap 2009-08-06 20:48:57 -07:00
David Anderson
f574beae13 Merge. 2009-08-06 15:11:54 -07:00
David Anderson
ebe297403d Improved DumpPeerStability spew (bug 508866, r=gal). 2009-08-06 15:10:53 -07:00
Jacek Caban
5da4c824d2 Bug 505123 - js3250.dll linking fails on MinGW on fastcall inline functions, a=jacek, r=graydon. 2009-08-06 13:40:05 -07:00
Graydon Hoare
fd8a117e2f Bug 503694 - TM: Code run off an event handler is never traced, r=brendan.
--HG--
extra : rebase_source : da2e900baac68f88f06eaa8554b245f7d403153f
2009-08-06 12:40:51 -07:00
Robert Sayre
94c5688746 Backed out changeset 70b3b23c948a 2009-08-06 11:16:20 -07:00
Andreas Gal
af827d73f8 Memory-pressure based GC scheduler (506125, r=igor). 2009-08-05 17:27:20 -07:00
David Mandelin
c1486b955e Bug 508178: guard that arguments object refers to the same frame if used on trace, r=jorendorff 2009-08-05 12:39:10 -07:00