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

208625 Коммитов

Автор SHA1 Сообщение Дата
Brendan Eich 871f211804 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 c921afb212 Bug 509725 - use JSTempVector in String.prototype.replace. r=Waldo 2009-08-11 15:45:32 -07:00
David Anderson 6a33312bab Merge. 2009-08-11 14:12:27 -07:00
David Anderson a5e1a59333 LirNameMap must be reset if flushing the allocator (bug 509786, r=graydon). 2009-08-11 14:11:07 -07:00
Jason Orendorff b3f80130de 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 b9ad5fce20 Bug 498488 - Change some JSObject macros to methods. r=Waldo. 2009-08-11 15:05:44 -05:00
Maks Verver c562c3b881 Simpler parseInt logic (bug 507993 followup, r=brendan,dvander). 2009-08-11 12:54:55 -07:00
David Anderson 6fa72f6a76 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 dcc8bcd4d7 Removed unnecessary null check before cx->free. 2009-08-11 11:10:44 -07:00
Boris Zbarsky 93a65fb155 Hack to make bug 509557 less annoying. 2009-08-11 13:25:14 -04:00
David Anderson 0ea7ca383a Static analysis build fixes (bug 509089 fallout, no bug). 2009-08-10 22:23:58 -07:00
David Anderson 6dd7b0c70a Cleaned up and refactored AttemptToStabilizeTree (bug 509089, r=gal). 2009-08-10 22:15:52 -07:00
Edwin Smith 63c66f15ac Bug 509634 - Add new Allocator-friendly containers, r=dvander.
--HG--
extra : rebase_source : 9d85c87d2c12729873ad5af330edd2495d590d79
2009-08-04 09:31:29 -04:00
David Anderson be6e1fd282 Fixed parseInt handling negative numbers wrong in JIT'd code (bug 507993, r=brendan). 2009-08-10 18:09:51 -07:00
Edwin Smith dba74e2d23 Bug 509609 - Don't allocate CodeAlloc with GC and dont extend GCFinalizedObject, r=dvander. 2009-08-04 14:53:56 -04:00
Edwin Smith eb813f8925 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 890d7eeb6c Bug 509596 - Remove some dead code, r=dvander.
--HG--
extra : rebase_source : 9d5ff6c6900b3befce2f6b6bf13d02a582f4a35d
2009-08-03 15:18:55 -04:00
Graydon Hoare c578947771 Bug 509586 - More VMPI insulation, r=jorendorff.
--HG--
extra : rebase_source : 0b468edd0ee08afe59fa9e7202ad3e96024f0371
2009-08-10 17:10:25 -07:00
David Anderson 2453d0df00 Fixed DomInterfaceConstants trying to box out of range integers (bug 509590, r+sr=mrbkap). 2009-08-10 16:04:21 -07:00
Jason Orendorff 01bcb7bd39 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 ea11d13706 Bug 507302 - more whitespace fixes, r=nnethercote.
--HG--
extra : rebase_source : 7d208da8eabd76f66cfe323b5b598f45130299c6
2009-07-29 16:21:40 -07:00
Edwin Smith 3294d4906b 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 013c54149b Bug 507039 - Remove _startingIns from Assembler, r=nnethercote.
--HG--
extra : rebase_source : f4f5451a94fa60bb8059688bd64a6638e69a32c7
2009-07-23 13:46:44 -04:00
Edwin Smith 45780fc9b5 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 0e8ae84f85 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 30ed122a0a 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 b7120f5266 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 5aee8abf28 Bug 461269 - Remove TOK_RP nodes from the parse tree. r=brendan. 2009-08-10 14:00:46 -05:00
Jason Orendorff bd9d09875f Bug 506721 - Convert JSVAL_TO_INT and INT_TO_JSVAL to functions. r=Waldo. 2009-08-09 07:25:53 -05:00
Luke Wagner e94edc5f03 Bug 503952 - JSStringBuffer/JSCharBuffer with JSTempVector, part 1. r=jwalden 2009-08-07 20:09:11 -07:00
David Anderson aaa22d1c75 Merge failure fix (bug 497948 fallout). 2009-08-07 17:30:56 -07:00
Graydon Hoare 146159019c Bug 504462 - Merge tamarin's CodeAlloc into tracemonkey, r=gal. 2009-07-15 16:50:01 -07:00
Jason Orendorff f6574847b1 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 ed9b0cc518 Cleanup of deduceTypeStability and closeLoop, take two (bug 497948, r=gal+sayrer). 2009-08-07 14:08:23 -07:00
Jason Orendorff 8a52f411a3 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 d587813ddb 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 bbe9e48fbc Merge. 2009-08-06 15:11:54 -07:00
David Anderson 9fc9968a58 Improved DumpPeerStability spew (bug 508866, r=gal). 2009-08-06 15:10:53 -07:00
Jacek Caban 8257d09aef 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 1128417254 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 d751c95b2c Merge backout. 2009-08-06 11:16:39 -07:00
Robert Sayre 392cf51122 Backed out changeset 70b3b23c948a 2009-08-06 11:16:20 -07:00
Robert Sayre 7c8f6ac77c Commit backout. 2009-08-05 18:42:41 -07:00
Robert Sayre bd6623c2df causes timeouts, somehow. backed out changeset 1391e8b39c73 2009-08-05 18:42:22 -07:00
Andreas Gal 2ecfe45ebc Memory-pressure based GC scheduler (506125, r=igor). 2009-08-05 17:27:20 -07:00
Robert Sayre 49b25c7ce7 Bandaid for bug 508128. r=waldo 2009-08-05 15:30:04 -07:00
David Mandelin 5b023054b1 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 722e261af9 bug 507573 - followup - fixing a typo in putActivationObjects usage. 2009-08-05 16:27:54 +02:00
Igor Bukanov b819bce8fc bug 493457 - followup - fixing a typo in the patch. 2009-08-05 16:14:24 +02:00
Andreas Gal 144903124e Backout bug 506125 due to talos failures. 2009-08-04 18:42:53 -07:00