Commit Graph

10601 Commits

Author SHA1 Message Date
David Anderson
69d03d11e9 [JAEGER] Fixed regression in tracer integration. 2010-08-02 17:31:22 -07:00
David Anderson
bfe8c0a315 [JAEGER] Fixed bug in tracer integration where frame popping could return undefined.
--HG--
extra : rebase_source : 15b8bd87a4f8a8ba30b1e9a4cb919e06300bbaf4
2010-08-02 17:22:13 -07:00
David Mandelin
2aeb7a7391 [JAEGER] Bug 583873: sync on all branches to getelem PIC slow path, r=dvander 2010-08-02 15:35:55 -07:00
David Mandelin
5f95f51478 Merge. 2010-08-02 15:55:50 -07:00
David Mandelin
d7f6c4209b Merge from Tracemonkey. 2010-08-02 15:55:29 -07:00
David Anderson
6358aba3e4 [JAEGER] Fixed uncopy() breaking copy invariants (bug 583684, r=sstangl). 2010-08-02 15:52:49 -07:00
Dave Herman
f5415ad358 bug 582999, r=gal: putstr function for JS shell 2010-08-02 15:02:15 -07:00
Jason Orendorff
5534502a01 Bug 583850 - Assert that certain security checks in the JS engine never fail. r=mrbkap. 2010-08-02 16:38:46 -05:00
Jason Orendorff
652b4f196b Bug 583262 - Remove security checks on f.prototype.constructor property at last. r=mrbkap.
--HG--
extra : rebase_source : d41e97b9ec4367ed4eb1f28a082571f37a9696e2
2010-08-02 15:59:06 -05:00
Shu-yu Guo
9dbc7ce7d4 Bug 583806 - Fix calling unbound mkIdentifier in narcissus jsparse.js. r=dherman 2010-08-02 12:17:04 -07:00
Sean Stangl
7d356d5f07 [JAEGER] Remove undefined store optimization for SetProp. b=583672, r=dvander. 2010-08-02 11:39:24 -07:00
Jason Orendorff
8ed74ae25b Fix two MSVC warnings. no_r=me. 2010-08-02 09:44:24 -05:00
Jacek Caban
faaaf8264b Bug 580904 - remove jsval_layout.debugView in mingw-w64 r=lw 2010-08-02 12:01:22 +02:00
Jacek Caban
37c9c36c36 Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith 2010-08-02 11:59:50 +02:00
Jacek Caban
29531fc3b8 Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander 2010-08-02 11:58:44 +02:00
David Anderson
d827d4b596 [JAEGER] Random search algorithm for finding tracing optimums. 2010-08-01 23:55:36 -07:00
Dave Herman
21f32eaeb6 bug 583281, r=khuey: njs should get symlinked into objdir
--HG--
rename : js/src/njs => js/src/shell/njs
2010-08-01 22:42:41 -07:00
Sean Stangl
1192e18172 [JAEGER] Assert correctness for inline caches. b=583532, r=dvander.
Previously, offsets into bytecode were calculated manually
by case observation. However, the bytecode length may vary.
We assert that the hardcoded values are correct.
2010-08-01 22:34:23 -07:00
Luke Wagner
49550f19b6 Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
Sean Stangl
c8ae808f02 [JAEGER] MonoIC support for x86_64. b=578245, r=dvander. 2010-08-01 18:31:50 -07:00
Nicholas Nethercote
bfc11c41de Bug 582766 - JIT vastly slows down Data Manager (let in .nextSibling loop makes TM loop way too often). r=dvander. 2010-08-01 18:03:12 -07:00
David Anderson
a5dd0204ab [JAEGER] Merge. 2010-08-02 15:31:47 -07:00
David Anderson
9153716887 [JAEGER] Improve trace point coverage. 2010-08-02 15:31:26 -07:00
David Anderson
1a125b3442 [JAEGER] Merge. 2010-08-02 11:55:59 -07:00
David Anderson
b0e3e8c7ff [JAEGER] Add instrumentation for v8-deltablue. 2010-08-02 10:49:14 -07:00
David Anderson
b4effc041b [JAEGER] Finished instrumentation for v8-crypto. 2010-08-02 10:40:33 -07:00
Nicholas Nethercote
e06b7385ea Bug 582766 - JIT vastly slows down Data Manager (let in .nextSibling loop makes TM loop way too often). r=dvander. 2010-08-01 18:03:12 -07:00
Bob Clary
7faee100e4 bug 583155 - reduce log noise from jsreftest in the browser, r=mrbkap,jorendorff. 2010-08-05 07:14:34 -07:00
Igor Bukanov
e48bf454d2 bug 583763 - conservative GC cleanup and better reporting of missing conservative roots. r=anygregor 2010-08-05 14:16:56 +02:00
Chris Leary
c4e96f6d5e Bug 583868: increase heap size to avoid V8 OOM in shell. (r=anygregor) 2010-08-04 16:23:49 -07:00
Shu-yu Guo
d7c1565c57 Bug 584264 - Whitespace cleanup for narcissus and small fix for parser. r=pwalton 2010-08-04 12:07:41 -07:00
David Anderson
05cf227d95 [JAEGER] Exhaustive search for integration optimum.
--HG--
rename : js/src/metrics/jint/preprocess.py => js/src/metrics/jint/treesearch.py
2010-08-01 16:18:59 -07:00
Shu-yu Guo
7a91d0dec5 Bug 579230 - Rewrite narcissus expr parser, refactor into builder pattern. r=gal 2010-08-01 12:20:18 -07:00
Robert Sayre
94a5ae0e6e Merge relanding of bug 577648 and bug 582479. 2010-08-01 09:59:36 -07:00
Robert Sayre
a72794c86d Reland Bug 582479 - TM: Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction(). 2010-08-01 09:59:02 -07:00
Robert Sayre
898b0d6094 Merge 2010-08-01 09:58:16 -07:00
Robert Sayre
250c59eece Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
Robert Sayre
e934a9cb50 Merge. 2010-08-01 09:57:13 -07:00
Robert Sayre
eebc988390 Reland bug 577648 tests. 2010-08-01 09:57:01 -07:00
Kyle Huey
934e198a7e Sync js/src/config/ and config/ build files from silly mistakes on my part on this CLOSED TREE 2010-08-01 03:14:05 -07:00
Kyle Huey
353f0f4dfb Fixing typos on a CLOSED TREE 2010-08-01 02:32:15 -07:00
Kyle Huey
6cabbd4fed Bug 522770: Followup to turn on fakelibs only on Windows since gcc is dumb, even on a CLOSED TREE 2010-08-01 02:12:17 -07:00
Kyle Huey
932ea79b49 Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending.
--HG--
extra : rebase_source : 54a506a5815dcdedaf3f61ad7d6bdd0529d7f5f7
2010-08-01 01:48:21 -07:00
David Anderson
82d71ba7b4 [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
David Anderson
3669a18d8b [JAEGER] Add diagnostic tool for trace JIT tuning. 2010-07-31 18:58:53 -07:00
Robert Sayre
b90c702db2 Remove tests associated with backouts. 2010-07-31 14:19:00 -07:00
Robert Sayre
9bae5e1079 Backout changeset 80382d88b92c. (Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances). The patch is righteous, but MSVC's behavior with a mere 3GB of addressable memory is not. Will reland soon. 2010-07-31 14:01:26 -07:00
Robert Sayre
fcd927ce28 Back out changeset c877176cbbed in order to get Windows compiling. (Bug 582479 - TM: Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction().) 2010-07-31 13:17:20 -07:00
Robert Sayre
6bf99d92ea Merge backout. 2010-07-31 11:16:52 -07:00
Robert Sayre
90cb325bbf Backed out changeset af011e92ad0b. (Dave Herman – bug 583281, r=jimb: njs should get symlinked into objdir). This doesn't build on windows. 2010-07-31 11:16:38 -07:00
David Mandelin
09a44c39fb Bug 583402 followup: use correct new freeslot 2010-07-30 18:52:54 -07:00
Sean Stangl
38edabf198 [JAEGER] Fix typeCheckOffset warning. r=dvander. 2010-07-30 17:25:01 -07:00
David Anderson
a131b38d59 [JAEGER] Fixed warning in MonoIC.cpp. 2010-07-30 17:20:41 -07:00
David Mandelin
103991fb43 Bug 583402: fix loop in js_ClearNative 2010-07-30 16:33:07 -07:00
Dave Herman
1cd082cba6 bug 583281, r=jimb: njs should get symlinked into objdir
--HG--
rename : js/src/njs => js/src/shell/njs
2010-07-30 15:17:14 -07:00
David Mandelin
acc73fdede Bug 583382: reset pics to correct stub, r=dvander 2010-07-30 15:01:08 -07:00
David Anderson
a172933d9b [JAEGER] Fixed DEFVAR using old, invalid GVAR optimization (bug 580883). 2010-07-30 14:53:07 -07:00
David Anderson
b64eb3c2bb [JAEGER] Fixed syncing in JSOP_DIV (bug 582276). 2010-07-30 12:18:48 -07:00
Zack Weinberg
788b4d617f Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
2010-07-30 12:17:56 -07:00
Chris Leary
460cdeaae5 Rename displaySave member of the stack frame to padding. (r=luke) 2010-07-30 11:57:03 -07:00
David Anderson
04fb4874c7 [JAEGER] Fixed slow path not rejoining when left shifting by zero (bug 583158). 2010-07-30 11:55:33 -07:00
David Anderson
1b40801677 [JAEGER] Relax offset bitfield in PolyIC (bug 583160). 2010-07-30 11:30:29 -07:00
Jason Orendorff
6972003bf8 Delete obsolete comment. no_r=me.
--HG--
extra : rebase_source : 8b9b7408c0efd682a5f11f827fca2d2304e0a4a3
2010-07-30 10:21:11 -05:00
Ginn Chen
7a935c4faf Bug 568782 add #ifdef SOLARIS for mmap/munmap changes r=igor 2010-07-30 18:51:58 +08:00
William Maddox
356836d1b5 Bug 570276 - Fix code generation for address load on SPARC (r=leon.sha+)
Special case code for LEA formerly fell through to the general case,
resulting in generation of redundant "junk" code.

--HG--
extra : convert_revision : 639cf2aa65734e43194b8b62f4c95f462c918cf0
2010-07-29 19:10:27 -07:00
David Anderson
8adb6cdddb [JAEGER] Put conservative marker in JSTracer, rather than GCMarker (bug 583149). 2010-07-29 18:46:45 -07:00
David Anderson
ba8c0b526c [JAEGER] Fixed tracer integration illegally re-pushing fp->rval (bug 583124). 2010-07-29 17:25:13 -07:00
David Anderson
55ea4cfe6b [JAEGER] Merge. 2010-07-29 17:13:27 -07:00
David Anderson
9621bf247c [JAEGER] Conservatively scan the JS stack (bug 583084, GC changes r=gregor). 2010-07-29 17:13:08 -07:00
David Mandelin
f5adc34f1a [JAEGER] Modify js1_8\extensions\regress-422269.js so that it tests what it is trying to test in JM 2010-07-29 16:22:59 -07:00
David Mandelin
81fa828c0f [JAEGER] Disable failing part of js1_8\regress\regress-384412.js for now. 2010-07-29 16:09:35 -07:00
David Mandelin
365350997e [JAEGER] Bug 583091: fix handling of andx/orx in the bytecode analyzer, r=dvander 2010-07-29 16:07:27 -07:00
David Mandelin
b32d066107 [JAEGER] Bug 582411: Make JM throw an exception setting undefined global vars in strict mode, r=dvander
--HG--
extra : rebase_source : 6ee3399c7f4ffadab34765a4bf3c2ccaa4c8c1f2
2010-07-29 16:04:54 -07:00
David Anderson
8d5dc1764d [JAEGER] Fix torn values in ImmutableSync (bug 582882). 2010-07-29 14:24:29 -07:00
David Anderson
1b797f77b4 [JAEGER] Fix INSTANCEOF (merge fallout). 2010-07-29 14:19:08 -07:00
David Anderson
1a31b84af7 [JAEGER] Fixed some x64 merge fallout. 2010-07-29 13:54:44 -07:00
David Mandelin
7aa510d435 [JAEGER] Missing internal API change from previous merge. 2010-07-29 13:38:31 -07:00
David Mandelin
4c5a188923 [JAEGER] Merge from Tracemonkey. 2010-07-29 13:23:33 -07:00
David Anderson
f48600ff4f [JAEGER] Fixed copyDataIntoReg() not invalidating on uncopy (bug 582884). 2010-07-29 12:14:39 -07:00
David Anderson
8e12d36c0a [JAEGER] Merge. 2010-07-29 11:49:03 -07:00
David Anderson
cdef4d6be0 [JAEGER] Fixed assumption about copies which is broken by let expressions (bug 582897). 2010-07-29 11:48:47 -07:00
Chris Leary
8a27ed96a8 Bug 582899: JM: Disable PICs during proto-chain walk if non-JS-native encountered. (r=dvander)
--HG--
extra : rebase_source : 852340ee558dd9e465f022ca1e7912f7b5273053
2010-07-29 11:37:38 -07:00
David Anderson
53496ea9d7 [JAEGER] Merge. 2010-07-29 11:36:00 -07:00
David Anderson
8da8334737 [JAEGER] Fixed constant folding bug in LOCALINC (bug 582898). 2010-07-29 11:35:33 -07:00
Chris Leary
ce1ea451a1 Bug 582900: JM: Missing rsh type set. (r=dvander) 2010-07-29 11:32:36 -07:00
Chris Leary
de4f1f12a2 Fix trace-test.py to work on symlinks. (r=self). 2010-07-29 11:02:54 -07:00
Igor Bukanov
4eff9db05f bug 579957 - parent as a field in JSObject. r=lw 2010-07-29 19:11:27 +02:00
Jason Orendorff
3e23944c3b Fix MSVC warnings about class JSFunction. no_r=me. 2010-07-29 08:08:23 -05:00
Jason Orendorff
566beedf1f Remove extra backslashes. no_r=me. 2010-07-29 08:06:32 -05:00
Andrew Drake
5be4d3eedb [JAEGER] Add support for PUSHA/POPA/emulation for X86/X86_64 to masm. 2010-07-29 01:36:31 -07:00
David Anderson
3b3499e173 [JAEGER] Merge. 2010-07-28 18:18:51 -07:00
David Anderson
d3dc737c16 [JAEGER] Define gczeal in trace-tests to an empty function, when not present, for opt builds. 2010-07-28 18:18:36 -07:00
David Mandelin
1467de97e7 [JAEGER] Backout merge. 2010-07-28 18:17:42 -07:00
David Mandelin
60d30c1178 Backed out changeset 71d776c0ec08 -- this modified some tests to disable an
old syntax, but we are keeping that syntax for now.
2010-07-28 18:17:17 -07:00
David Mandelin
d8f5b969ca [JAEGER] Bug 582449: remove unneeded slow path to prevent us from falling through and calling functions twice, r=dvander 2010-07-28 18:13:13 -07:00
Nicholas Nethercote
bdd9c63662 Bug 582191 - nanojit: fix formatImm[IQ] bogons. r=edwsmith.
--HG--
extra : convert_revision : ce704edcab9d092627ad29e60efc0991ee2682e0
2010-07-28 17:06:14 -07:00
Chris Leary
8089ea803d Bug 578517: JM: double >> int fast path. (r=dvander) 2010-07-28 15:40:31 -07:00
David Anderson
d1269a00d4 [JAEGER] Improve performance of loading doubles (bug 582152). 2010-07-28 14:32:39 -07:00
Brian Hackett
e56731d546 JM: OOL fast path for setting array holes, bug 580355 2010-07-28 13:07:26 -07:00
David Anderson
211b338724 [JAEGER] Merge fallout, use JSSLOT_DENSE_LENGTH_CAPACITY instead of dslots[-1]. 2010-07-28 12:40:36 -07:00