Jeff Walden
|
e961f82d89
|
Bug 474501 - JSON literals shouldn't have prototype setters run during evaluation. r=brendan
|
2009-01-30 17:40:33 -08:00 |
|
Jason Orendorff
|
7fbb18f1ed
|
Fix for red caused by rev 932126be5356.
|
2009-01-30 18:02:35 -06:00 |
|
Jason Orendorff
|
37f2985bdf
|
Bug 476177 - TM: cx->stackPool must not be accessed on trace. r=brendan.
--HG--
extra : rebase_source : 746d61b54aa38cbe18fe31bce4efcbbad4629678
|
2009-01-30 17:40:05 -06:00 |
|
Andreas Gal
|
8c35f95c27
|
Merge.
|
2009-01-30 15:16:43 -08:00 |
|
Andreas Gal
|
595570a83e
|
Add debug hook to the threaded interpreter to trace instruction stream (476128, r=shaver).
|
2009-01-30 15:14:31 -08:00 |
|
Gordon P. Hemsley
|
917fd3a315
|
Remove unused variable declaration (bug 472702 followup, r=gal)
|
2009-01-30 10:34:54 -08:00 |
|
Andreas Gal
|
f6afbc63a0
|
Do not count control-flow merges twice in IFEQX, we already do it in IFEQ (fixed by brendan as part of 469625, r=me).
|
2009-01-29 23:45:16 -08:00 |
|
Andreas Gal
|
bd2e94ed79
|
Merge.
|
2009-01-29 22:04:21 -08:00 |
|
Andreas Gal
|
af99b5186c
|
Don't try to immediately record a new tree when encountering a failed inner tree activation while recording the outer tree if we are no longer at the actual loop header (475916, r=danderson).
|
2009-01-29 22:03:43 -08:00 |
|
Graydon Hoare
|
e29aba563d
|
Bug 475474 - Minor followups to fix build warnings and trace-test output, r=danderson.
|
2009-01-29 17:51:14 -08:00 |
|
Graydon Hoare
|
5219181495
|
Bug 475474 - Maintain globalSlots per global, not just one per JIT instance, r=danderson.
|
2009-01-29 15:59:52 -08:00 |
|
Blake Kaplan
|
69a2bec66d
|
Bug 475834 - Multiline comments with newlines in them should not decompose to nothing. r=brendan
|
2009-01-29 12:22:26 -08:00 |
|
Jason Orendorff
|
2ba2f5d3ed
|
Bug 475761 - TM: js_Any_GetProp and friends can reenter. r=brendan. Note that this patch alone does not fix the bug. The rest of the fix comes in bug 462027.
|
2009-01-29 00:13:03 -06:00 |
|
shaver@mozilla.org
|
728f9f9126
|
Backed out changeset 7246c4dcf997 (bug 469625) due to trace-test.js failures.
|
2009-01-28 22:26:46 -05:00 |
|
brendan@mozilla.org
|
14dd060156
|
Conservatively track modifications along the prototype chain of arrays (469625, r=jorendorff).
|
2009-01-28 16:16:20 -08:00 |
|
Andreas Gal
|
424b5e8997
|
Detect OOM condition and flush code cache when destroying the recorder and don't enter endAssembly when OOM (475821, r=danderson).
|
2009-01-28 15:12:31 -08:00 |
|
Jason Orendorff
|
6142999fde
|
Bug 468782 - TM: js_FastValueToIterator and js_FastCallIteratorNext can reenter (relanding with a bug fix). r=brendan. Note that this changeset alone does not fix the bug; an upcoming patch in bug 462027 completes the fix.
|
2009-01-28 09:24:35 -06:00 |
|
Andreas Gal
|
08c7886403
|
Trigger a new build.
|
2009-01-28 04:24:13 -08:00 |
|
Andreas Gal
|
7c6106e86d
|
Abort if we hit SETGVAR with a NULL slot (465567, r=brendan).
|
2009-01-28 00:35:20 -08:00 |
|
Andreas Gal
|
ecba1bc0b1
|
Update the tracker if the global object's dslots are reallocated at recording time (475645, r=brendan).
|
2009-01-28 00:12:37 -08:00 |
|
Blake Kaplan
|
b30598d3ae
|
Bug 475469 - Don't assume cx->fp is a scripted frame. r=dmandelin
|
2009-01-27 17:10:44 -08:00 |
|
Andreas Gal
|
c75755f18e
|
Properly initialize demote flag (475479, r=danderson).
|
2009-01-27 17:06:38 -08:00 |
|
Andreas Gal
|
3aa2396acf
|
Merge.
|
2009-01-27 16:42:29 -08:00 |
|
Andreas Gal
|
3361accf0e
|
Merge.
|
2009-01-27 16:42:10 -08:00 |
|
Andreas Gal
|
1bbc35daad
|
Backed out changeset d50d3681b94e (attempted re-landing of 474771).
|
2009-01-27 16:41:43 -08:00 |
|
Brendan Eich
|
60770fa5b5
|
Bug 454184 - Implement eval caching (r=mrbkap).
|
2009-01-27 16:40:40 -08:00 |
|
Brendan Eich
|
914f4ef313
|
Back out due to Mac Tp orange (454184).
|
2009-01-27 15:52:10 -08:00 |
|
Brendan Eich
|
335791e844
|
Bug 454184 - Implement eval caching (r=mrbkap).
|
2009-01-27 13:53:31 -08:00 |
|
Jason Orendorff
|
5b13be3f69
|
Bug 475593 - TM: Assertion failed: "Should not move data from GPR/XMM to x87 FPU": false (../nanojit/Nativei386.cpp:1851) (js_BooleanOrUndefinedToNumber emitted twice). r=brendan.
|
2009-01-27 15:33:45 -06:00 |
|
Robert Sayre
|
7dfa709a7f
|
Merge m-c to tm.
|
2009-01-27 11:08:09 -08:00 |
|
Andrei Saprykin
|
7b91b30052
|
bug 474801 - Checking for MaybeGC conditions when allocating GC things in JS shell. r=igor
|
2009-01-27 18:21:51 +01:00 |
|
Igor Bukanov
|
65cda4b280
|
Backed out changeset 39b1c9f21064 - the patch again has triggered the crashtest timeout.
|
2009-01-27 15:11:47 +01:00 |
|
Andreas Gal
|
f17d7cf056
|
Set on-trace flag only during trace execution, not recording (474771, r=brendan, patch has failed before, please back out at the earliest sign of trouble).
|
2009-01-27 01:55:31 -08:00 |
|
Andreas Gal
|
868cf7c72c
|
Backed out changeset ece63b96379b
|
2009-01-27 00:10:38 -08:00 |
|
Jason Orendorff
|
c0cc74fa99
|
Bug 468782 - TM: js_FastValueToIterator and js_FastCallIteratorNext can reenter. r=brendan. Note that this changeset alone does not fix the bug; an upcoming patch in bug 462027 completes the fix.
|
2009-01-27 00:19:58 -06:00 |
|
Andreas Gal
|
519b56ea2f
|
Correct incorrectly reversed order of argument types in builtin description (472533, r=brendan).
|
2009-01-26 21:05:59 -08:00 |
|
Graydon Hoare
|
170e5b5921
|
Bug 473688 - provide a 2-level hash map (global, pc) -> tree, r=gal.
|
2009-01-26 19:53:19 -08:00 |
|
Andreas Gal
|
56a9096701
|
Merge.
|
2009-01-26 18:16:11 -08:00 |
|
Andreas Gal
|
13ebda54e6
|
LirNameMap gets large over time and searching it with binary search is slow (475127, r=shaver).
|
2009-01-26 18:15:39 -08:00 |
|
Blake Kaplan
|
a84029c4e6
|
Bug 475449 - JS shell gets stuck on EOF. r=brendan
--HG--
extra : rebase_source : 1de44569fe303339b1d1a28b1709918a4569daf0
|
2009-01-26 16:47:25 -08:00 |
|
Blake Kaplan
|
663d23ef5d
|
Bug 475426 - GetPDA returns n copies of the first entry. Bug noticed by Mads Bondo Dydensborg <mbd@dbc.dk>. r=brendan
--HG--
extra : rebase_source : 1f5e87ad1fb88c3174c17cb5f0b89ff09dd6e6ad
|
2009-01-26 16:47:22 -08:00 |
|
Blake Kaplan
|
500f0a0301
|
Bug 467499 - Pass the proper size argument to ResizeSlots. r=shaver/crowder
|
2009-01-26 16:20:05 -08:00 |
|
Robert Sayre
|
cd3999104d
|
Merge m-c to tm.
|
2009-01-26 13:54:59 -08:00 |
|
Benjamin Smedberg
|
7ee0b42cb8
|
Bug 474996 - JS_REQUIRES_STACK violation in TraceRecorder::hasIteratorMethod, r=jorendorff
|
2009-01-26 14:26:24 -05:00 |
|
Igor Bukanov
|
ae33cd4a05
|
bug 475146 - fixing gczeal checks in RefillDoubleFreeList. r=mrbkap
|
2009-01-26 19:51:20 +01:00 |
|
Benjamin Smedberg
|
46dcd9a715
|
Bug 475199 - PPC builds crash on startup. I moved the output of JS_STACK_GROWTH_DIRECTION inside a !CROSS_COMPILE block incorrectly in bug 269538. This just moves it back.
|
2009-01-26 10:11:07 -05:00 |
|
Peter Van der Beken
|
690b96a622
|
Fix for bug 464676 (Cycle collector sometimes unlinks live cycles). r=bent, sr=jst.
|
2009-01-26 14:12:37 +01:00 |
|
Robert Sayre
|
b5cd4ca3dc
|
Backout c0b2c82a524e.
|
2009-01-25 22:36:46 -08:00 |
|
Andreas Gal
|
e481ee3eb8
|
Only set onTrace flag while running native code, not when recording (474771, r=brendan).
|
2009-01-25 20:24:25 -08:00 |
|
David Anderson
|
d1ac280790
|
Fixed multitrees assert regression from bug 469044 (bug 474935, r=gal).
|
2009-01-23 22:24:58 -05:00 |
|
Andrew Paprocki
|
a4ec9c19ad
|
Bug 471716 - jsobj.cpp DEBUG / js_DumpObject crash on JSFunction with null proto. r=jorendorff
|
2009-01-23 17:20:14 -08:00 |
|
Brendan Eich
|
c13882a292
|
Bug 470187 - TM: "Assertion failure: entry->kpc == (jsbytecode*) atoms[index]" with valueOf, regexp (r=jorendorff).
|
2009-01-23 14:33:42 -08:00 |
|
Brendan Eich
|
196e15a45e
|
Bug 473282 - TM: Crash [@ JS_CallTracer] (r=jwalden).
|
2009-01-23 14:31:07 -08:00 |
|
Andreas Gal
|
184fc63cd1
|
Backout bug 468782. Confirmed to leak.
|
2009-01-25 16:38:31 -08:00 |
|
Graydon Hoare
|
da2b8f5507
|
Bug 472180 - Move fragment hit and blacklist counts to hashtable in oracle, r=gal.
|
2009-01-23 14:24:50 -08:00 |
|
David Anderson
|
0e4418db16
|
Bug 473880 - TM: Add a way to keep stack values alive without emitting guard code. r=gal.
|
2009-01-23 15:21:55 -06:00 |
|
Jason Orendorff
|
c9961fe054
|
Bug 468782 - TM: js_FastValueToIterator and js_FastCallIteratorNext can reenter. r=brendan. Note that this changeset alone does not fix the bug; an upcoming patch in bug 462027 completes the fix.
|
2009-01-22 16:39:26 -06:00 |
|
Andreas Gal
|
0feab81363
|
Backout bug 475048, it causes mochitests to hang.
|
2009-01-25 15:26:52 -08:00 |
|
Andreas Gal
|
8a264cf6ce
|
Only emit alias check in for *PROP if the object's shape matches the global object's shape (475048, r=brendan, relanding).
|
2009-01-23 10:41:44 -08:00 |
|
Vladimir Vukicevic
|
63e0570b8d
|
[arm] fix up ARM floating point comparisons; fixes ARM trace-test (relanding)
|
2009-01-23 00:53:15 -08:00 |
|
Brendan Eich
|
0122eef654
|
Bug 453955 - "Assertion failure: sprop->setter != js_watch_set || pobj != obj, at jsdbgapi.c" (r=mrbkap, relanding).
|
2009-01-23 00:50:35 -08:00 |
|
Andreas Gal
|
9460746d1d
|
Fixed correctness and leak regression from bug 469044 landing (bug 474769, r=gal, relanding).
|
2009-01-25 09:05:21 -08:00 |
|
Andreas Gal
|
570f41d3b7
|
Fix incorrect reliance on the identity of the global object on trace (474888, r=brendan, relanding).
|
2009-01-25 09:04:03 -08:00 |
|
Andreas Gal
|
1d277bc633
|
Backout all patches since last mozilla-central merge (Thu Jan 22 19:14:02 2009 -500 by sayrer).
|
2009-01-25 02:58:22 -08:00 |
|
Andreas Gal
|
af714b621b
|
Backed out changeset 716fe0739e2b which fixes a spelling bug to force a tinderbox build.
|
2009-01-24 12:10:05 -08:00 |
|
Andreas Gal
|
02bdd40353
|
I heard fixing spelling mistakes makes the tinderboxes happy (106386, r=me).
|
2009-01-23 22:28:34 -08:00 |
|
Andreas Gal
|
ccc90ead5f
|
Compilation fix for bug 474771 (r=me).
|
2009-01-23 20:33:14 -08:00 |
|
Andreas Gal
|
b94ebfcf08
|
Merge.
|
2009-01-23 20:22:41 -08:00 |
|
Andreas Gal
|
1baff988de
|
Only set onTrace flag while running native code, not when recording (474771, r=brendan).
|
2009-01-23 20:22:23 -08:00 |
|
David Anderson
|
5554e7d6ae
|
Fixed multitrees assert regression from bug 469044 (bug 474935, r=gal).
|
2009-01-23 22:24:58 -05:00 |
|
Andrew Paprocki
|
ad291a3ff2
|
Bug 471716 - jsobj.cpp DEBUG / js_DumpObject crash on JSFunction with null proto. r=jorendorff
|
2009-01-23 17:20:14 -08:00 |
|
Andreas Gal
|
610cc42b01
|
Merge.
|
2009-01-23 16:57:04 -08:00 |
|
Andreas Gal
|
a9682f9dff
|
Backed out changeset 05cbbc9f1ae2, which backed out bug 24106 (so this is re-landing 24106).
|
2009-01-23 16:56:38 -08:00 |
|
Andreas Gal
|
4f323318a5
|
Merge.
|
2009-01-23 15:16:03 -08:00 |
|
Andreas Gal
|
1b154f72a6
|
Merge.
|
2009-01-23 15:15:34 -08:00 |
|
Andreas Gal
|
920ecc2113
|
Backed out changeset 17663da1b840 (bug 462027).
|
2009-01-23 15:14:46 -08:00 |
|
Andreas Gal
|
347e44c31a
|
Backed out changeset 9fe03078c765 (bug 475048).
|
2009-01-23 15:13:57 -08:00 |
|
Brendan Eich
|
94412bc214
|
Bug 470187 - TM: "Assertion failure: entry->kpc == (jsbytecode*) atoms[index]" with valueOf, regexp (r=jorendorff).
|
2009-01-23 14:33:42 -08:00 |
|
Brendan Eich
|
4ade60e63d
|
Bug 473282 - TM: Crash [@ JS_CallTracer] (r=jwalden).
|
2009-01-23 14:31:07 -08:00 |
|
Graydon Hoare
|
0b98b2e8cb
|
Bug 472180 - Move fragment hit and blacklist counts to hashtable in oracle, r=gal.
|
2009-01-23 14:24:50 -08:00 |
|
David Anderson
|
ee93602364
|
Bug 473880 - TM: Add a way to keep stack values alive without emitting guard code. r=gal.
|
2009-01-23 15:21:55 -06:00 |
|
Andreas Gal
|
c7f9743a3d
|
Only emit alias check in for *PROP if the object's shape matches the global object's shape (475048, r=brendan).
|
2009-01-23 10:41:44 -08:00 |
|
David Anderson
|
dc86ddce2f
|
Fixed correctness and leak regression from bug 469044 landing (bug 474769, r=gal).
|
2009-01-22 22:40:59 -05:00 |
|
Andreas Gal
|
b566ed290a
|
Merge.
|
2009-01-22 17:59:16 -08:00 |
|
Andreas Gal
|
d940283d33
|
Fix incorrect reliance on the identity of the global object on trace (474888, r=brendan).
|
2009-01-22 17:58:18 -08:00 |
|
Robert Sayre
|
7dc95917f4
|
Merge mozilla-central to tracemonkey.
|
2009-01-22 19:14:02 -05:00 |
|
Jason Orendorff
|
9ff9140ae0
|
Bug 468782 - TM: js_FastValueToIterator and js_FastCallIteratorNext can reenter. r=brendan. Note that this changeset alone does not fix the bug; an upcoming patch in bug 462027 completes the fix.
--HG--
extra : rebase_source : 585d590aace159914629a786489b0883d23cf2a8
|
2009-01-22 16:39:26 -06:00 |
|
Andreas Gal
|
631ccfe72b
|
Merge.
|
2009-01-23 10:42:18 -08:00 |
|
Igor Bukanov
|
9394fa361f
|
Backed out changeset 6657640cbbb2 - the patch from the bug 474801 caused leak and crash test failures
|
2009-01-23 15:40:57 +01:00 |
|
Andrei Saprykin
|
02565c4f0d
|
bug 474801 - Checking for MaybeGC conditions when allocating GC things in JS shell
|
2009-01-23 13:27:19 +01:00 |
|
Vladimir Vukicevic
|
7679b7a4be
|
[arm] fix up ARM floating point comparisons; fixes ARM trace-test
|
2009-01-23 00:53:15 -08:00 |
|
Brendan Eich
|
629c3385c4
|
Bug 453955 - "Assertion failure: sprop->setter != js_watch_set || pobj != obj, at jsdbgapi.c" (r=mrbkap).
|
2009-01-23 00:50:35 -08:00 |
|
Benjamin Smedberg
|
6be1c639ca
|
+ has a higher precendence than <<, so this needs to be parenthesized more... followup to bug 269538
|
2009-01-22 15:40:41 -05:00 |
|
Andreas Gal
|
6e5593d5b7
|
Make sure vpnum is not used incorrectly in the future (follow-up for 469044, r=shaver).
|
2009-01-22 12:02:17 -08:00 |
|
Bob Clary
|
185de54949
|
merge
|
2009-01-22 11:58:15 -08:00 |
|
Benjamin Smedberg
|
9b1b7b99df
|
Followup to bug 269538 - Use explicit casts instead of L/LL/int64, r=crowder
|
2009-01-22 14:52:28 -05:00 |
|
Bob Clary
|
6b35d85b32
|
bug 474832 - update public failures.
|
2009-01-22 11:51:26 -08:00 |
|
Bob Clary
|
01e4d469a3
|
tests for bug 471540, bug 466781 from sync of js/src/trace-test.js and js/tests/js1_8_1/trace/trace-test.js.
|
2009-01-22 11:49:44 -08:00 |
|
Serge Gautherie
|
beb21941b4
|
Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Av1a-MC) Move the source harness directory; r=ted.mielczarek
--HG--
rename : tools/test-harness/xpcshell-simple/Makefile.in => testing/xpcshell/Makefile.in
rename : tools/test-harness/xpcshell-simple/README => testing/xpcshell/README
rename : tools/test-harness/xpcshell-simple/example/Makefile.in => testing/xpcshell/example/Makefile.in
rename : tools/test-harness/xpcshell-simple/example/unit/test_sample.js => testing/xpcshell/example/unit/test_sample.js
rename : tools/test-harness/xpcshell-simple/execute_test.js => testing/xpcshell/execute_test.js
rename : tools/test-harness/xpcshell-simple/head.js => testing/xpcshell/head.js
rename : tools/test-harness/xpcshell-simple/tail.js => testing/xpcshell/tail.js
rename : tools/test-harness/xpcshell-simple/test_all.sh => testing/xpcshell/test_all.sh
rename : tools/test-harness/xpcshell-simple/test_one.sh => testing/xpcshell/test_one.sh
|
2009-01-22 19:39:02 +01:00 |
|
Arpad Borsos
|
4af1852ab6
|
Bug 472332 - Remove unused files from build/autoconf; +aclocal cleanup; r+sr=ted.mielczarek
|
2009-01-22 19:01:24 +01:00 |
|