Benjamin Smedberg
|
5a86abcc68
|
Fix review nits from bug 463417 which I forgot to address earlier.
|
2009-07-20 11:48:45 -04:00 |
|
Robert Sayre
|
0e8682e7ec
|
Merge tracemonkey to mozilla-central.
|
2009-07-20 11:18:04 -04:00 |
|
L. David Baron
|
d71ea7085b
|
Use char16_t when available, and when it is, don't test for -fshort-wchar. (Bug 502298) r=bsmedberg
|
2009-07-20 07:04:41 -04:00 |
|
wes@page.ca
|
d578c08f24
|
Bug 504647 - JITted regular expressions crash SPARC Nanojit. r=dmandelin
|
2009-07-20 14:22:45 +08:00 |
|
David Anderson
|
b1b8fe3444
|
Fixed bug where dependent traces weren't always trashed (bug 503144, r=gal).
|
2009-07-17 19:59:08 -07:00 |
|
Vladimir Vukicevic
|
00f4cda14b
|
b=471585; [arm] jit crash on expedia.com; r=gal
|
2009-07-17 16:03:59 -07:00 |
|
Benjamin Smedberg
|
dbe8ac7b47
|
Bug 463417 - Port the nsinstall_win stuff over to the JS build engine as well
|
2009-07-17 15:22:30 -04:00 |
|
Benjamin Smedberg
|
e12b5aded9
|
Bug 463417 - import the nsinstall.exe source from CVS buildtools repository: make it capable of copying files with very long names, build it by default on Windows hosts, and stop using the moztools version, r?timeless
|
2009-07-17 15:10:35 -04:00 |
|
Brendan Eich
|
4632276b25
|
Bug 499790 - common sub-expression elim for repeated (PND_ASSIGNED | PND_FUNARG), r=mrbkap.
|
2009-07-17 11:36:45 -07:00 |
|
Benjamin Smedberg
|
4965608501
|
Bug 483202 - Load chrome from the GRE directory in xpcshell, r=ted
|
2009-07-17 10:41:26 -04:00 |
|
Daniel Jeter II
|
8f9209bc4f
|
Bug 503186 - DeprecationWarning using Python 2.6, r=bsmedberg
|
2009-07-17 10:20:11 -04:00 |
|
Nicholas Nethercote
|
52ab095147
|
Bug 501232 - nanojit: remove LIR_2. r=edwsmith.
|
2009-07-17 16:25:18 +10:00 |
|
Paritosh Aggarwal
|
6b3a75eb57
|
Bug 500786 - lirasm - provide support for guards. r=jorendorff.
|
2009-07-16 21:41:53 -05:00 |
|
Andreas Gal
|
f8892ed21b
|
Shrink slots during GC only, split ReallocSlots into Alloc/Grow/ShrinkSlots (504478, r=igor).
|
2009-07-16 18:42:54 -07:00 |
|
Andreas Gal
|
241532b53a
|
Inline malloc accounting functions (504219, r=jwalden).
|
2009-07-16 18:36:19 -07:00 |
|
Nicholas Nethercote
|
dabda589bf
|
Bug 504705 - TM/nanojit: use NULL as the condition for unconditional guards. r=gal.
|
2009-07-17 11:14:01 +10:00 |
|
Luke Wagner
|
0c16520e8b
|
Bug 406271: add quantifier support for regexp->native compiler, r=dmandelin
|
2009-07-16 17:17:35 -07:00 |
|
Blake Kaplan
|
0a6a7cef0c
|
Fix Windows build bustage. rs=brendan
|
2009-07-16 13:53:36 -07:00 |
|
Brendan Eich
|
e8b04487b7
|
Hide C++ from C includers.
|
2009-07-16 13:33:46 -07:00 |
|
Blake Kaplan
|
cd3a0971f1
|
Bug 504590 - Don't return a "joined" function object, since we don't support them yet. r=brendan
--HG--
extra : rebase_source : b7134d683b6e4439f284f9bb033b8040f53cdfb0
|
2009-07-16 13:16:33 -07:00 |
|
Brendan Eich
|
be04837737
|
Fix 502630 (r=Waldo).
|
2009-07-16 13:16:27 -07:00 |
|
Nicholas Nethercote
|
d2f31c8fbd
|
Bug 504465 - NJ: Move GC classes to namespace MMgc, r=graydon.
|
2009-07-16 11:50:27 -07:00 |
|
Robert Sayre
|
53d13821c6
|
Merge mozilla-central to tracemonkey.
|
2009-07-16 11:46:05 -04:00 |
|
Makoto Kato
|
a5b989eabe
|
Bug 503288 - add import/export declare for JavaScript engine. r=jim
|
2009-07-16 15:58:02 +09:00 |
|
Brendan Eich
|
3d1b06185e
|
Bug 503406 - TM: Trace calling a user-attached function to RegExp (r=mrbkap).
|
2009-07-15 17:51:19 -07:00 |
|
Brendan Eich
|
221bd1197a
|
Bug 503406 - TM: Trace calling a user-attached function to RegExp (r=mrbkap).
|
2009-07-15 17:48:22 -07:00 |
|
Brendan Eich
|
b1cf17d802
|
Bug 501230 - TM: fast path for String.toString (r=gal).
|
2009-07-15 17:36:24 -07:00 |
|
Neil Rashbrook
|
7d7253ddaa
|
Bug 501609 Make js/src build with VC7.1 r=graydon
|
2009-07-15 20:31:26 +01:00 |
|
Jeff Walden
|
8361fadbb2
|
Bug 503992 - js_Int32ToId doesn't return the right id when passed a negative integer which doesn't fit in a jsval. Also change how 'in' is interpreted on trace so that we don't side-exit when the named property exists directly on the object. ALL HAIL TESTCASES! r=jorendorff
|
2009-07-15 02:48:49 -07:00 |
|
Robert Sayre
|
b1646df788
|
Merge mozilla-central to tracemonkey.
|
2009-07-15 11:19:12 -04:00 |
|
Wesley W. Garland
|
ee6d0ceed7
|
Bug 504119 - jstracer.h no longer compiles debug builds on gcc < 4. r=jorendorff.
--HG--
extra : rebase_source : 4ea454201e93f26d87a5707d5b91c295e828cd2f
|
2009-07-14 19:15:23 -05:00 |
|
Andreas Gal
|
1af8dfb112
|
Avoid integer division in NewGCThing path (503157, r=jwalden).
|
2009-07-14 17:06:09 -07:00 |
|
Andreas Gal
|
88cf1d87c6
|
Avoid integer math for GC trigger factor calculation in allocation path, take 2 (503463, r=dmandelin).
|
2009-07-14 17:03:20 -07:00 |
|
Nicholas Nethercote
|
acc2840ef2
|
Bug 504213: nanojit: rename LIR_alloc, LIR_addp, LIR_param to match tamarin-redux. r=graydon.
|
2009-07-15 10:00:43 +10:00 |
|
Nicholas Nethercote
|
6eb09ec1ad
|
Bug 504208: fix LInsHashSet::equals(). r=graydon.
|
2009-07-15 09:54:17 +10:00 |
|
Jason Orendorff
|
d3f1ccb6c5
|
Bug 502832 - TM: Crash [@ memcpy]. r=graydon.
--HG--
extra : rebase_source : 2b58bcfbba855e12b0e24ac6d423f4c1621cea12
|
2009-07-14 17:45:01 -05:00 |
|
Jesse Ruderman
|
2979b4fd10
|
Make uneval(window) always return something that can be evaled (bug 380959). r=mrbkap.
|
2009-07-14 13:30:32 -07:00 |
|
Peter Van der Beken
|
166204d6c0
|
Backed out changeset 2073d5aae8b6 (Avoid integer math for GC trigger factor calculation in allocation path (bug 503463)).
|
2009-07-14 11:49:43 +02:00 |
|
Peter Van der Beken
|
cf914cb140
|
Backed out changeset 2073d5aae8b6 (Avoid integer math for GC trigger factor calculation in allocation path (bug 503463)).
|
2009-07-14 11:49:15 +02:00 |
|
Peter Van der Beken
|
c318fcd5ad
|
Backed out changeset c5433450795f (Bug 503990: make isStmt() table-driven.)
|
2009-07-14 11:23:07 +02:00 |
|
Peter Van der Beken
|
c4e9e647fb
|
Backed out changeset c5433450795f (Bug 503990: make isStmt() table-driven).
|
2009-07-14 11:22:41 +02:00 |
|
Blake Kaplan
|
6e8862dc1e
|
Add a crashtest for bug 503286. r=gal
|
2009-07-14 01:59:37 -07:00 |
|
wes@page.ca
|
da15c8675f
|
Bug 494864 - make nanojit debug output easier to follow. Sparc Changes. NPOTB code. r=graydon
|
2009-07-14 12:58:18 +08:00 |
|
Robert Sayre
|
6866621c71
|
Merge tracemonkey to mozilla-central.
|
2009-07-14 00:42:27 -04:00 |
|
Robert Sayre
|
d2f01e78db
|
merge backout
|
2009-07-14 00:26:05 -04:00 |
|
Robert Sayre
|
663a2781d7
|
Backed out changeset b6a8110a858f
|
2009-07-14 00:25:35 -04:00 |
|
Robert Sayre
|
7bd56b6f24
|
Merge backout
|
2009-07-14 00:25:14 -04:00 |
|
Robert Sayre
|
96f8ce6d85
|
Backed out changeset 6ca843fc1e67
|
2009-07-14 00:24:15 -04:00 |
|
Nicholas Nethercote
|
1704e7aacf
|
Bug 503990: make isStmt() table-driven. r=gal.
|
2009-07-14 13:08:38 +10:00 |
|
Blake Kaplan
|
f8dbe2d575
|
Bug 503817 - Deal with xpconnect handing us weird this objects. r=gal
|
2009-07-13 17:46:47 -07:00 |
|
David Mandelin
|
3d9684f134
|
Bug 503818: update upvar stack arithmetic for jsop_arguments patch, r=gal
|
2009-07-13 17:37:00 -07:00 |
|
Luke Wagner
|
5210359549
|
Bug 503981 - Fix thinko. r=jwalden
|
2009-07-13 17:31:15 -07:00 |
|
Blake Kaplan
|
d142d70ad5
|
Bug 503286 - Use the right sp for sp_adj to account for tree calls fiddling with state.sp after we've deep bailed. r=jorendorff
--HG--
extra : rebase_source : 2d3e2237ef82d4ea5980b4ece9b484344f450036
|
2009-07-13 15:44:33 -07:00 |
|
Robert Sayre
|
b6ce61f167
|
Fix dtrace build bustage.
|
2009-07-13 18:33:33 -04:00 |
|
Robert Sayre
|
b172ec27fd
|
Merge tracemonkey to mozilla-central.
|
2009-07-13 18:19:51 -04:00 |
|
Andreas Gal
|
f552010935
|
Make js_ValueToString inline (503669, r=jwalden).
|
2009-07-13 14:55:04 -07:00 |
|
Andreas Gal
|
daadccbdec
|
Follup-fix for 503665 (missing inlines).
|
2009-07-13 14:41:38 -07:00 |
|
Andreas Gal
|
bfb17e2d67
|
Make Scope::hold/drop and parts of Scope::search inline (503665, r=jwalden).
|
2009-07-13 14:29:32 -07:00 |
|
David Anderson
|
50960fdbcb
|
Static analysis build fixes, follow-up to bug 497948.
|
2009-07-13 13:46:16 -07:00 |
|
Andrew Sutherland
|
aaeccd8701
|
bug 497355 - Assertion failure: STOBJ_GET_CLASS(obj) != &js_BlockClass, at /Users/moztest/comm/main/src/mozilla/js/src/jsscope.cpp:79. r=igor
|
2009-07-13 13:45:34 -07:00 |
|
David Anderson
|
3afb790b55
|
Refactored deduceTypeStability/closeLoop for a general cleanup needed for recursion (bug 497948, r=gal+sayrer).
|
2009-07-13 13:26:27 -07:00 |
|
Andreas Gal
|
0c6942b658
|
Avoid integer math for GC trigger factor calculation in allocation path (503463, r=dmandelin).
|
2009-07-13 13:24:25 -07:00 |
|
Julian Seward
|
b9dc1bb9d6
|
Bug 496693 - NJ: comment and refactor DeadCodeFilter vs Assembler::gen interactions, r=edwsmith.
--HG--
extra : rebase_source : e675f824946d4a8bb83b2aed8ff1911c8b23caee
|
2009-07-13 11:50:42 -07:00 |
|
David Mandelin
|
a10caff6bb
|
Bug 502789: correct regexp->native compiler of handling case-insensitive matching of characters with multiple lower-case forms, r=lw
|
2009-07-13 12:41:30 -07:00 |
|
Benjamin Smedberg
|
350cc29383
|
Bug 501657 - Put local python modules at the beginning of the python path, not the end, tested by Jory Pratt
|
2009-07-13 12:28:59 -04:00 |
|
Florian Queze
|
6f16d6f944
|
Bug 468569 - after building in srcdir, make distclean doesn't clean up enough. r=ted
|
2009-07-13 13:46:23 +02:00 |
|
Andreas Gal
|
427ece476a
|
Make sure js_FinalizeStringRT can be inlined into js_GC() (503462, r=dmandelin).
|
2009-07-12 07:41:20 -07:00 |
|
Andreas Gal
|
3367fcef8e
|
Inline FinalizeObject into js_GC() along with making Scope hold() and drop() inline, too (503461, r=dmandelin).
|
2009-07-12 07:38:59 -07:00 |
|
Andreas Gal
|
48d847d549
|
Bump local gcthings limit to 64 (503156, r=igor).
|
2009-07-12 07:32:59 -07:00 |
|
Andreas Gal
|
6830c9b118
|
Avoid 16-bit arithmethic in GC arenas (503419, r=dmandelin).
|
2009-07-12 07:29:18 -07:00 |
|
Robert Sayre
|
247b1e3f5d
|
Merge mozilla-central to tracemonkey.
|
2009-07-11 23:46:16 -04:00 |
|
Andreas Gal
|
d788e5a1d4
|
Make CHECK_FOR_STRING_INDEX an inline function (503666, r=jwalden).
|
2009-07-11 15:41:32 -07:00 |
|
David Anderson
|
c9fca61ed4
|
Build fix, follow-up to bug 503595.
|
2009-07-11 16:02:31 -04:00 |
|
David Anderson
|
a46f3aa0f0
|
Fix -0 modulo -x disagreement on Windows (bug 503595, r=sayrer).
|
2009-07-11 12:40:37 -07:00 |
|
Andreas Gal
|
69b9d107c2
|
Remove unnecessary cast to unsigned (introduced by bug 502241, r=graydon).
|
2009-07-10 17:18:25 -07:00 |
|
Graydon Hoare
|
e404f743cd
|
Bug 503593 - NJ: whitespace and modeline cleanup, r=gal.
--HG--
extra : rebase_source : c7fcc1acaadb2264796a3ee7a20866eecc4dc484
|
2009-07-10 12:58:34 -07:00 |
|
Blake Kaplan
|
2afead1cba
|
Bug 502449 - Now that our pseudo-frame can have a call object it needs slots, too. r=igor
|
2009-07-10 15:07:19 -07:00 |
|
Brendan Eich
|
107bba886d
|
Bug 503524 - JSON.stringify does not condition number-typed space parameter per spec (r=sayrer).
|
2009-07-10 16:02:38 -04:00 |
|
Brendan Eich
|
4e705018ab
|
Optimize stringify edge case. r=sayrer/jorendorff.
|
2009-07-10 15:13:54 -04:00 |
|
Graydon Hoare
|
203d645160
|
Bug 503437 - NJ: Commit missing CodeAlloc and NativePPC files from Adobe, r=gal.
--HG--
extra : rebase_source : 51a1d5fdc3c8ce0492f5986612a06858f2c4a5da
|
2009-07-10 11:21:53 -07:00 |
|
Jason Orendorff
|
72391e700b
|
Bug 503464 - Memory leak in JSScope::drop. r=brendan.
|
2009-07-10 10:36:29 -05:00 |
|
David Anderson
|
1899603001
|
Fixed division and modulo bugs with negative numbers and 0 (bug 498237, r=gal).
|
2009-07-09 18:14:32 -07:00 |
|
Graydon Hoare
|
3b37933d2d
|
Bug 502953 - Followup patch to remove residual makefile entries, r=dvander.
--HG--
extra : rebase_source : 5e0c1dea8ad190a0fd432a4c8a2791e1cccd7e2f
|
2009-07-09 13:33:16 -07:00 |
|
Brendan Eich
|
f60779aef5
|
Bug 503343 - Change JSScope macros to methods. r=jorendorff
|
2009-07-09 15:27:21 -05:00 |
|
Brendan Eich
|
93c0af174f
|
Pick nits including warning provoker in jsregexp.cpp from bugs 463535 and 453730.
|
2009-07-09 15:18:08 -04:00 |
|
Brendan Eich
|
9cfe1539e6
|
Optimize GCto avoid atomic decrement in js_DropScope (503155, r=jorendorff).
|
2009-07-09 14:59:44 -04:00 |
|
Peter Van der Beken
|
b831933504
|
Fix for bug 503170 (Make QS argument unwrapping use thisptr offsets). r=jorendorff, sr=jst.
--HG--
extra : rebase_source : 1bf030e9ea24fd8efa3fd14feef3632020a3a359
|
2009-07-09 16:26:19 +02:00 |
|
Peter Van der Beken
|
9eeb6bea74
|
Fix for bug 504146 (Crash [@ nsGenericElement::cycleCollection::Traverse] with focus() method, popup, menulist, treecols). r=jst, sr=mrbkap.
--HG--
extra : rebase_source : ccd7a76cceab3f1ab593e2918d3847e14e8c5c22
|
2009-07-17 12:17:46 +02:00 |
|
Vladimir Vukicevic
|
c7416c8257
|
b=503570, [arm] jit crash with illegal instruction; r=gal
|
2009-07-16 21:05:29 -07:00 |
|
Vladimir Vukicevic
|
9b3959126b
|
b=500472; flash activex shunt for Windows CE; r=jst
|
2009-07-16 14:13:29 -07:00 |
|
Peter Van der Beken
|
5a3a242c13
|
Fix for bug 503167 (Replace xpc_qsReadOnlySetter with js_GetterOnlyPropertyStub). r=jorendorff, sr=jst.
--HG--
extra : rebase_source : 448b7e44111c8261736156e76c9936030457c40a
|
2009-07-09 16:26:19 +02:00 |
|
Peter Van der Beken
|
2f1f9cb597
|
Fix for bug 503166 (XPCStringConvert::ReadableToJSString shouldn't allocate for empty string). r/sr=jst.
--HG--
extra : rebase_source : 76c08ffb3bced708ad8af9626b7dfcb3c3fae28f
|
2009-07-09 14:46:39 +02:00 |
|
Jason Orendorff
|
5044a40564
|
Bug 503198 - Restore ability to trace initprop/setprop with non-branded scope and function rhs. r=brendan.
|
2009-07-09 06:49:44 -05:00 |
|
Jason Orendorff
|
3b8b21247e
|
Bug 503191 - trace-test.js aborts in testAddAnyInconvertibleObject et al. r=Waldo.
--HG--
extra : rebase_source : 4977a191af6285669e7e268bc713c03a9338c60b
|
2009-07-08 17:58:59 -05:00 |
|
Nicholas Nethercote
|
9360d761e7
|
Bug 499605: localize _labels, _patches and pending_lives in Assembler. r=edwsmith.
|
2009-07-09 08:54:31 +10:00 |
|
Nicholas Nethercote
|
ae95b81b57
|
Bug 502788: avoid many redundant NULL comparisons in the LirReader pipeline. r=edwsmith.
|
2009-07-09 08:34:22 +10:00 |
|
Jason Orendorff
|
d9e1f3aa40
|
Bug 502914 - JIT code can call js_AddProperty when the property already exists (Assertion failure: !SCOPE_HAS_PROPERTY(scope, sprop), at ../jsbuiltins.cpp:257). r=gal.
|
2009-07-08 15:44:58 -05:00 |
|
Jason Orendorff
|
9b7ea9a02e
|
Last-minute change to the unit test in the previous changeset a08e3540da32, requested by bz in bug 502890 comment 6. Informal r=graydon.
|
2009-07-08 15:38:55 -05:00 |
|
Jason Orendorff
|
fc08c0c726
|
Bug 502890 - Assigning to a called method on trace does not change the object's shape. r=gal,r=brendan.
|
2009-07-08 14:44:31 -05:00 |
|
David Mandelin
|
975f74c278
|
Bug 453730: trace JSOP_ARGUMENTS, r=gal
|
2009-07-08 11:16:41 -07:00 |
|
Graydon Hoare
|
e46aedbb11
|
Bug 502953 - Remove dead TraceTreeDrawer, r=dvander.
|
2009-07-07 15:31:03 -07:00 |
|
David Anderson
|
223c73c848
|
Fixed two rare cases where missing globals in a nested loop could result in an outer recording using an incorrect typemap entry for those slots (bug 502604, r=gal).
|
2009-07-07 12:14:30 -07:00 |
|
Jason Orendorff
|
b2ae19610c
|
Bug 498565 - Setting inline style always misses property cache. r=brendan.
--HG--
extra : rebase_source : 953740c5d693ee5358fb85690dc0e15df3bafa0a
|
2009-07-07 06:20:26 -05:00 |
|
Jason Orendorff
|
e0ee1845cf
|
Give the LIR instruction for loading obj->map the name "map" in debug output. r=brendan in bug 498565 comment 18.
--HG--
extra : rebase_source : 3c7954123b4b89d0f38b7e6c2397749a9156e342
|
2009-07-07 06:20:22 -05:00 |
|
Jason Orendorff
|
50928beb6c
|
Minor cleanup. Fuse if-if in js_FillPropertyCache. r=brendan in bug 498565 comment 18.
--HG--
extra : rebase_source : 386e6c4b1c06aa14b9d7e6cb7efaf83c9fb5e7bd
|
2009-07-07 06:09:28 -05:00 |
|
Leon Sha<leon.sha@sun.com>
|
db53a19dda
|
Bug 502584. Firefox will crash when visiting www.hp.com on sparc platform. r=gal. NPOTB code
|
2009-07-07 14:16:35 +08:00 |
|
Nicholas Nethercote
|
1787bb1105
|
Trivial fix for a TMFILES=liveness debug output assertion failure.
|
2009-07-07 15:25:50 +10:00 |
|
Nicholas Nethercote
|
bcb3d13d73
|
Add some info on troubleshooting in the TraceVis README.
|
2009-07-07 12:31:09 +10:00 |
|
Nicholas Nethercote
|
b23341dd32
|
Fix compile breakage on optimized builds caused by my last commit.
|
2009-07-07 09:49:55 +10:00 |
|
Nicholas Nethercote
|
ab0511054e
|
Bug 502539: move displacements into load instructions. r=gal,edwsmith.
|
2009-07-07 09:26:12 +10:00 |
|
David Mandelin
|
fd4086beac
|
Bug 502058: blacklist regexps for native compilation more efficiently and reliably, r=gal
|
2009-07-06 13:21:32 -07:00 |
|
Luke Wagner
|
55ec9409d5
|
Bug 501834 - Regression on js1_5/Regress/regress-312588.js crash [@ JS_HashTableRawLookup]. r=jwalden
|
2009-07-06 13:02:43 -07:00 |
|
Robert Sayre
|
878a89a073
|
Merge mozilla-central to tracemonkey.
|
2009-07-06 12:20:54 -04:00 |
|
Andreas Gal
|
e06ace81ce
|
Build fix for 502145 with JS_TRACER disabled (no bug).
|
2009-07-06 07:01:21 +02:00 |
|
Andreas Gal
|
16a60091ed
|
Shortcut lookup flag calculation when on trace (bug 502145, r=igor).
|
2009-07-06 06:42:13 +02:00 |
|
Peter Van der Beken
|
b805317eeb
|
Try to fix orange.
|
2009-07-05 20:03:52 +02:00 |
|
Andreas Gal
|
5b8748f20e
|
Add an argument to bench.sh that selects which shell to test (no bug).
|
2009-07-03 22:26:27 -07:00 |
|
Andreas Gal
|
e2a4db5c7b
|
Fix warnings in jsxdrapi.cpp (502296, r=jwalden).
|
2009-07-03 17:37:41 -07:00 |
|
Andreas Gal
|
1406080795
|
Consistently use signed ints for pcdepth (502241, r=brendan).
|
2009-07-03 17:03:24 -07:00 |
|
Andreas Gal
|
0324bd664d
|
Cleanup alignment cast for jump tables (502242, r=jwalden).
|
2009-07-03 16:55:22 -07:00 |
|
Nicholas Nethercote
|
a87c89d0ef
|
Bug 493125 - remove LIR_cs. r=edwsmith.
|
2009-07-02 12:21:28 +10:00 |
|
Luke Wagner
|
4ffa0787b0
|
Bug 200505 - Better fix for C/C++ syntax problems with declaring the JSTempVector template. r=jwalden
|
2009-07-01 16:15:01 -07:00 |
|
Blake Kaplan
|
4c0da90619
|
Bug 501270 - Make pseudo-frames have call objects if they're around a heaveyweight function to preserve engine invariants. r=brendan
|
2009-07-01 11:40:36 -07:00 |
|
Nicholas Nethercote
|
5842226e62
|
Bug 492866: implement variable-width LIR. r=graydon.
|
2009-07-01 14:18:55 +10:00 |
|
Nicholas Nethercote
|
8de6422b09
|
Backed out changeset ae16e5919d19 (tree was closed for talos maintenance).
|
2009-07-01 11:33:54 +10:00 |
|
Nicholas Nethercote
|
4af0dc60ae
|
Make LIR variable-width (bug 492866, r=graydon).
|
2009-07-01 11:13:22 +10:00 |
|
Luke Wagner
|
145fbf91c2
|
Bug 200505 - Optimization of jsref array_join_sub() function. r=waldo
|
2009-06-30 20:19:42 -04:00 |
|
Robert Sayre
|
3f97d5e6f5
|
Backed out changeset b2256abf53c0
|
2009-06-30 12:14:09 -07:00 |
|
Luke Wagner
|
a6311cf8b5
|
Bug 200505 - Optimization of jsref array_join_sub() function. r=waldo
|
2009-06-30 11:29:43 -07:00 |
|
Nicholas Nethercote
|
1e84e68309
|
Remove dead setCallTable() declaration (bug 488515, r=gal).
|
2009-06-30 14:55:44 +10:00 |
|
David Mandelin
|
4af7401ebd
|
Bug 500621: make regexp lirbuf setup work the same as tracing lirbuf to avoid mem leak, r=dvander
|
2009-06-29 17:04:35 -07:00 |
|
Mike Hommey
|
52c585af70
|
Bug 501241 - xpcshell fails to build when setting EDITLINE. r=mrbkap
--HG--
extra : rebase_source : c41df07d7ccaf98a15335493aa9227788da323ee
|
2009-06-29 16:10:54 -07:00 |
|
Andreas Gal
|
84b0735487
|
js_GetMethod shouldn't detect (501229, r=jorendorff).
|
2009-06-29 15:19:37 -07:00 |
|
David Mandelin
|
b86272cfea
|
Bug 496448: check in python scripts for TraceVis, r=brendan
|
2009-06-29 14:56:57 -07:00 |
|
Andreas Gal
|
8196259ca6
|
clearResv() is i->resv()->clear() now (501072, r=graydon).
|
2009-06-29 13:23:06 -07:00 |
|
Paritosh Aggarwal
|
c3757b928f
|
Bug 499365 - lirasm - Provide for execution of multiple fragments in a single file. r=jorendorff.
|
2009-06-29 13:26:43 -05:00 |
|
Andreas Gal
|
b7aae8df42
|
Missing strtointeger path in js_StringToInt32 (501124, r=brendan).
|
2009-06-29 10:55:43 -07:00 |
|
Robert Sayre
|
bb21111d06
|
Merge.
|
2009-06-27 11:21:54 -07:00 |
|
Robert Sayre
|
1f424a53da
|
Merge mozilla-central to tracemonkey
|
2009-06-27 11:19:19 -07:00 |
|
Andreas Gal
|
d81dccb836
|
Deep abort is not detected in JSOP_IN (500108, r=dvander).
|
2009-06-26 16:29:38 -07:00 |
|
Graydon Hoare
|
7c5590c0aa
|
Bug 473989 - Adjust trace-test.js part of 'make check' in js/src to handle win32 properly, r=bsmedberg.
|
2009-06-26 12:37:58 -07:00 |
|
Graydon Hoare
|
a94223e1df
|
Bug 500580 - JS_CallFunction path isn't ~JIT guarded against non-global scope chains, r=brendan.
|
2009-06-26 11:13:32 -07:00 |
|
Graydon Hoare
|
8ddc326134
|
Bug 500491 - Only reset saved JSOPTION_JIT after js_Execute, r=brendan.
|
2009-06-25 16:20:53 -07:00 |
|
Brendan Eich
|
b1edbdb4eb
|
Back out incorrect patch for bug 497789 (r=jorendorff).
|
2009-06-26 10:40:51 -07:00 |
|
Jason Orendorff
|
71785f1019
|
Bug 499897 - reverse INULL in js_ComputeFilename. r=Waldo.
|
2009-06-25 18:03:46 -05:00 |
|
David Anderson
|
cf5bda02f1
|
Nits to Queue<T>, assert valid index and support 0 starting size (bug 500554, r=gal).
|
2009-06-25 17:14:54 -07:00 |
|
Jeff Walden
|
2d9f80b8df
|
Windows bustage fix, r=foopy
--HG--
extra : rebase_source : 3e6a65cb262f12fe73b3ef7657a1f38c9673ad99
|
2009-06-25 16:36:25 -07:00 |
|
David Anderson
|
ae2714f79c
|
Merge.
|
2009-06-25 16:19:56 -07:00 |
|
David Anderson
|
048e17ae2a
|
Nits.
|
2009-06-25 16:15:08 -07:00 |
|
David Anderson
|
3d4b953291
|
Avoid pedantic errors about trailing commas in lists (build bustage fix).
|
2009-06-25 16:02:29 -07:00 |
|