shaver@mozilla.org
|
124244af4b
|
beginning of entryFrame removal
|
2008-07-21 15:57:02 -04:00 |
|
Andreas Gal
|
5067fc2638
|
Merge.
|
2008-07-21 12:44:03 -07:00 |
|
Andreas Gal
|
3f6f0d1ea5
|
Use ti instead of fi for TreeInfo pointers.
|
2008-07-21 12:43:51 -07:00 |
|
Andreas Gal
|
e9b2918575
|
Rename VMFragmentInfo to TreeInfo.
|
2008-07-21 12:41:43 -07:00 |
|
Andreas Gal
|
2f5e227963
|
Merge.
|
2008-07-20 17:36:47 -07:00 |
|
Andreas Gal
|
221f99adce
|
Style cleanup and eliminate redundant f2u(i2f|u2f) chains.
|
2008-07-20 17:36:11 -07:00 |
|
Brendan Eich
|
4a9828f126
|
Cite bug 445262 with a FIXME instead of omfgHack_ prefix ;-).
|
2008-07-20 16:21:45 -07:00 |
|
Brendan Eich
|
464b70d055
|
Tighten up js_IsLoopEdge and include JSOP_IFNEX.
|
2008-07-20 16:11:52 -07:00 |
|
Brendan Eich
|
c278ae56e0
|
Nit patrol.
|
2008-07-20 16:09:08 -07:00 |
|
shaver@mozilla.org
|
faf081c185
|
merge time is fun time
|
2008-07-20 18:04:27 -04:00 |
|
shaver@mozilla.org
|
49619fefae
|
add simple timing harness
|
2008-07-20 18:03:07 -04:00 |
|
Andreas Gal
|
e82ab0c21f
|
Simplify updating of the side exit target.
|
2008-07-20 14:56:04 -07:00 |
|
shaver@mozilla.org
|
368d1588bf
|
simpler loop exit check (backwards is a loop exit, forwards is not)
|
2008-07-20 17:54:16 -04:00 |
|
shaver@mozilla.org
|
7546f723f5
|
force Math to be interned, and defend against non-interned globals until upvar saves us all
|
2008-07-20 17:23:39 -04:00 |
|
Andreas Gal
|
0b74e54db8
|
Use exponential backoff when trying to extend trees.
|
2008-07-20 14:28:56 -07:00 |
|
Andreas Gal
|
a0e38ffd84
|
Merge.
|
2008-07-20 13:29:20 -07:00 |
|
Andreas Gal
|
d4d2117f7c
|
Don't emit boxed values, use the unboxed representation for constants.
|
2008-07-20 13:28:53 -07:00 |
|
Andreas Gal
|
71eb1da52f
|
Removed meaningless assert.
|
2008-07-20 13:25:36 -07:00 |
|
shaver@mozilla.org
|
cadc5891e5
|
don't pretend we can trace INCELEM and friends (fixes trace-test.js, ahem)
|
2008-07-20 16:21:43 -04:00 |
|
shaver@mozilla.org
|
f91f913b49
|
move summarization to the end, so I can see it through the debug spew
|
2008-07-20 16:17:58 -04:00 |
|
shaver@mozilla.org
|
ed1d0a8953
|
improve tracing/recording diagnostics
|
2008-07-20 15:42:19 -04:00 |
|
shaver@mozilla.org
|
d03348f92d
|
discard trace on global shape mismatch
|
2008-07-19 22:32:45 -07:00 |
|
Brendan Eich
|
5b009b1b49
|
Breathe, vertical-spacing, breathe!
|
2008-07-19 15:42:31 -07:00 |
|
shaver@mozilla.org
|
ef2e8305dc
|
Avoid tracking object properties, make incElem work.
|
2008-07-19 10:24:10 -07:00 |
|
shaver@mozilla.org
|
991ee56658
|
fix no-tracer build
|
2008-07-21 06:59:38 -04:00 |
|
shaver@mozilla.org
|
f34cd71b78
|
Implement DEFLOCALFUN for the fully-lightweight case.
Reset atoms base register on function entry and exit.
|
2008-07-19 06:29:56 -07:00 |
|
Brendan Eich
|
293e6bd4c4
|
Improve js_IsLoopExit (unannotated JSOP_GOTO is still ambiguous).
|
2008-07-19 10:52:24 -07:00 |
|
Brendan Eich
|
a26be1bd4b
|
Fix incProp to box and store (incElem still todo).
|
2008-07-19 10:24:28 -07:00 |
|
Andreas Gal
|
f2ad868fc0
|
Merge. hg sucks.
|
2008-07-19 00:40:54 -07:00 |
|
Andreas Gal
|
457c855d15
|
Don't demote fmul since it overflows in math-partial. We might try to demote it and then promote back if this happens (depends how aggressively we want so speculate). Speedup 6.6 for math-partial (since its sin/cos/pow heavy.)
|
2008-07-19 00:27:45 -07:00 |
|
Brendan Eich
|
d1b171e5e2
|
First stab at incops, plus unbox_jsval tag-masking guard fixes, plus misc. cleanup.
|
2008-07-19 00:15:22 -07:00 |
|
Andreas Gal
|
d6a9994067
|
Merge.
|
2008-07-18 19:16:16 -07:00 |
|
Andreas Gal
|
5495ccf586
|
Abort trace is STOP is leaving the recording context.
|
2008-07-18 19:15:49 -07:00 |
|
shaver@mozilla.org
|
beb2ed6657
|
Propagate TCF_COMPILE_N_GO through to inner functions, so that we can avoid nulling their parents and then cloning expensively in DEFLOCALFUN.
Also make Process do COMPILE_N_GO.
|
2008-07-18 17:15:41 -07:00 |
|
Andreas Gal
|
47ae25da20
|
Make entryFrame/entryRegs relative to the tree entry since we only adjust ip/sp/rp when exiting from the tree, not in between fragments.
|
2008-07-18 16:21:22 -07:00 |
|
Andreas Gal
|
a8b127d5af
|
Adjust ip/sp/rp in the interpreter recovery code, not on the trace.
|
2008-07-18 15:35:59 -07:00 |
|
Andreas Gal
|
1c9c67b6a1
|
Write all the debug output to stdout (we can't easily make everything go to stderr, so this way at least it all goes into the same place.)
|
2008-07-18 14:13:31 -07:00 |
|
Andreas Gal
|
89b50ed124
|
Rework some of David's changes. Make sure we don't modify the tree until we are ready to attach the new fragment. Share lirbufs between tree branches.
|
2008-07-18 14:11:01 -07:00 |
|
David Anderson
|
4770d4b3e0
|
Got side exits seemingly working, added if.js to trace-test.js
|
2008-07-18 10:33:17 -07:00 |
|
shaver@mozilla.org
|
61d58bad87
|
Handle more operand types in ifop().
|
2008-07-18 08:01:51 -07:00 |
|
shaver@mozilla.org
|
983e9cdb83
|
Better diagnostic info for trace abort.
|
2008-07-18 07:59:37 -07:00 |
|
shaver@mozilla.org
|
3eaeae50b5
|
lookup/find, but do not fill prop cache from recorder
|
2008-07-18 00:46:18 -07:00 |
|
shaver@mozilla.org
|
7078a99d21
|
When PROPERTY_CACHE_TEST misses, fall back to doing our own lookup via js_GetPropertyHelper.
|
2008-07-17 23:57:56 -07:00 |
|
Andreas Gal
|
a947ae3ef3
|
Merge.
|
2008-07-17 21:32:23 -07:00 |
|
Andreas Gal
|
f309cf6b64
|
Try to clean up the memory allocation/deallocation through the avmplus glue code.
|
2008-07-17 21:31:50 -07:00 |
|
Brendan Eich
|
84c0998916
|
Warning elimination.
|
2008-07-17 18:30:54 -07:00 |
|
Andreas Gal
|
f94180fbe2
|
Make sure we compile again if we reject a trace by decrementing hits.
|
2008-07-17 18:15:55 -07:00 |
|
Andreas Gal
|
f58160134a
|
Fix hot loop triggering.
|
2008-07-17 18:10:47 -07:00 |
|
shaver@mozilla.org
|
859ec6fbb6
|
can't easily find real names for globals, so just number them
|
2008-07-17 17:33:18 -07:00 |
|
Andreas Gal
|
dded69f2a3
|
Merge.
|
2008-07-17 17:13:41 -07:00 |
|