Jason Orendorff
|
6b63be3117
|
Bug 558830 - Trace script getters. r=brendan.
--HG--
extra : rebase_source : 240b5a7248165aefdc9527abc94902afe4b510e0
|
2010-04-22 17:10:38 -05:00 |
|
Jeff Walden
|
d7c775ea6a
|
Bug 484508 - Support imacro groups corresponding to non-contiguous opcodes. r=brendan
|
2009-12-31 14:05:54 -06:00 |
|
Luke Wagner
|
06cc81805b
|
Bug 545165 - fix/simplify JSOP_CONCATN (r=jorendorff)
|
2010-02-19 19:22:37 -08:00 |
|
Luke Wagner
|
a5b9103165
|
Bug 419743 - Add JSOP_CONCATN (r=waldo)
|
2009-08-18 15:43:17 -07:00 |
|
Luke Wagner
|
3b9c42c86e
|
Bug 507180 - Fix imacros (r=waldo)
|
2009-08-19 09:06:22 -07:00 |
|
Jason Orendorff
|
d14a48ad53
|
Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF. Re-landing per comment 8. r=gal.
|
2009-08-14 16:34:43 -05:00 |
|
Jason Orendorff
|
56b69d0816
|
Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM. Re-landing per comment 8. r=gal.
|
2009-08-14 15:47:04 -05:00 |
|
Andreas Gal
|
25b9ed2a98
|
Backed out bug 508051. Fails trace-test/mandelbrot.
|
2009-08-13 04:08:34 -07:00 |
|
Jason Orendorff
|
bc52c17224
|
Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF. r=gal.
|
2009-08-12 15:40:56 -05:00 |
|
Jason Orendorff
|
cc37757a20
|
Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM. r=gal.
|
2009-08-12 15:27:01 -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 |
|
Andreas Gal
|
ec254bec6f
|
Support tracing instanceof operator (498351, r=jorendorff).
|
2009-06-15 16:44:30 +01:00 |
|
Graydon Hoare
|
3471a48ea3
|
Bug 470964 - Simulate CFG in imacro assembler and decompiler, r=brendan.
|
2009-04-24 09:07:49 -07:00 |
|
Brendan Eich
|
2270357832
|
Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap).
|
2009-04-07 13:30:59 -07:00 |
|
Brendan Eich
|
962b187fe5
|
upvar2, aka the big one take 2 (452598, r=mrbkap).
|
2009-04-05 21:17:22 -07:00 |
|
Andreas Gal
|
706120c0fb
|
Backed out changeset 972c44aa9d1f (bug 452598).
|
2009-04-04 10:14:52 -07:00 |
|
Brendan Eich
|
5f4d9ff474
|
upvar2, aka the big one (452598, r=mrbkap).
|
2009-04-04 10:05:49 +01:00 |
|
Andreas Gal
|
38b604f834
|
Bug 485022 - TM: Assertion failure: JS_ON_TRACE(cx), at ../jsarray.cpp. r=mrbkap
|
2009-03-30 16:43:23 -07:00 |
|
Jeff Walden
|
136daf85e6
|
Bug 484495 - new String(obj) asserts when tracing. r=brendan, r=gal
|
2009-03-22 12:49:15 -07:00 |
|
Andreas Gal
|
9bee45ca8e
|
trace JSOP_CALLELEM (484334, r=mrbkap)
|
2009-03-20 17:21:57 -07:00 |
|
mrbkap@gmail.com
|
c46b004611
|
Bug 484151 - Initializing non-int elements calls the wrong imacro. Also call the right builtin when setting and initializing non-int properties (r=brendan).
|
2009-03-19 09:41:58 -07:00 |
|
Brendan Eich
|
5abff57eb3
|
Waldo's followup fix to valueOf/toString misorder in patch for bug 482349 (r=me).
|
2009-03-10 01:52:43 -07:00 |
|
Andreas Gal
|
0002d84879
|
Support String(v) -- String constructor called as a converter (482349, r=jwalden).
|
2009-03-09 17:29:42 -07:00 |
|
Blake Kaplan
|
843dd4928c
|
Bug 469405 - Handle an __iterator__ implementation returning a primitive value on trace. r=brendan
|
2009-02-07 11:28:23 -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 |
|
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
|
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
|
184fc63cd1
|
Backout bug 468782. Confirmed to leak.
|
2009-01-25 16:38:31 -08: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
|
920ecc2113
|
Backed out changeset 17663da1b840 (bug 462027).
|
2009-01-23 15:14:46 -08: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 |
|
Jeff Walden
|
1b3b3e48d2
|
Bug 470364 - Make behavior of +/- when one operand is an object with a custom valueOf consistent with non-JIT, even if for the moment that behavior is non-standard. r=brendan
|
2009-01-13 19:06:03 -08:00 |
|
Jeff Walden
|
132c6462f3
|
Backed out changeset de45be487415, the real change I wanted to back out
|
2009-01-14 11:34:39 -08:00 |
|
Jeff Walden
|
e975013016
|
Bug 470364 - Make behavior of +/- when one operand is an object with a custom valueOf consistent with non-JIT, even if for the moment that behavior is non-standard. r=brendan
|
2009-01-13 19:06:03 -08:00 |
|
Jeff Walden
|
af717d86d5
|
Bug 470739 - Trace more == cases. r=gal
|
2008-12-26 14:48:33 -05:00 |
|
Jeff Walden
|
6f0de3c4e0
|
Bug 470137 - TM: Behavioral difference in addition of objects between JIT, non-JIT. r=brendan
|
2008-12-21 21:26:08 -08:00 |
|
Jeff Walden
|
4710efd8a4
|
Bug 469942 - TM: 20% slower to compute unary +/-. r=brendan
|
2008-12-19 19:30:09 -08:00 |
|
Andreas Gal
|
bbf40348b6
|
Trace apply/call with an imacro (465214, r=brendan).
|
2008-12-18 19:20:47 -08:00 |
|
Andreas Gal
|
3af573343f
|
Backed out changeset 95b210c2fc92 preemptively. Seems to crash the browser.
|
2008-12-17 23:09:26 -08:00 |
|
Andreas Gal
|
62f0547add
|
Trace apply/call using an imacro (465214, r=brendan).
|
2008-12-17 22:53:35 -08:00 |
|
Brendan Eich
|
56658da21f
|
Bug 465460 - TM: valueOf ignored on third iteration of loop (r=gal).
|
2008-12-16 19:03:42 -08:00 |
|
Robert Sayre
|
443f738d12
|
Backed out changeset f682453c06d0. Failing scriptaculous unit tests, doesn't build on windows or mac ppc.
|
2008-12-11 20:43:32 -08:00 |
|
Brendan Eich
|
ece10ee8df
|
Bug 465460 - TM: valueOf ignored on third iteration of loop (r=gal).
|
2008-12-11 17:50:56 -08:00 |
|