Граф коммитов

16027 Коммитов

Автор SHA1 Сообщение Дата
Brendan Eich e7d0b959b4 Fix too-stupid-to-live bug (517076, r=me). 2009-10-05 22:30:45 -07:00
David Mandelin 34e47d71cb Merge backout of bug 495331 patch 2009-10-05 18:32:06 -07:00
David Mandelin 7bab72d85f Backed out changeset 9cc88d291fc0 2009-10-05 18:31:10 -07:00
David Anderson 46c3eb9356 Fixed on-trace stack slurping accidentally unboxing booleans wrong (bug 516832, r=gal). 2009-10-05 18:21:52 -07:00
Brendan Eich aae6a9f3b8 Use 'Is' in noun-phrase-named predicate (518103 followup, r=jorendorff/Waldo). 2009-10-05 16:58:54 -07:00
Brendan Eich 64b1c01b47 Fix constructor method (foo.bar/foo[baz] initialized from a lambda) invocation to go through the method read barrier (518103, r=jorendorff). 2009-10-05 16:55:21 -07:00
David Mandelin 6d08fc565e Bug 495331: trace JSOP_LAMBDA for non-null, non-heavyweight case, r=jorendorff,igor 2009-09-28 13:51:46 -07:00
Graydon Hoare b5dce7628d Bug 520099 - NJ merge: vprof drift, r=nnethercote.
--HG--
extra : rebase_source : e04ef4638228b90895223a8e3d87840afade7b42
2009-10-02 12:28:29 -07:00
Graydon Hoare a2b3b05de5 Bug 519856 - NJ merge: move VMPI stuff from avmplus, r=jimb.
--HG--
extra : rebase_source : 69e1cbe19f88dfa6ca5e54dada3d961de4cb82bb
2009-09-30 17:45:17 -07:00
David Anderson 90109e79a9 Removed assertion that had too many false positives (bug 519534, r=gal). 2009-10-05 13:41:02 -07:00
David Anderson af8b9feff2 Fixed attemptTreeCall not checking deep-abort status correctly (bug 520492, r=gal). 2009-10-05 13:21:13 -07:00
Andreas Gal 8ab0d73b34 ARM compilation fix for bug 519805. 2009-10-05 09:12:25 -07:00
Igor Bukanov 642ee9ac02 bug 505933 - removal of unused js_(Add|Remove)AsGCBytes (followup for bug 512046) 2009-10-04 14:54:37 +04:00
Makoto Kato 8cd37a7892 Bug 515545 - Add EXECUTE_TREE_TIMER code for Windows x64. r=dvander 2009-10-04 17:03:18 +09:00
Luke Wagner baaf725d8d Bug 520336 - mark recorder's TreeInfo (r=brendan) 2009-10-03 23:32:00 -07:00
Brendan Eich 6d51af475b Remove now-bogus (uint16) casts when storing AST node line numbers (patch revised based on ed@siliconforks.com's patch in 500128, r=me). 2009-10-03 10:33:01 -07:00
Andreas Gal 3076684493 ARM backend does not support displacements > 12bits (519805, r=graydon). 2009-10-02 18:25:36 -07:00
Luke Wagner 30de362e28 Bug 520323 - Using a Fragment in RecordTree after flush (r=gal)
--HG--
extra : rebase_source : a8beacaaffe96268db3dd61e886a702a4c54fc28
2009-10-02 18:23:39 -07:00
David Anderson b38fec344b Static analysis fixes, recursion fallout (bug 520320, r=gal). 2009-10-02 17:55:57 -07:00
Luke Wagner d15b1b369b Bug 520311 - flush called during JSTraceMonitor::mark; may vex the recorder (r=gal) 2009-10-02 17:02:04 -07:00
Masahiro Yamada 768729b785 Bug 511859 - Reject overlong UTF-8 encodings of code points rather than converting them to U+FFFD or the code point they supposedly describe. r=jwalden
--HG--
extra : rebase_source : 9f53f810c42023e03ccc2dbe39dd2ea82d341b0b
2009-10-01 17:10:14 -07:00
David Anderson 0f03d81d43 Fixed js_PopInterpFrame breaking arena LIFO requirement (bug 520210, r=brendan). 2009-10-02 13:52:54 -07:00
David Anderson 73769a5625 Disabled some tests which throw different recursion error (bug 520240). 2009-10-02 13:51:04 -07:00
David Anderson ae138af8c0 Skip JSOP_TRACE after JSOP_CALL when the decompiler expects it (bug 520003, r=brendan). 2009-10-02 12:36:27 -07:00
Jason Orendorff 1e98b48872 Reindent jsops.cpp. r=Waldo. 2009-10-02 13:50:52 -05:00
Brendan Eich fcd264625e Don't cache an 'adding' entry on a duplicate JSOP_INITPROP (520161, r=jorendorff). 2009-10-02 11:54:41 -07:00
Jason Orendorff 7afbcb9d74 Bug 518463 - Alternative APIs to JS_GetStringBytes/Chars with saner out-of-memory handling. Any code using the old APIs that attempts to handle OOM at all should switch to these. r=brendan. 2009-10-02 12:42:02 -05:00
Igor Bukanov 79cf339dff bug 517199 - typed GC free lists. r=brendan 2009-10-02 18:34:22 +04:00
Igor Bukanov 46afee49ed bug 520046 - eliminating "uintN flags" parameter from js_NewSomeGCThing functions. r=brendan 2009-10-02 12:21:19 +04:00
Robert Sayre bd3d9365de Merge mozilla-central to tracemonkey. 2009-10-01 14:08:25 -07:00
David Anderson 8f7f08e579 Fixed accidentally trying to trace recursive argc!=nargs which is not yet supported (bug 519999, r=brendan). 2009-10-01 12:06:59 -07:00
Igor Bukanov 94b639d03e Backed out changeset 19b4c1cacdb8 - everything related to bug 517199. 2009-10-01 16:10:42 +04:00
Igor Bukanov 2c25587f18 bug 517199 - typed GC free lsists - newborn refactoring. r=brendan 2009-10-01 08:13:04 +04:00
Nicholas Nethercote f065057d5d Bug 519876 - NJ merge: ARM macro cleanups. r=nnethercote (patch written by rreitmai). 2009-10-01 11:54:25 +10:00
David Anderson 258238ea6c Merge. 2009-09-30 18:12:34 -07:00
David Anderson 3dbb9078fb Fixed potential crash if up-recursive trace compiles and runs before down-recursive trace (build bustage, no_r=me). 2009-09-30 18:12:14 -07:00
David Anderson 293e13ba18 Fixed GCC complaints (recursion fallout 3, yay). 2009-09-30 19:58:54 -04:00
David Anderson 4c676eb62a Bustage fix (recursion fallout 2). 2009-09-30 16:29:46 -07:00
David Anderson 08fb0f3e7d Build fixes (recursion fallout, no_r=me). 2009-09-30 16:15:23 -07:00
David Anderson 193bcf7ccb Trace recursive function calls (bug 459301, r=gal). 2009-09-30 15:28:00 -07:00
David Anderson 86a5f7a0ae Internalize and memoize FrameInfo pointers (bug 501398, r=brendan). 2009-09-30 13:00:16 -07:00
Graydon Hoare 5168216075 Bug 519768 - NJ: fix lirasm test failures, r=nnethercote. 2009-09-30 11:20:50 -07:00
Graydon Hoare 718b7faceb Bug 519575 - NJ merge: more LIR.h drift, r=gal. 2009-09-29 16:36:37 -07:00
Graydon Hoare 33e087f8b1 Bug 519535 - NJ merge: add VTUNE dead code, r=gal. 2009-09-29 14:39:48 -07:00
Brendan Eich 0b12e65842 High-level CSE for shape guards (518448, r=jorendorff). 2009-09-29 19:05:19 -07:00
Nicholas Nethercote 28a296953d Bug 519595 - NJ merge: avoid compile warning in NativeX64.cpp. r=dvander. 2009-09-30 11:56:12 +10:00
Nicholas Nethercote 40f0caf950 Bug 519376 - NJ merge: move __SUNPRO _CC gunk. r=dvander. 2009-09-30 11:25:39 +10:00
David Anderson 4c27e3f5b3 Backed out changeset 911d01b21463 2009-09-29 16:24:59 -07:00
David Anderson 2b866edf75 Internalize and memoize FrameInfo structures (bug 501398, r=brendan). 2009-09-29 14:33:43 -07:00
Robert Sayre d8dceb70f2 Merge. 2009-09-29 09:43:24 -07:00