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 |
|
Jeff Walden
|
484c2f1212
|
Bug 504233 - Add SIZE_MAX, etc. #defines to SpiderMonkey. r=jimb
|
2009-07-15 15:59:25 -07:00 |
|
Brendan Eich
|
79d774b114
|
Bug 515815 - TM: Regression on shell test case regress-452498-224.js (r=igor).
|
2009-09-11 10:47:47 -07:00 |
|
Brendan Eich
|
1cef550e73
|
Fix obvious thinko that bites Gary's fuzzer (515892, r=igor tomorrow, I trust).
|
2009-09-11 00:00:52 -07:00 |
|
Nicholas Nethercote
|
4b5aeeae4f
|
Bug 514551 - nanojit: avoid using ~allocator.free. r=edwsmith.
|
2009-09-11 16:21:10 +10:00 |
|
Nicholas Nethercote
|
4faa4a2405
|
Bug 515312 - nanojit: kill reservations in the Sparc backend. r=leon.sha.
|
2009-09-11 14:43:50 +10:00 |
|
David Mandelin
|
17a8b24ac7
|
Bug 515844: option to run a trace-test in gdb, r=dvander
|
2009-09-10 18:39:30 -07:00 |
|
Jim Blandy
|
f98db45fa3
|
Bug 510117: Correct pseudocode describing use/def processing. r=brendan
|
2009-09-10 18:02:08 -07:00 |
|
David Anderson
|
a17ec3c834
|
Follow-up nits (spacing, comment typo) to bug 513844.
|
2009-09-10 17:24:28 -07:00 |
|
Luke Wagner
|
d72c89d060
|
Backed out changeset b866396faae4
|
2009-09-10 16:44:01 -07:00 |
|
Luke Wagner
|
e9357856b4
|
Bug 506410 - bring template lovin' to hash tables (r=jorendorff)
|
2009-09-10 16:16:29 -07:00 |
|
David Mandelin
|
0fcb7aaa76
|
Bug 500857: show JIT reset events in tracevis, r=nnethercote
--HG--
extra : rebase_source : a9be775abf15badf980e3be3535e99b30ce5c235
|
2009-09-10 16:06:34 -07:00 |
|
David Anderson
|
0638ddff8d
|
Follow-up fix for SanityFilter triggering on ill-typed LIR (bug 513844, no_r=me).
|
2009-09-10 15:41:48 -07:00 |
|
David Anderson
|
fdcaf63219
|
Greatly improved tracer x64 compliance and compatibility (bug 513844, r=gal).
|
2009-09-10 15:38:18 -07:00 |
|
David Anderson
|
927b38b06f
|
Merge backout.
|
2009-09-10 15:13:26 -07:00 |
|
David Anderson
|
10b1ebccfe
|
Backed out changeset 1870d316eb00
|
2009-09-10 15:12:14 -07:00 |
|
Blake Kaplan
|
adf434e70c
|
Bug 513428 - Ignore transparent wrappers when deciding if something is an array or not. r=brendan
|
2009-09-10 14:51:45 -07:00 |
|
Andreas Gal
|
b6a2946c7a
|
Tracker::get must never be called for values not in the tracker (515752, r=dmandelin).
|
2009-09-10 13:11:26 -07:00 |
|
Bob Clary
|
572aca124f
|
Bug 469718 - browser javascript reftests, r=sayrer, r=ted.mielczarek.
--HG--
rename : js/tests/Makefile => js/tests/SisyphusMakefile
|
2009-09-10 12:38:29 -07:00 |
|
Jason Orendorff
|
7bf465cfd3
|
Bug 515682 - js/src/jsapi-tests is missing a README file. r=brendan.
|
2009-09-10 14:28:55 -05:00 |
|
Brendan Eich
|
811ccb299a
|
Fixes based on jorendorff's comments in bug 515273.
|
2009-09-10 10:54:33 -07:00 |
|
Brendan Eich
|
706bd30498
|
Fix js*inlines.h harder (515628, r=jorendorff).
|
2009-09-10 10:23:52 -07:00 |
|
Jason Orendorff
|
4e3fc88ef8
|
Fix release-only linker error introduced by changeset 08ab547f6808 (having to do with jsscriptinlines.h). r=red.
|
2009-09-10 11:50:43 -05:00 |
|
Brendan Eich
|
bb9d2c5506
|
Followup for 513119, r=jorendorff.
|
2009-09-10 07:22:20 -07:00 |
|
Igor Bukanov
|
8b5938706b
|
bug 440834 - do not cache enumerators when object shape overflowed. r=brendan
|
2009-09-10 15:59:43 +04:00 |
|
Igor Bukanov
|
3c4beac4d9
|
bug 515199 - js_GetGCThingTraceKind must check for JSString::isStatic and return JSTRACE_STRING if so. r=brendan
|
2009-09-10 15:13:59 +04:00 |
|
Leon Sha
|
4e128c3edd
|
Bug 515586 - Tracemonkey build failed with Sun Studio at jsstr.cpp. r=gal
|
2009-09-10 15:29:20 +08:00 |
|
Graydon Hoare
|
e9a727c872
|
Bug 514999 - Followup to fix orange opt tinderboxes, r=me.
--HG--
extra : rebase_source : 876279e2d327c8faf76bba28f94ba40f347a2000
|
2009-09-09 20:39:35 -07:00 |
|
Nicholas Nethercote
|
a5ab37ac5f
|
Fix bustage caused by the patch for 514066.
|
2009-09-10 14:24:57 +10:00 |
|
Nicholas Nethercote
|
b29cd64403
|
Bug 514066 - TM: Make short functions in LIR.cpp inline. r=gal.
|
2009-09-10 14:02:59 +10:00 |
|
Brendan Eich
|
016b0f207a
|
Bug 514981 - JSStackFrame::sharp{Array,Depth} should be locals allocated due to #n[#=] usage (r=igor).
|
2009-09-09 20:21:15 -07:00 |
|
Graydon Hoare
|
8132680f0e
|
Bug 515551 - FIX_FPU should depend on __i386__ not __i486__, r=brendan.
|
2009-09-09 20:09:50 -07:00 |
|
Nicholas Nethercote
|
f110b091bc
|
Bug 514349 - nanojit: start to kill Reservations. r=edwsmith,rreitmai.
|
2009-09-10 11:00:18 +10:00 |
|
Andreas Gal
|
bd58a78c21
|
Set nativeVp immediately before the native call (514999, r=mrbkap).
|
2009-09-09 17:38:07 -07:00 |
|
Jeff Walden
|
9deeafc1b0
|
Fix filename in comment to kick a tinderbox, r=red
|
2009-09-09 17:23:42 -07:00 |
|
Jeff Walden
|
fcb571fda5
|
Fix initialization, r=bustage
|
2009-09-09 17:00:26 -07:00 |
|
Jason Orendorff
|
b53824855d
|
Bug 513119 - Change JSScript macros to methods. r=Waldo.
|
2009-09-09 18:52:55 -05:00 |
|
Jason Orendorff
|
1a7723b3aa
|
Fix compile bustage from changeset b7ee9263cf96. Trivial fix. r=red.
|
2009-09-09 18:52:40 -05:00 |
|
Jeff Walden
|
c8f686672d
|
Bug 505587 - Implement ES5 Object.getOwnPropertyDescriptor. r=mrbkap
|
2009-07-21 19:35:59 -07:00 |
|
David Anderson
|
3ae21db572
|
Fixed regex LIR to be x64 compliant (bug 514548, r=lw).
|
2009-09-09 15:53:26 -07:00 |
|
David Anderson
|
fbf123ad5b
|
Fixed uninitialized variable in nanojit ARM backend (bug 515493, r=gal).
|
2009-09-09 15:45:18 -07:00 |
|
Jason Orendorff
|
25a80d6547
|
Fix a leak valgrind finds in jsapi-tests/testXDR.cpp. No bug, too trivial for a review, no_r=me.
|
2009-09-09 16:51:46 -05:00 |
|
Jason Orendorff
|
e170e4b573
|
Bug 511728 - Misc. cleanup from bug 503080. r=igor.
--HG--
extra : rebase_source : f4b7b385bbece2316912ce67c77a49ac8fca6e5c
|
2009-09-09 15:53:37 -05:00 |
|
Julian Seward
|
b8505fdfae
|
Bug 514647 - Fix space leaks in JS shell, r=gal.
--HG--
extra : rebase_source : 33073aa3fa68c69adaaf3516dc568b691a6573b5
|
2009-09-09 14:21:18 -07:00 |
|
Jason Orendorff
|
500dba18ba
|
Fix typo in inArrayTest.js introduced in changeset ff4821569605. No bug#. r=orange.
|
2009-09-09 16:12:51 -05:00 |
|
Graydon Hoare
|
c49ca202b2
|
Bug 511938 - Fix up recently-invalidated assertion, r=dvander.
|
2009-09-09 11:36:24 -07:00 |
|
David Anderson
|
daf1fa4dbe
|
Fixed LIR_ret/asm_ret on ARM (bug 515290, r=gal,vlad).
|
2009-09-09 12:55:17 -07:00 |
|
Andreas Gal
|
09f4fc3f88
|
Merge.
|
2009-09-09 12:53:11 -07:00 |
|
Andreas Gal
|
bb688e13fe
|
Backed out changeset 5c7fbeed8f96 (bug 515290, accidentally committed unrelated changes with the bug).
|
2009-09-09 12:52:58 -07:00 |
|
David Mandelin
|
512c25cdc4
|
Bug 504797 extra bit: newly required include in jsfun.cpp, no_r=me
|
2009-09-09 11:46:32 -07:00 |
|
David Mandelin
|
a8c3972f23
|
Bug 504797: give arguments objects created on trace a private value that can be used to look up argument values in the native stack, r=gal
|
2009-09-09 11:40:21 -07:00 |
|
David Anderson
|
e0f904df58
|
Added LIR_ov and full cmov support to x64 backend (bug 514496, r=rreitmai).
|
2009-09-09 11:19:12 -07:00 |
|
David Anderson
|
22a1120a3e
|
Added LIR helpers for x64 code generation (bug 514532, r=edwsmith).
|
2009-09-09 11:15:48 -07:00 |
|
David Anderson
|
01362958c6
|
Added LIR_ldcb and LIR_ldcs to x64 backend (bug 514586, r=rreitmai).
|
2009-09-09 10:58:24 -07:00 |
|
Brendan Eich
|
ed3daf20b0
|
My first jsapi test (515273, rs=Waldo).
|
2009-09-08 21:28:51 -07:00 |
|
danderson@mozilla.com
|
b29acb6983
|
Fix asm_ret on ARM (515290, r=gal,vlad).
|
2009-09-08 20:23:53 -07:00 |
|
Nicholas Nethercote
|
21dbf49f8b
|
Bug 515138 - TM/nanojit: merge the two StackFilter passes. r=gal.
|
2009-09-09 11:48:30 +10:00 |
|
Brendan Eich
|
e1ca08f794
|
Avoid wildman storage-punning hacks for non-unit static strings (515273, r=gal/gwagner).
|
2009-09-08 17:46:02 -07:00 |
|
Julian Seward
|
cf806f6974
|
Bug 513407 - NJ: fold out (x == y) ? x : y and (y == x) ? x : y. r=gal.
|
2009-09-09 10:25:16 +10:00 |
|
David Anderson
|
7b69388035
|
Fixed a hack that created temporarily ill-typed LIR, i2f(i2f) (bug 503427, r=gal).
|
2009-09-08 16:47:55 -07:00 |
|
Nicholas Nethercote
|
6ee8551d7d
|
Bug 512824 - TM: gcc complains about invalid aliasing in LIR.h. r=gal.
|
2009-09-09 09:18:41 +10:00 |
|
Andreas Gal
|
c14bc4a8fc
|
Use align attribute since GCC seems to ignore the pack pragma on ARM (515248, r=brendan).
|
2009-09-08 14:55:30 -07:00 |
|
Brendan Eich
|
551a7b73b6
|
Use pragma pack for static strings (trying to clear orange; r=gal).
|
2009-09-08 13:18:59 -07:00 |
|
Brendan Eich
|
809ce29270
|
Cope with null tvr string refs (515000 followup, r=self).
|
2009-09-07 21:08:31 -07:00 |
|
Nicholas Nethercote
|
65a88a5c2c
|
Bug 514625 - nanojit: kill AR::highwatermark. r=edwsmith.
|
2009-09-08 09:11:53 +10:00 |
|
Brendan Eich
|
7a412f40b3
|
JSTempValueRooter JSTVU_SINGLE over-constrains GC-thing against static allocation (515000, r=gal).
|
2009-09-07 00:35:27 -07:00 |
|
Jeff Walden
|
949fac944e
|
Missed a test updating for bug 514603, thanks to bc for pointing it out
|
2009-09-06 21:41:40 -07:00 |
|
Brendan Eich
|
aea922b775
|
Zim got the bug, man! (514971, r=gal).
|
2009-09-06 18:15:16 -07:00 |
|
Brendan Eich
|
115e07166f
|
I bust myself back to private, like Sgt. Zim in 'Starship Troopers', in order to fight bugs hand-to-hand with no claim to higher rank (514971, r=gal).
|
2009-09-06 17:59:17 -07:00 |
|
Jeff Walden
|
036565d094
|
Update tests that now (correctly) fail in response to the fixing of bug 514603 (also, brendan-conflicts on a holiday Sunday afternoon, grumble grumble mutter mutter ;-) )
|
2009-09-06 12:27:28 -07:00 |
|
Brendan Eich
|
9ee946f5e6
|
Fix script JSUpvarsArray allocation to avoid misaligning other members (514645, r=igor).
|
2009-09-06 12:05:51 -07:00 |
|
Brendan Eich
|
725051d58f
|
Fix bogus assertion from bug 510644 (514943, r=self).
|
2009-09-06 11:56:26 -07:00 |
|
Brendan Eich
|
efeb782ab4
|
Followup to fix assertion that walks into strong assertions in fix for bug 514819.
|
2009-09-05 23:41:52 -07:00 |
|
Brendan Eich
|
098462c563
|
Check (without regressing hot paths) where needed to avoid treating static JSStrings like gc-things in the heap (514819, r=gal).
|
2009-09-05 21:48:30 -07:00 |
|
gwagner@mozilla.com
|
baca785d37
|
Prefer unit strings over integer strings for [0..9] in NumberToString (514884, r=gal).
|
2009-09-05 20:24:42 -07:00 |
|
Igor Bukanov
|
6bfe4771cc
|
bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff
|
2009-09-05 19:59:11 +04:00 |
|
Jesse Ruderman
|
6b6f0e013c
|
Add trace-test for bug 465902
|
2009-09-04 22:50:49 -07:00 |
|
Brendan Eich
|
2b439c7885
|
Use class statics for the unit and int string tables (513530 followup, r=gwagner).
|
2009-09-04 18:04:14 -07:00 |
|
David Anderson
|
0650a2788b
|
LIR sanity checker from tamarin-redux (bug 514503, r=gal,edwsmith).
|
2009-09-04 17:56:22 -07:00 |
|
Brendan Eich
|
b347b52323
|
Minimal fix for latent js_InferFlags bug where TR::snapshot calls js_InferFlags on arbitrary ops (514790, r=gal).
|
2009-09-04 17:47:23 -07:00 |
|
Luke Wagner
|
dbc9bb4660
|
Moved tests in js/src and js/src/correct to trace-tests (r=jorendorff)
--HG--
rename : js/src/call.js => js/src/trace-test/tests/basic/call2.js
rename : js/src/correct/check-3d-morph.js => js/src/trace-test/tests/sunspider/check-3d-morph.js
rename : js/src/correct/check-3d-raytrace.js => js/src/trace-test/tests/sunspider/check-3d-raytrace.js
rename : js/src/correct/check-access-binary-trees.js => js/src/trace-test/tests/sunspider/check-access-binary-trees.js
rename : js/src/correct/check-access-fannkuch.js => js/src/trace-test/tests/sunspider/check-access-fannkuch.js
rename : js/src/correct/check-access-nbody.js => js/src/trace-test/tests/sunspider/check-access-nbody.js
rename : js/src/correct/check-access-nsieve.js => js/src/trace-test/tests/sunspider/check-access-nsieve.js
rename : js/src/correct/check-bitops-3bit-bits-in-byte.js => js/src/trace-test/tests/sunspider/check-bitops-3bit-bits-in-byte.js
rename : js/src/correct/check-bitops-bits-in-byte.js => js/src/trace-test/tests/sunspider/check-bitops-bits-in-byte.js
rename : js/src/correct/check-bitops-bitwise-and.js => js/src/trace-test/tests/sunspider/check-bitops-bitwise-and.js
rename : js/src/correct/check-bitops-nsieve-bits.js => js/src/trace-test/tests/sunspider/check-bitops-nsieve-bits.js
rename : js/src/correct/check-controlflow-recursive.js => js/src/trace-test/tests/sunspider/check-controlflow-recursive.js
rename : js/src/correct/check-date-format-tofte.js => js/src/trace-test/tests/sunspider/check-date-format-tofte.js
rename : js/src/correct/check-date-format-xparb.js => js/src/trace-test/tests/sunspider/check-date-format-xparb.js
rename : js/src/correct/check-mont.js => js/src/trace-test/tests/sunspider/check-mont.js
|
2009-09-04 16:40:45 -07:00 |
|
Andreas Gal
|
27381a9ab1
|
Reset nativeVp only after the native call returns (513981, r=mrbkap).
|
2009-09-04 17:00:08 -07:00 |
|
Luke Wagner
|
28a6837fd4
|
Build fix for bug 513530, trailing enum comma.
|
2009-09-04 16:52:20 -07:00 |
|
Gregor Wagner
|
0becd3863d
|
dvander missed part of the patch (bug 513530).
|
2009-09-04 16:43:28 -07:00 |
|
David Anderson
|
e6a431e6ae
|
Merge.
|
2009-09-04 16:29:40 -07:00 |
|
Gregor Wagner
|
2e1104b40f
|
Cache result of Number2String (bug 513530, r=brendan).
|
2009-09-04 16:28:30 -07:00 |
|
Brendan Eich
|
fd61e1b61a
|
Fix imacro vs. script code disassembly/decompilation confusion (510644, r=jorendorff).
|
2009-09-04 16:27:17 -07:00 |
|
Gregor Wagner
|
cf62469ed2
|
Fast path for js_StringToInt32 if string length is 1 (bug 514267, r=brendan).
|
2009-09-04 16:26:08 -07:00 |
|
Jeff Walden
|
bb3a9524fa
|
Bug 514603 - ES5: (function(){}).propertyIsEnumerable("prototype") should be false, not true. r=brendan
|
2009-09-04 02:16:05 -07:00 |
|
David Anderson
|
6e929c1385
|
Fixed codeAlloc misuse in x64 backend (bug 513842 followup, r=gal).
|
2009-09-04 14:50:16 -07:00 |
|
Luke Wagner
|
6bfe9f9329
|
Bug 460904 - rename/tweak JSTraceableFunction (take 2)
|
2009-09-04 13:44:31 -07:00 |
|
Luke Wagner
|
3087376a4d
|
Backed out changeset 94da2f68afdb
|
2009-09-04 11:35:52 -07:00 |
|
Luke Wagner
|
52d822b6d2
|
Bug 460904 - rename/tweak JSTraceableFunction (r=jorendorff)
|
2009-09-03 11:57:14 -07:00 |
|
Nicholas Nethercote
|
02a5869681
|
Bug 512646 - nanojit: remove RegAlloc::{count,checkCount(),countFree()}. r=edwsmith.
|
2009-09-04 15:58:10 +10:00 |
|
David Anderson
|
19e6272d43
|
Implemented side exits in the x64 backend, and merged in tamarin-redux changes (bug 514537, r=gal).
|
2009-09-03 19:12:47 -07:00 |
|
Nicholas Nethercote
|
ea4545c24a
|
Follow-up to bug 513843. r=gal (via IRC).
|
2009-09-04 11:07:36 +10:00 |
|
Andreas Gal
|
0564bbf1e0
|
Compilation fix for NativeARM.cpp (LIR_call was renamed to LIR_icall, r=dvander).
|
2009-09-03 17:54:48 -07:00 |
|
Nicholas Nethercote
|
a27675d43a
|
Bug 513831 - nanojit: some regalloc comments, etc. r=edwsmith.
|
2009-09-04 09:18:01 +10:00 |
|
David Mandelin
|
39b0d1f96d
|
Bug 510498: try 'python -u' to avoid tinderbox timeouts, r=jorendorff
|
2009-09-03 16:14:37 -07:00 |
|
David Mandelin
|
a69a6f44b9
|
Bug 514101: show running trace-test when interrupted by Ctrl+C, r=dvander
--HG--
extra : rebase_source : 3f85a036f9c4e732d247b8210d47845c2b141771
|
2009-09-03 16:10:15 -07:00 |
|
Andreas Gal
|
6771d193dd
|
Introduce a register fence instruction to force all registers to be spilled (514374, r=edwsmith,rreitmai).
|
2009-09-03 14:43:30 -07:00 |
|
Brendan Eich
|
cce4dce512
|
Join lambdas assigned or initialized as methods to the compiler-created function object if we can, with a read barrier to clone on method value extractions other than call expressions (471214, r=jorendorff).
|
2009-09-03 14:41:19 -07:00 |
|
Jason Orendorff
|
13c0c5eff8
|
Bug 513115 - EMCA5: test failures in ecma_5/Date/15.9.4.2.js. r=dmandelin.
--HG--
extra : rebase_source : 9aada8547a89f7711780b3b34b45c6b573bdeb82
|
2009-09-03 15:52:03 -05:00 |
|
Jeff Walden
|
5670ca5621
|
Bug 514309 - Object.prototype.hasOwnProperty mishandles non-primitive property name. r=brendan
--HG--
extra : rebase_source : 56a59bf5d25f0c7303cac96b90fb4bababdf8e53
|
2009-09-02 21:13:51 -07:00 |
|
Andreas Gal
|
026f651d69
|
Incorrect register hint for LIR_param for 386 backend (514344, r=njn).
|
2009-09-02 21:09:34 -07:00 |
|
Nicholas Nethercote
|
0abd6c54da
|
Bug 511051 - TM/nanojit: use NULL as the condition for unconditional guards, again. r=gal.
|
2009-09-03 13:06:31 +10:00 |
|
Nicholas Nethercote
|
5adc17c6a5
|
Bug 514110 - nanojit: avoid getresv() because it has a redundant test. r=gal.
|
2009-09-03 09:36:51 +10:00 |
|
Jason Orendorff
|
d41212b7a6
|
Bug 514222 - js_GetMutableScope gives the scope a unique shape. r=brendan.
|
2009-09-02 17:58:25 -05:00 |
|
Luke Wagner
|
5c14309cd1
|
Bug 511750 - factor template utilities into js::tl (r=brendan)
--HG--
extra : rebase_source : a5a396811268e71af8e56c66dab491f3081bc20a
|
2009-09-01 18:46:19 -07:00 |
|
Brendan Eich
|
932d989110
|
Fix net vs. gross botches from patch for 489899 (514112, r=gal).
|
2009-09-01 22:54:02 -07:00 |
|
Nicholas Nethercote
|
320a2cfb64
|
Backed out changeset 48928150aa27 due to Tinderbox breakage.
|
2009-09-02 12:14:09 +10:00 |
|
Nicholas Nethercote
|
85c5abe0a7
|
Bug 513865 - nanojit: make LirReader::read() clearer and faster. r=gal.
|
2009-09-02 10:20:28 +10:00 |
|
Luke Wagner
|
cdd6b54ff9
|
Fix bustage: switch uintN to size_t
|
2009-09-01 16:41:32 -07:00 |
|
Andreas Gal
|
f6ce0dc81e
|
Register allocate loop-spanning references (513843, r=rreitmai).
|
2009-09-01 16:30:51 -07:00 |
|
Luke Wagner
|
17f41ec26d
|
Bug 460904 - refactor jsstr regexp ops (r=waldo)
|
2009-08-12 13:01:34 -07:00 |
|
Andreas Gal
|
2b1f1a8bf9
|
JS_ISSPACE has wrong space character check (513701, r=brendan).
|
2009-09-01 15:45:11 -07:00 |
|
Andreas Gal
|
447939882c
|
Load state after spilling or we might clobber a callee-saved register (513878, r=dvander).
|
2009-09-01 15:30:19 -07:00 |
|
Andreas Gal
|
fadffac705
|
Make branchStateMap, patches, and labels fields of the Assembler (513884, r=rreitmai).
|
2009-09-01 15:27:34 -07:00 |
|
David Anderson
|
f003096144
|
Fixed trace-test.py -x option (bug 514022, r=dmandelin).
|
2009-09-01 15:06:02 -07:00 |
|
David Anderson
|
21466cd521
|
Added LIR_float to distinguish NULL from 0.0 on x64 (bug 513838, r=gal,rreitmai).
|
2009-09-01 14:26:24 -07:00 |
|
Nicholas Nethercote
|
84f6367d69
|
Bug 512614 - nanojit: remove FST1..FST7 from Nativei386.cpp. r=edwsmith.
|
2009-09-01 16:55:15 +10:00 |
|
Nicholas Nethercote
|
7f3df7efb0
|
Bug 512423 - nanojit: inline small RegAlloc methods. r=edwsmith.
|
2009-09-01 16:03:01 +10:00 |
|
David Anderson
|
66b35f24b6
|
Use newer codeAlloc() in x64 backend (bug 513842, r=gal).
|
2009-08-31 19:57:32 -07:00 |
|
Nicholas Nethercote
|
e409ab2bb3
|
Bug 512596 - TM: improve TMFLAGS=help message. r=jseward.
|
2009-09-01 10:08:46 +10:00 |
|
Andreas Gal
|
42daf230a5
|
Compilation fix for bug 513787.
|
2009-08-31 17:02:16 -07:00 |
|
Andreas Gal
|
292f7e316d
|
Don't restore FP twice when exiting a fragment (513787, r=rreitmai).
|
2009-08-31 16:35:50 -07:00 |
|
David Anderson
|
a33078ac37
|
Merge Assembler::disp() changes from tamarin-redux, always use 4-byte granularity (bug 513796, r=gal).
|
2009-08-31 16:14:22 -07:00 |
|
David Anderson
|
935ae0427d
|
Fixed all ARGSIZE_LO usages to be ARGSIZE_P or ARGSIZE_I (bug 513790, r=jorendorff).
|
2009-08-31 16:06:24 -07:00 |
|
Andreas Gal
|
2b192c3c31
|
Use asm_ret to emit code for LIR_ret and LIR_fret (513771, r=dvander).
|
2009-08-31 15:01:41 -07:00 |
|
David Mandelin
|
dd195bf785
|
Bug 513476: update README for trace-tests.py to reflect usage of tree-standard python 2.5, no_r=me
|
2009-08-31 12:11:00 -07:00 |
|
David Mandelin
|
41b0b5b229
|
Bug 513131: convenient retest feature for trace-tests.py, r=jorendorff
|
2009-08-31 12:05:54 -07:00 |
|
David Mandelin
|
8c9d1bb5a7
|
Bug 513118: improved CLI selection of single tests for trace-test.py, r=jorendorff
|
2009-08-31 11:57:32 -07:00 |
|
Nicholas Nethercote
|
686dcb25be
|
Bug 512610 - nanojit: some register allocation clean-ups. r=edwsmith.
|
2009-08-31 15:33:46 +10:00 |
|
Nicholas Nethercote
|
e7fbdc867c
|
Bug 512398 - nanojit: kill RegAlloc::used. r=edwsmith.
|
2009-08-31 15:02:08 +10:00 |
|
Leon Sha
|
1f7b2525ab
|
Bug 513208 - Tracemonkey build failed on solairs at jsnum.h. r=gal. Remove the space after copysign
|
2009-08-31 12:05:27 +08:00 |
|
Leon Sha<leon.sha@sun.com>
|
6c708d7ac4
|
Bug 513211 - [tracemonkey]trace-test testBug504520Harder.js failed on sparc platform. r=gal.
|
2009-08-31 12:12:38 +08:00 |
|
Leon Sha<leon.sha@sun.com>
|
df159dfdb0
|
Bug 512433 - tracemonkey build failed at NativeSparc.cpp. r=gal.
|
2009-08-31 12:04:25 +08:00 |
|
Leon Sha
|
b432f885db
|
Bug 513208 - Tracemonkey build failed on solairs at jsnum.h. r=gal
|
2009-08-31 11:21:51 +08:00 |
|
Nicholas Nethercote
|
6c0c4d9616
|
Bug 512652 - TM: refactor Assembler::evict(). r=edwsmith.
|
2009-08-31 11:48:21 +10:00 |
|
Igor Bukanov
|
932b904a7a
|
bug 511425 - followup to fix bogus assert
|
2009-08-30 22:07:19 +04:00 |
|
Jason Orendorff
|
235e72bc0c
|
Bug 513429 - Say "int" and "quad" in debug output for those LIR opcodes. r=edwsmith.
--HG--
extra : rebase_source : 0d9b017c0f4dbe7cd7c0f3dad27a3bee80eaa276
|
2009-08-30 11:36:48 -04:00 |
|
Andreas Gal
|
64b13a5ec6
|
Remove useless FASTCALL declarations and make hashcode and equals less branchy (513539, r=dvander).
|
2009-08-30 00:11:12 -07:00 |
|
Andreas Gal
|
84094cb9d0
|
Remove remainder of now unused LIR_loop support code (513535, r=dvander).
|
2009-08-29 23:26:54 -07:00 |
|
Andreas Gal
|
4394dfd752
|
Don't allocate in Queue constructor by default (513497, r=shaver).
|
2009-08-29 18:57:57 -07:00 |
|
Andreas Gal
|
c85b53a42a
|
Backout bug 512617.
|
2009-08-29 18:46:27 -07:00 |
|
Andreas Gal
|
25efe9f46a
|
Future proofing nit for bug 513379.
|
2009-08-29 14:19:44 -07:00 |
|
Andreas Gal
|
13d0507fa2
|
More fallout from bug 512617 bonus patch.
|
2009-08-29 13:33:10 -07:00 |
|
Andreas Gal
|
8b20919625
|
Restore 'CALLEE' tracable native type, quickstubs need it (compilation fix for bug 512617).
|
2009-08-29 13:05:16 -07:00 |
|
Andreas Gal
|
64328a8e94
|
Consolidate object creation on trace (512617, r=jorendorff).
|
2009-08-29 12:36:00 -07:00 |
|
Andreas Gal
|
6424c04026
|
Inline js_DoubleToInteger (513436, r=sayrer).
|
2009-08-29 02:36:45 -07:00 |
|
Andreas Gal
|
7a4da2ecd3
|
Shortcut strncmp in string to number conversion path (513434, r=sayrer).
|
2009-08-29 02:28:00 -07:00 |
|
Andreas Gal
|
3ffdadab9b
|
Fast path for is/is not space character classification (513379, r=sayrer).
|
2009-08-29 02:17:10 -07:00 |
|
Andreas Gal
|
7d3f588878
|
Inline GetUnitString fast path (513373, r=sayrer).
|
2009-08-28 16:30:41 -07:00 |
|
Andreas Gal
|
60fa2078b6
|
js_GetExistingStringAtom should check for unit strings (512996, r=jorendorff).
|
2009-08-28 15:53:55 -07:00 |
|
Andreas Gal
|
706e1e3bd3
|
Remove unused hasLoop flag (513263, r=graydon).
|
2009-08-28 14:38:09 -07:00 |
|
Andreas Gal
|
14813a11f4
|
Remove some TM-only fields from nanojit (513187, r=dvander).
|
2009-08-28 14:36:37 -07:00 |
|
Igor Bukanov
|
b919139e8d
|
bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan
|
2009-08-28 09:53:26 +04:00 |
|
Nicholas Nethercote
|
3c773f1b39
|
Bug 512640 follow-up: remove a stray debugging printf.
|
2009-08-28 15:23:14 +10:00 |
|
Nicholas Nethercote
|
2bb3987d6f
|
Bug 512640 - nanojit: refactor Assembler::findRegFor(). r=edwsmith.
|
2009-08-28 14:59:52 +10:00 |
|
Andreas Gal
|
317b5f2e3a
|
Remove explicitSavedRegs and loop hacks from nanojit (513139, r=dvander).
|
2009-08-27 18:46:45 -07:00 |
|
Graydon Hoare
|
72ae192dab
|
Bug 496816 - Force x87 FPU to 64-bit mode on any x86-gcc platform, r=brendan.
|
2009-08-27 11:34:13 -07:00 |
|
Graydon Hoare
|
5b06cc0665
|
Bug 510602 - Massage LIR opcodes to merge state, r=dvander.
|
2009-08-27 17:52:46 -07:00 |
|
Graydon Hoare
|
fa12dc4a05
|
Bug 513049 - TM: Add env var to force-disable SSE, r=gal.
|
2009-08-27 17:16:13 -07:00 |
|
Graydon Hoare
|
a4b6a75ae6
|
Bug 513063 - Followup to fix windows breakage, r=jorendorff.
|
2009-08-27 15:54:40 -07:00 |
|
David Mandelin
|
03bdb1b7bf
|
No bug, trace test from bug 511241, no_r=me
|
2009-08-27 15:52:04 -07:00 |
|
David Mandelin
|
db7fb65c2f
|
Bug 505591 followup: add trace tests, no_r=me
|
2009-08-27 15:48:56 -07:00 |
|
David Mandelin
|
368b225d78
|
Bug 505591: trace JSOP_NAME for returned closures, r=dvander
--HG--
extra : rebase_source : 496a99feeb0fee876cd72b24e1e753d9b41ea51f
|
2009-08-27 15:40:37 -07:00 |
|
Andreas Gal
|
8986edfd26
|
Build fix for 513063.
|
2009-08-27 15:34:20 -07:00 |
|
David Mandelin
|
41734fc7d9
|
No bug, test case filed in bug 513038, no_r=me
|
2009-08-27 15:17:03 -07:00 |
|
David Mandelin
|
2f814a4418
|
Bug 512182: run some trace tests with TMFLAGS=full
|
2009-08-27 15:10:59 -07:00 |
|
David Mandelin
|
a086bb3ab9
|
Bug 510642: traverse scope chain correctly for traced JSOP_BINDNAME, r=jimb
|
2009-08-27 15:07:46 -07:00 |
|
Robert Sayre
|
2d246a4cb2
|
Merge
|
2009-08-27 14:17:04 -07:00 |
|
Andreas Gal
|
d4c110a6b1
|
Avoid bit twiddling on double values (513063, r=brendan).
|
2009-08-27 13:59:19 -07:00 |
|
Luke Wagner
|
99a4b18694
|
Added #ifdef JS_TRACER. Added JS_REQUIRES_STACK.
|
2009-08-27 13:52:29 -07:00 |
|
David Anderson
|
67d863503e
|
Merged Assembler.h!nRegisterAllocFromSet changes from tamarin-redux (bug 513083, r=gal).
|
2009-08-27 13:50:30 -07:00 |
|
David Anderson
|
c04fa74537
|
Merged Assembler.h!nPatchBranch changes from tamarin-redux (bug 513079, r=gal).
|
2009-08-27 13:47:39 -07:00 |
|
David Anderson
|
83d28f8a00
|
Merged LIR_alloc changes from tamarin-redux (bug 513069, r=gal).
|
2009-08-27 13:22:30 -07:00 |
|
Robert Sayre
|
efd90f24a0
|
Merge mozilla-central to tracemonkey.
|
2009-08-27 13:20:24 -07:00 |
|
Luke Wagner
|
a5b9103165
|
Bug 419743 - Add JSOP_CONCATN (r=waldo)
|
2009-08-18 15:43:17 -07:00 |
|
David Anderson
|
a43dd7468a
|
Fixed Containers.h!murmurhash not compiling on x64 (bug 512797, r=graydon).
|
2009-08-27 12:48:52 -07:00 |
|
Jason Orendorff
|
df3e3a355d
|
Bug 510709 - Assertion failure: PN_TYPE(pn) == TOK_FUNCTION, at ../jsparse.cpp. r=brendan.
|
2009-08-27 12:28:28 -07:00 |
|
Blake Kaplan
|
c10e9bb5ef
|
Bug 512897 - Innerize the scope chain to protect from native callers passing an outer object. r=brendan
|
2009-08-27 11:43:54 -07:00 |
|
Blake Kaplan
|
6060f8e476
|
No bug - Fix warning when tracing is not on. r=jorendorff
--HG--
extra : rebase_source : f1733190a19f19d37665eb8d3db2427fed69b5ee
|
2009-08-25 14:18:12 -07:00 |
|
Bruce Hoult
|
f34bc60b2a
|
Bug 430930 - Extend Date.parse to cover ISO 8601 formats, r=graydon.
|
2009-08-26 18:13:48 -07:00 |
|
David Anderson
|
32cdaad163
|
Merged 64-bit arithmetic ops from tamarin-redux (bug 512836, r=gal).
|
2009-08-26 17:14:18 -07:00 |
|
David Anderson
|
83fc2d7e10
|
Merge 64-bit comparison opcodes from tamarin-redux (bug 512826, r=gal).
|
2009-08-26 16:30:23 -07:00 |
|
Jason Orendorff
|
dafc9b5d2a
|
Bug 508685 - Remove last parameter of defineProperty op. r=brendan.
|
2009-08-26 14:28:36 -07:00 |
|
Robert Sayre
|
2b65c06912
|
Merge mozilla-central to tracemonkey.
|
2009-08-26 13:09:40 -07:00 |
|
Andreas Gal
|
be09aa48c3
|
Only specialize math function if the argument is really a number (511837, r=dvander).
|
2009-08-26 12:16:11 -07:00 |
|
Andreas Gal
|
67fe30f1e7
|
Backed out changeset dc2598d08078 (re-landing bug 504516).
|
2009-08-26 09:58:51 -07:00 |
|
Andreas Gal
|
b9aaa226c3
|
Backed out changeset 48c039f7ac4f (bug 504516).
|
2009-08-26 03:24:00 -07:00 |
|
Andreas Gal
|
a2744e1fd1
|
Avoid overflow exception when dividing -2147483648 / -1 (504516, r=dvander).
|
2009-08-25 23:55:50 -07:00 |
|
Andreas Gal
|
231c6c273f
|
Objects of different JSClass can share scopes (505523, r=jorendorff).
|
2009-08-25 20:17:11 -07:00 |
|
Graydon Hoare
|
12b7a6e203
|
Provide missing ARM defines, fix tinderbox, r=me.
--HG--
extra : rebase_source : 8c2e414874c5da5db61db9d0ecc7feec35e5227f
|
2009-08-25 16:39:13 -07:00 |
|
Jason Orendorff
|
092787084d
|
Bug 507683 part 2 - Avoid lookup on trace when calling a native getter with no slot. r=gal.
--HG--
extra : rebase_source : 38c552c3c1daad34bda66fc9ced2ec31d954eef0
|
2009-08-25 15:02:58 -07:00 |
|
Jason Orendorff
|
c45d09492c
|
Bug 507683 part 1 - Trace native getters. r=gal.
--HG--
extra : rebase_source : f73754b7946e3d525b11f5973c61e22bd2f56dba
|
2009-08-25 15:01:29 -07:00 |
|
Graydon Hoare
|
8c36a6157c
|
Bug 512366 - insert some missing assembler bits, r=dvander.
|
2009-08-24 16:57:25 -07:00 |
|
Jacob Bramley
|
a3ca948c53
|
Bug 507117 - Merge Tamarin NativeARM changes into TraceMonkey, r=graydon.
--HG--
extra : rebase_source : f374bb29ae56dbff12da60d200868fa4f1e2b4fa
|
2009-08-24 15:57:55 -07:00 |
|
Andreas Gal
|
d2459a75f9
|
Merge.
|
2009-08-25 14:43:09 -07:00 |
|
Andreas Gal
|
030a8114b2
|
Backed out changeset 9b6b17a275ec (bug 506125).
|
2009-08-25 14:42:42 -07:00 |
|
Jason Orendorff
|
e941aa6935
|
Bug 510895 comment #3 - Indentation nit, follow-up to changeset eb6e2f20bbde.
|
2009-08-25 14:11:21 -07:00 |
|
David Mandelin
|
8df006e722
|
Bug 512382: control lines for trace-test.py, r=jorendorff
--HG--
extra : rebase_source : 3d11ca29af8ff07d899a78ff09eb4766be12f7eb
|
2009-08-25 14:06:47 -07:00 |
|
Jason Orendorff
|
8d17eb83a0
|
Bug 510895 - Select getc/getc_unlocked/_getc_nolock in autoconf. r=jimb.
--HG--
extra : rebase_source : 828e017e94ffd5f742d0ead3d48c42e7ad38eace
|
2009-08-25 12:33:03 -05:00 |
|
David Anderson
|
1b040156e7
|
Fixed assertion botch, (fallout from bug 512029 desk r=jorendorff).
|
2009-08-25 12:32:03 -07:00 |
|
Luke Wagner
|
5d3b52b8ea
|
Use JS_CEILING_LOG2W in JSTempVector (r=waldo)
|
2009-08-25 12:09:20 -07:00 |
|
David Anderson
|
e322e64001
|
Removed JSStackFrame::xmlNamespace (bug 512389, r=brendan).
|
2009-08-25 12:07:45 -07:00 |
|
Andreas Gal
|
58465e64d5
|
Another build fix for 512049. I wish DOM wouldn't poke into the guts of the JS engine.
|
2009-08-24 23:05:54 -07:00 |
|
Andreas Gal
|
59cc079901
|
Build fix for bug 512049.
|
2009-08-24 22:00:30 -07:00 |
|
Andreas Gal
|
7644588864
|
Inline DoubleToECMAInt32 (512049, r=dmandelin).
|
2009-08-24 18:46:21 -07:00 |
|
Andreas Gal
|
f808b9ca98
|
Memory-pressure based GC scheduler (506125, r=igor,jwalden).
|
2009-08-24 18:24:52 -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 |
|
Igor Bukanov
|
1cdc6fe8e2
|
bug 507573 - followup - fixing a typo in putActivationObjects usage.
|
2009-08-05 16:27:54 +02:00 |
|
Igor Bukanov
|
2e4416c672
|
bug 493457 - followup - fixing a typo in the patch.
|
2009-08-05 16:14:24 +02:00 |
|
Andreas Gal
|
9c938dd547
|
Backout bug 506125 due to talos failures.
|
2009-08-04 18:42:53 -07:00 |
|
Andreas Gal
|
a71df21ea2
|
Allow 25% working-set size growth instead of 18.75% (trying to identify tjss regression cause).
|
2009-08-04 17:58:01 -07:00 |
|
Andreas Gal
|
06ad033ff2
|
Memory-pressure based GC scheduler (506125, r=igor).
|
2009-08-04 14:58:21 -07:00 |
|
Andreas Gal
|
625f0b8d66
|
Remove unused -DJS_USE_SAFE_ARENA build option (508095, r=brendan).
|
2009-08-04 14:51:06 -07:00 |
|
Igor Bukanov
|
ef90f6f522
|
bug 493457 - uniform access to private slots. r=mrbkap, sr=jwalden
|
2009-08-04 23:06:55 +02:00 |
|
Luke Wagner
|
c57a688621
|
Bug 200505 - Remove a warning in class JSTempVector, r=graydon.
--HG--
extra : rebase_source : fcfacd888e7aa33231a828778171b0e6d7287277
|
2009-08-04 11:01:18 -07:00 |
|
Jason Orendorff
|
1a10f24c21
|
Remove unnecessary intermediate in case JSOP_FORNAME. No bug#. rs=brendan.
--HG--
extra : rebase_source : cab0d44fc57007551c02c9493f58a95e0030552c
|
2009-08-04 12:58:56 -05:00 |
|
David Mandelin
|
bcef71432b
|
Bug 507449: Trace JSOP_GETXPROP, r=gal
|
2009-08-04 11:01:13 -07:00 |
|
Robert Sayre
|
6a084d7111
|
Bug 507526 - use getc_unlocked in the scanner rather than getc. r=jorendorff
|
2009-08-04 10:30:26 -07:00 |
|
Igor Bukanov
|
ca5953ea0c
|
bug 507573 - put activation clenup. r=brendan
|
2009-08-04 12:55:58 +02:00 |
|
David Mandelin
|
43624474b4
|
Bug 508146: update GetUpvarOnTrace stack arithmetic for inclusion of arguments, r=gal
|
2009-08-03 17:09:28 -07:00 |
|
Jason Orendorff
|
b3268a5ab8
|
Fix Windows build breakage due to preceding check-in.
|
2009-08-03 12:03:10 -05:00 |
|
Jason Orendorff
|
2df7b71611
|
Bug 507665 - Avoid imacros for JSOP_GETELEM and JSOP_CALLELEM. r=gal.
|
2009-08-03 11:38:28 -05:00 |
|
Nicholas Nethercote
|
f71d930576
|
Bug 507528 - TM/nanojit: add indirect call code to the core and x86 back-end. r=rreitmai.
|
2009-08-03 08:54:02 +10:00 |
|
Robert Sayre
|
7ddae3093a
|
Merge mozilla-central to tracemonkey.
|
2009-08-02 15:27:09 -07:00 |
|
Robert Strong
|
601de25f2a
|
Bug 507513 - Need ABI defined for WinCE / WinMo, r=ted.mielczarek
|
2009-08-01 16:21:59 -07:00 |
|
David Mandelin
|
bac4a5e107
|
Bug 495330: trace JSOP_INCNAME and related ops for closures, r=gal
|
2009-07-31 17:52:30 -07:00 |
|
David Mandelin
|
76878034cc
|
Bug 507675: relax too-strict assert on scope chain condition, r=gal
|
2009-07-31 17:21:45 -07:00 |
|
David Mandelin
|
14faeda25e
|
Bug 507424: allocate slots for cloneable regexps in js_AllocFlatClosure if needed, r=igor
|
2009-07-31 11:34:33 -07:00 |
|
Andreas Gal
|
d2646f3c10
|
Incorrect upvar access on trace involving top-level scripts (507292, r=dmandelin).
|
2009-07-30 19:18:18 -07:00 |
|
Graydon Hoare
|
2e92fcbbe3
|
Backed out changeset d0be9284ea67
|
2009-07-30 14:28:26 -07:00 |
|
Graydon Hoare
|
ef5f70907e
|
Backed out changeset fc66e3f4afc9
|
2009-07-30 14:27:10 -07:00 |
|
Graydon Hoare
|
3b0d6c1a97
|
Backed out changeset 4bddf07c409e
|
2009-07-30 14:26:15 -07:00 |
|
Graydon Hoare
|
998a2e55b1
|
Backed out changeset 137cbe3c46a9
|
2009-07-30 14:25:03 -07:00 |
|
Graydon Hoare
|
402e209fc1
|
Backed out changeset 83f39b3e8b10
|
2009-07-30 14:23:35 -07:00 |
|
Graydon Hoare
|
b1632ff303
|
Backed out changeset 3853806a58df
|
2009-07-30 14:21:19 -07:00 |
|
Jason Orendorff
|
8ca27f5bc7
|
Bug 507425 - cx->bailExit doesn't get cleared after a native setter. r=gal.
|
2009-07-30 15:21:23 -05:00 |
|
Jason Orendorff
|
b68e0c3d76
|
Bug 507080 - TM: "Assertion failure: !(sprop->attrs & JSPROP_GETTER), at ../jstracer.cpp". r=gal.
--HG--
extra : rebase_source : f9286e0e42bc567baf22299768772a85c44c360a
|
2009-07-30 14:04:49 -05:00 |
|
Mark Steele
|
ff339aa3b6
|
Bug 497999: collect context-specific TraceVis data in JS objects, r=jorendorff
|
2009-07-30 11:48:02 -07:00 |
|
David Mandelin
|
d2df37e008
|
Bug 507295: store unboxed value instead of boxed on the stack for traced JSOP_SETNAME with closures, r=gal
|
2009-07-30 11:37:26 -07:00 |
|
David Mandelin
|
f7a94971a0
|
Bug 507053: fix on-trace scope chain computation for JSOP_BINDNAME, r=gal
|
2009-07-30 11:34:35 -07:00 |
|
Jason Orendorff
|
9a9d7d84d3
|
Bug 507156 - JSOP_TABLESWITCH always aborts, sometimes without an abort message. r=dmandelin.
|
2009-07-30 13:06:15 -05:00 |
|
Jason Orendorff
|
2a9ce4d07c
|
Bug 506347 - Assertion failure: OBJ_SCOPE(pobj)->object == pobj, at ../jsinterp.cpp. r=brendan.
--HG--
extra : rebase_source : 205b7723b6af57682f8f3445a7eda825995a0911
|
2009-07-30 10:12:01 -05:00 |
|
Serge Gautherie
|
3c19cd0353
|
Bug 491784 - runxpcshelltests.py should generate a count summary, as reftest and mochitest do; (Av1a) Just do it, plus followup fix for bug 485736; r=ted.mielczarek
|
2009-07-31 21:58:42 +02:00 |
|
Boris Zbarsky
|
46de150a80
|
Backed out changeset 03c40c5a2d4b (bug 505988) to fix password manager test orange.
--HG--
extra : rebase_source : c88519859e51b9d49d0f2269085dbb17edabd1c1
|
2009-07-30 11:01:01 -04:00 |
|
Graydon Hoare
|
8017a66d3d
|
Bug 507302 - more whitespace fixes, r=nnethercote.
|
2009-07-29 16:21:40 -07:00 |
|
Edwin Smith
|
1e964d04a7
|
Bug 507042 - class BitSet doesn't need GC support, r=dvander.
|
2009-07-08 16:21:55 -04:00 |
|
Edwin Smith
|
da15262810
|
Bug 507039 - Remove _startingIns from Assembler, r=nnethercote.
|
2009-07-23 13:46:44 -04:00 |
|
Edwin Smith
|
8441271ced
|
Bug 507036 - Move valgrind icache-flush notification to CodeAlloc, r=dvander.
|
2009-07-23 11:55:57 -04:00 |
|
Edwin Smith
|
4179e603b3
|
Bug 507031 - Replace use of avmplus:String with Allocator and char* in nanojit::LabelMap and LirNameMap, r=dvander.
|
2009-07-15 12:34:17 -04:00 |
|
Graydon Hoare
|
caf3859643
|
Bug 504462 - Merge tamarin's CodeAlloc into tracemonkey, r=gal.
|
2009-07-15 16:50:01 -07:00 |
|
Nicholas Nethercote
|
9453269258
|
Fix ARM bustage caused by b05e0eaa4686.
|
2009-07-30 11:10:45 +10:00 |
|
Nicholas Nethercote
|
93a1b3630d
|
Bug 507087 - TM/nanojit: change _argtypes fields from 2 bits to 3 bits (TR sync). r=rreitmai,jorendorff.
|
2009-07-30 10:44:34 +10:00 |
|
Jason Orendorff
|
a9c63ed454
|
Bug 497886 - Document the property cache. r=brendan.
|
2009-07-29 15:18:31 -05:00 |
|